Searched refs:gz_comp (Results 1 - 5 of 5) sorted by relevance
/third_party/libwebsockets/win32port/zlib/ |
H A D | gzwrite.c | 10 local int gz_comp OF((gz_statep, int));
59 local int gz_comp(state, flush)
in gz_comp() function 120 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
135 if (gz_comp(state, Z_NO_FLUSH) == -1)
199 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
205 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
212 if (gz_comp(state, Z_NO_FLUSH) == -1)
310 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
in gzprintf() 385 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
453 gz_comp(stat [all...] |
/third_party/node/deps/v8/third_party/zlib/ |
H A D | gzwrite.c | 10 local int gz_comp OF((gz_statep, int)); 73 local int gz_comp(state, flush) in gz_comp() function 144 allocation failure by gz_comp(), or 0 on success. */ 154 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) 169 if (gz_comp(state, Z_NO_FLUSH) == -1) 218 if (len && gz_comp(state, Z_NO_FLUSH) == -1) 224 if (state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1) 235 if (gz_comp(state, Z_NO_FLUSH) == -1) 445 if (gz_comp(state, Z_NO_FLUSH) == -1) in gzvprintf() 544 if (gz_comp(stat [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | gzwrite.c | 10 local int gz_comp OF((gz_statep, int)); 73 local int gz_comp(state, flush) in gz_comp() function 144 allocation failure by gz_comp(), or 0 on success. */ 154 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) 169 if (gz_comp(state, Z_NO_FLUSH) == -1) 218 if (len && gz_comp(state, Z_NO_FLUSH) == -1) 224 if (state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1) 235 if (gz_comp(state, Z_NO_FLUSH) == -1) 442 if (gz_comp(state, Z_NO_FLUSH) == -1) in gzvprintf() 541 if (gz_comp(stat [all...] |
/third_party/node/deps/zlib/ |
H A D | gzwrite.c | 65 local int gz_comp(gz_statep state, int flush) { in gz_comp() function 142 allocation failure by gz_comp(), or 0 on success. */ 149 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) in gz_zero() 164 if (gz_comp(state, Z_NO_FLUSH) == -1) in gz_zero() 209 if (len && gz_comp(state, Z_NO_FLUSH) == -1) in gz_write() 215 if (state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1) in gz_write() 226 if (gz_comp(state, Z_NO_FLUSH) == -1) in gz_write() 421 if (gz_comp(state, Z_NO_FLUSH) == -1) in gzvprintf() 516 if (gz_comp(state, Z_NO_FLUSH) == -1) in gzprintf() 552 (void)gz_comp(stat in gzflush() [all...] |
/third_party/zlib/ |
H A D | gzwrite.c | 68 local int gz_comp(gz_statep state, int flush) in gz_comp() function 146 allocation failure by gz_comp(), or 0 on success. */ 154 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) in gz_zero() 169 if (gz_comp(state, Z_NO_FLUSH) == -1) in gz_zero() 215 if (len && gz_comp(state, Z_NO_FLUSH) == -1) in gz_write() 221 if (state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1) in gz_write() 232 if (gz_comp(state, Z_NO_FLUSH) == -1) in gz_write() 428 if (gz_comp(state, Z_NO_FLUSH) == -1) in gzvprintf() 523 if (gz_comp(state, Z_NO_FLUSH) == -1) in gzprintf() 559 (void)gz_comp(stat in gzflush() [all...] |
Completed in 5 milliseconds