Searched refs:updatewindow (Results 1 – 2 of 2) sorted by relevance
| /illumos-gate/usr/src/contrib/zlib/ |
| H A D | inflate.c | 97 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end, 382 local int updatewindow(z_streamp strm, const Bytef *end, unsigned copy) in updatewindow() function 1262 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) { in inflate() 1339 ret = updatewindow(strm, dictionary + dictLength, dictLength); in inflateSetDictionary()
|
| /illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
| H A D | ratz.c | 2322 local int updatewindow OF((z_streamp strm, unsigned out)); 2542 local int updatewindow(strm, out) in updatewindow() function 3355 if (updatewindow(strm, out)) { 3411 if (updatewindow(strm, strm->avail_out)) {
|