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);
|