Searched refs:outputDirective (Results 1 – 1 of 1) sorted by relevance
922 const limitedOutput_directive outputDirective, in LZ4_compress_generic_validated() argument970 …if (outputDirective == fillOutput && maxOutputSize < 1) { return 0; } /* Impossible to store anyth… in LZ4_compress_generic_validated()1099 if ((outputDirective == limitedOutput) && /* Check output buffer overflow */ in LZ4_compress_generic_validated()1103 if ((outputDirective == fillOutput) && in LZ4_compress_generic_validated()1132 if ((outputDirective == fillOutput) && in LZ4_compress_generic_validated()1172 if ((outputDirective) && /* Check output buffer overflow */ in LZ4_compress_generic_validated()1174 if (outputDirective == fillOutput) { in LZ4_compress_generic_validated()1194 assert(outputDirective == limitedOutput); in LZ4_compress_generic_validated()1213 assert(!(outputDirective == fillOutput && op + 1 + LASTLITERALS > olimit)); in LZ4_compress_generic_validated()1290 if ( (outputDirective) && /* Check output buffer overflow */ in LZ4_compress_generic_validated()[all …]