Searched refs:zerr (Results 1 – 2 of 2) sorted by relevance
151 void zerr(int ret) in zerr() function188 zerr(ret); in main()196 zerr(ret); in main()
1762 int zerr; /* Decompressor error */ in httpPeek() local1807 zerr = inflate(&stream, Z_SYNC_FLUSH); in httpPeek()1810 if (zerr < Z_OK) in httpPeek()1812 DEBUG_printf(("2httpPeek: zerr=%d", zerr)); in httpPeek()1990 int zerr; /* Decompressor error */ in httpRead2() local1998 if ((zerr = inflate(&(http->stream), Z_SYNC_FLUSH)) < Z_OK) in httpRead2()2000 DEBUG_printf(("2httpRead2: zerr=%d", zerr)); in httpRead2()3698 int zerr; /* Compression status */ in http_content_coding_finish() local3715 zerr = deflate(&(http->stream), Z_FINISH); in http_content_coding_finish()3731 while (zerr == Z_OK); in http_content_coding_finish()[all …]