956
957
* match more bytes with this location that we have already
963
964
/* See how many bytes actually match at this location. */
964
965
while (ref_size-- && *src++ == *ref)
967
968
/* this is our best match so far */
968
969
msize = ref - entry->ptr;