Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_inflate.c101 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf,
1355 local unsigned syncsearch( in syncsearch() function
1403 syncsearch(&(state->have), buf, len); in inflateSync()
1407 len = syncsearch(&(state->have), strm->next_in, strm->avail_in); in inflateSync()
/external/zlib/src/
Dinflate.c101 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf,
1354 local unsigned syncsearch(have, buf, len) in syncsearch() function
1402 syncsearch(&(state->have), buf, len);
1406 len = syncsearch(&(state->have), strm->next_in, strm->avail_in);
DChangeLog845 - Fix prototype of syncsearch in inflate.c [Truta]