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