Home
last modified time | relevance | path

Searched refs:endCondition_directive (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/lib/lz4/
Dlz4defs.h242 typedef enum { endOnOutputSize = 0, endOnInputSize = 1 } endCondition_directive; typedef
Dlz4_decompress.c70 endCondition_directive endOnInput, in LZ4_decompress_generic()