Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Dinflate.c1355 local unsigned syncsearch(unsigned FAR *have, const unsigned char FAR *buf, in syncsearch() function
1399 syncsearch(&(state->have), buf, len); in inflateSync()
1403 len = syncsearch(&(state->have), strm->next_in, strm->avail_in); in inflateSync()
H A DChangeLog991 - Fix prototype of syncsearch in inflate.c [Truta]