HomeSort by: relevance | last modified time | path
    Searched defs:updatewindow (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/
inflate.c 370 local int updatewindow(z_streamp strm, const Bytef *end, unsigned copy) { function in typeref:typename:local int
1248 error. Call updatewindow() to create and/or update the window state.
1255 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1327 /* copy dictionary to window using updatewindow(), which will amend the
1329 ret = updatewindow(strm, dictionary + dictLength, dictLength);
inflate.c 370 local int updatewindow(z_streamp strm, const Bytef *end, unsigned copy) { function in typeref:typename:local int
1248 error. Call updatewindow() to create and/or update the window state.
1255 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1327 /* copy dictionary to window using updatewindow(), which will amend the
1329 ret = updatewindow(strm, dictionary + dictLength, dictLength);

Completed in 24 milliseconds