OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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
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 31 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026