Searched refs:gzbuffer (Results 1 - 18 of 18) sorted by relevance
/third_party/node/deps/v8/third_party/zlib/ |
H A D | chromeconf.h | 75 #define gzbuffer Cr_z_gzbuffer macro
|
H A D | zconf.h | 77 # define gzbuffer z_gzbuffer macro
|
H A D | gzlib.c | 316 int ZEXPORT gzbuffer(file, size) in gzbuffer() function
|
H A D | zlib.h | 1365 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size)); 1377 gzbuffer() returns 0 on success, or -1 on failure, such as being called 1476 one less than the buffer size given to gzbuffer(). The caller should assure 1528 output buffer size of pushed characters is allowed. (See gzbuffer above.) 1621 is a gzip file. Therefore if gzbuffer() is used, it should be called before
|
/third_party/node/deps/zlib/ |
H A D | chromeconf.h | 78 #define gzbuffer Cr_z_gzbuffer macro
|
H A D | zconf.h | 80 # define gzbuffer z_gzbuffer macro
|
H A D | zlib.h | 1367 ZEXTERN int ZEXPORT gzbuffer(gzFile file, unsigned size); 1379 gzbuffer() returns 0 on success, or -1 on failure, such as being called 1476 one less than the buffer size given to gzbuffer(). The caller should assure 1529 output buffer size of pushed characters is allowed. (See gzbuffer above.) 1622 is a gzip file. Therefore if gzbuffer() is used, it should be called before
|
H A D | gzlib.c | 297 int ZEXPORT gzbuffer(gzFile file, unsigned size) { in gzbuffer() function
|
/third_party/skia/third_party/externals/zlib/ |
H A D | chromeconf.h | 75 #define gzbuffer Cr_z_gzbuffer macro
|
H A D | zconf.h | 77 # define gzbuffer z_gzbuffer macro
|
H A D | gzlib.c | 316 int ZEXPORT gzbuffer(file, size) in gzbuffer() function
|
H A D | zlib.h | 1363 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size)); 1375 gzbuffer() returns 0 on success, or -1 on failure, such as being called 1474 one less than the buffer size given to gzbuffer(). The caller should assure 1526 output buffer size of pushed characters is allowed. (See gzbuffer above.) 1619 is a gzip file. Therefore if gzbuffer() is used, it should be called before
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zconf.h | 54 # define gzbuffer z_gzbuffer
macro
|
H A D | gzlib.c | 228 int ZEXPORT gzbuffer(file, size)
in gzbuffer() function
|
H A D | zlib.h | 1209 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size));
1222 gzbuffer() returns 0 on success, or -1 on failure, such as being called
1265 size given to gzbuffer(). The caller should assure that this limit is not
1314 output buffer size of pushed characters is allowed. (See gzbuffer above.)
1409 is a gzip file. Therefore if gzbuffer() is used, it should be called before
|
/third_party/zlib/ |
H A D | zconf.h | 68 # define gzbuffer z_gzbuffer macro
|
H A D | gzlib.c | 302 int ZEXPORT gzbuffer(gzFile file, unsigned size) { in gzbuffer() function
|
H A D | zlib.h | 1368 ZEXTERN int ZEXPORT gzbuffer(gzFile file, unsigned size); 1380 gzbuffer() returns 0 on success, or -1 on failure, such as being called 1477 one less than the buffer size given to gzbuffer(). The caller should assure 1530 output buffer size of pushed characters is allowed. (See gzbuffer above.) 1623 is a gzip file. Therefore if gzbuffer() is used, it should be called before
|
Completed in 24 milliseconds