Home | History | Annotate | Download | only in zlib

Lines Matching refs:EQUAL

151 #define EQUAL 0

152 /* result of memcmp for equal strings */
875 * avail_in equal to zero. There won't be anything to do,
1137 * return its length. Matches shorter or equal to prev_length are discarded,
1138 * in which case the result is equal to prev_length and match_start is
1215 * always equal when the other bytes match, given that the hash keys
1216 * are equal and that HASH_BITS >= 8. Compare 2 bytes at a time at
1250 * are always equal when the other bytes match, given that
1251 * the hash keys are equal and that HASH_BITS >= 8.
1324 * are always equal when the other bytes match, given that
1325 * the hash keys are equal and that HASH_BITS >= 8.
1363 s->window + start, length) != EQUAL) {