Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4.c858 const limitedOutput_directive outputDirective, in LZ4_compress_generic_validated() argument
902 …if (outputDirective == fillOutput && maxOutputSize < 1) { return 0; } /* Impossible to store anyth… in LZ4_compress_generic_validated()
1024 if ((outputDirective == limitedOutput) && /* Check output buffer overflow */ in LZ4_compress_generic_validated()
1028 if ((outputDirective == fillOutput) && in LZ4_compress_generic_validated()
1057 if ((outputDirective == fillOutput) && in LZ4_compress_generic_validated()
1097 if ((outputDirective) && /* Check output buffer overflow */ in LZ4_compress_generic_validated()
1099 if (outputDirective == fillOutput) { in LZ4_compress_generic_validated()
1119 assert(outputDirective == limitedOutput); in LZ4_compress_generic_validated()
1138 assert(!(outputDirective == fillOutput && op + 1 + LASTLITERALS > olimit)); in LZ4_compress_generic_validated()
1207 if ( (outputDirective) && /* Check output buffer overflow */ in LZ4_compress_generic_validated()
[all …]