Searched refs:updatewindow (Results 1 – 1 of 1) sorted by relevance
368 local int updatewindow(z_streamp strm, const Bytef *end, unsigned copy) { in updatewindow() function1246 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) { in inflate()1320 ret = updatewindow(strm, dictionary + dictLength, dictLength); in inflateSetDictionary()