/third_party/libwebsockets/win32port/zlib/ |
H A D | gzread.c | 37 gz_error(state, Z_ERRNO, zstrerror());
121 gz_error(state, Z_MEM_ERROR, "out of memory");
136 gz_error(state, Z_MEM_ERROR, "out of memory");
162 gz_error(state, Z_DATA_ERROR, "unknown compression method");
167 gz_error(state, Z_DATA_ERROR, "unknown header flags set");
248 gz_error(state, Z_DATA_ERROR, "unexpected end of file");
255 gz_error(state, Z_STREAM_ERROR,
260 gz_error(state, Z_MEM_ERROR, "out of memory");
264 gz_error(state, Z_DATA_ERROR,
278 gz_error(stat [all...] |
H A D | gzwrite.c | 29 gz_error(state, Z_MEM_ERROR, "out of memory");
41 gz_error(state, Z_MEM_ERROR, "out of memory");
81 gz_error(state, Z_ERRNO, zstrerror());
95 gz_error(state, Z_STREAM_ERROR,
166 gz_error(state, Z_BUF_ERROR, "requested length does not fit in int");
526 gz_error(state, Z_OK, NULL);
|
H A D | gzlib.c | 81 gz_error(state, Z_OK, NULL); /* clear error */
315 gz_error(state, Z_OK, NULL);
476 gz_error(state, Z_OK, NULL);
485 void ZLIB_INTERNAL gz_error(state, err, msg)
in gz_error() function
|
H A D | gzguts.h | 119 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | gzread.c | 41 gz_error(state, Z_ERRNO, zstrerror()); 104 gz_error(state, Z_MEM_ERROR, "out of memory"); 119 gz_error(state, Z_MEM_ERROR, "out of memory"); 189 gz_error(state, Z_BUF_ERROR, "unexpected end of file"); 196 gz_error(state, Z_STREAM_ERROR, 201 gz_error(state, Z_MEM_ERROR, "out of memory"); 205 gz_error(state, Z_DATA_ERROR, 395 gz_error(state, Z_STREAM_ERROR, "request does not fit in an int"); 433 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t"); 524 gz_error(stat [all...] |
H A D | gzwrite.c | 26 gz_error(state, Z_MEM_ERROR, "out of memory"); 36 gz_error(state, Z_MEM_ERROR, "out of memory"); 49 gz_error(state, Z_MEM_ERROR, "out of memory"); 91 gz_error(state, Z_ERRNO, zstrerror()); 112 gz_error(state, Z_ERRNO, zstrerror()); 128 gz_error(state, Z_STREAM_ERROR, 265 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int"); 295 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t"); 371 gz_error(state, Z_STREAM_ERROR, "string length does not fit in int"); 662 gz_error(stat [all...] |
H A D | gzlib.c | 85 gz_error(state, Z_OK, NULL); /* clear error */ 407 gz_error(state, Z_OK, NULL); 570 gz_error(state, Z_OK, NULL); 579 void ZLIB_INTERNAL gz_error(state, err, msg) in gz_error() function
|
H A D | gzguts.h | 205 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
|
H A D | chromeconf.h | 72 #define gz_error Cr_z_gz_error macro
|
H A D | zconf.h | 74 # define gz_error z_gz_error macro
|
/third_party/node/deps/zlib/ |
H A D | gzread.c | 28 gz_error(state, Z_ERRNO, zstrerror()); in gz_load() 87 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_look() 102 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_look() 168 gz_error(state, Z_BUF_ERROR, "unexpected end of file"); in gz_decomp() 175 gz_error(state, Z_STREAM_ERROR, in gz_decomp() 180 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_decomp() 184 gz_error(state, Z_DATA_ERROR, in gz_decomp() 361 gz_error(state, Z_STREAM_ERROR, "request does not fit in an int"); in gzread() 394 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t"); in gzfread() 478 gz_error(stat in gzungetc() [all...] |
H A D | gzwrite.c | 18 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_init() 28 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_init() 41 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_init() 80 gz_error(state, Z_ERRNO, zstrerror()); in gz_comp() 110 gz_error(state, Z_ERRNO, zstrerror()); in gz_comp() 126 gz_error(state, Z_STREAM_ERROR, in gz_comp() 252 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int"); in gzwrite() 278 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t"); in gzfwrite() 348 gz_error(state, Z_STREAM_ERROR, "string length does not fit in int"); in gzputs() 625 gz_error(stat in gzclose_w() [all...] |
H A D | gzlib.c | 82 gz_error(state, Z_OK, NULL); /* clear error */ in gz_reset() 379 gz_error(state, Z_OK, NULL); in gzseek64() 523 gz_error(state, Z_OK, NULL); in gzclearerr() 532 void ZLIB_INTERNAL gz_error(gz_statep state, int err, const char *msg) { in gz_error() function
|
H A D | gzguts.h | 205 void ZLIB_INTERNAL gz_error(gz_statep, int, const char *);
|
H A D | chromeconf.h | 75 #define gz_error Cr_z_gz_error macro
|
H A D | zconf.h | 77 # define gz_error z_gz_error macro
|
/third_party/skia/third_party/externals/zlib/ |
H A D | gzread.c | 41 gz_error(state, Z_ERRNO, zstrerror()); 104 gz_error(state, Z_MEM_ERROR, "out of memory"); 119 gz_error(state, Z_MEM_ERROR, "out of memory"); 189 gz_error(state, Z_BUF_ERROR, "unexpected end of file"); 196 gz_error(state, Z_STREAM_ERROR, 201 gz_error(state, Z_MEM_ERROR, "out of memory"); 205 gz_error(state, Z_DATA_ERROR, 395 gz_error(state, Z_STREAM_ERROR, "request does not fit in an int"); 433 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t"); 526 gz_error(stat [all...] |
H A D | gzwrite.c | 26 gz_error(state, Z_MEM_ERROR, "out of memory"); 36 gz_error(state, Z_MEM_ERROR, "out of memory"); 49 gz_error(state, Z_MEM_ERROR, "out of memory"); 91 gz_error(state, Z_ERRNO, zstrerror()); 112 gz_error(state, Z_ERRNO, zstrerror()); 128 gz_error(state, Z_STREAM_ERROR, 265 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int"); 295 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t"); 659 gz_error(state, Z_OK, NULL);
|
H A D | gzlib.c | 85 gz_error(state, Z_OK, NULL); /* clear error */ 407 gz_error(state, Z_OK, NULL); 570 gz_error(state, Z_OK, NULL); 579 void ZLIB_INTERNAL gz_error(state, err, msg) in gz_error() function
|
H A D | gzguts.h | 205 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
|
H A D | chromeconf.h | 72 #define gz_error Cr_z_gz_error macro
|
/third_party/zlib/ |
H A D | gzread.c | 35 gz_error(state, Z_ERRNO, zstrerror()); in gz_load() 102 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_look() 117 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_look() 190 gz_error(state, Z_BUF_ERROR, "unexpected end of file"); in gz_decomp() 197 gz_error(state, Z_STREAM_ERROR, in gz_decomp() 202 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_decomp() 206 gz_error(state, Z_DATA_ERROR, in gz_decomp() 417 gz_error(state, Z_STREAM_ERROR, "request does not fit in an int"); in gzread() 457 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t"); in gzfread() 558 gz_error(stat in gzungetc() [all...] |
H A D | gzwrite.c | 21 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_init() 31 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_init() 44 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_init() 84 gz_error(state, Z_ERRNO, zstrerror()); in gz_comp() 114 gz_error(state, Z_ERRNO, zstrerror()); in gz_comp() 130 gz_error(state, Z_STREAM_ERROR, in gz_comp() 258 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int"); in gzwrite() 285 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t"); in gzfwrite() 355 gz_error(state, Z_STREAM_ERROR, "string length does not fit in int"); in gzputs() 632 gz_error(stat in gzclose_w() [all...] |
H A D | gzlib.c | 82 gz_error(state, Z_OK, NULL); /* clear error */ in gz_reset() 385 gz_error(state, Z_OK, NULL); in gzseek64() 534 gz_error(state, Z_OK, NULL); in gzclearerr() 543 void ZLIB_INTERNAL gz_error(gz_statep state, int err, const char *msg) { in gz_error() function
|
H A D | gzguts.h | 205 void ZLIB_INTERNAL gz_error(gz_statep, int, const char *);
|