/third_party/node/deps/v8/third_party/zlib/ |
H A D | chromeconf.h | 117 #define inflateGetHeader Cr_z_inflateGetHeader macro
|
H A D | zconf.h | 122 # define inflateGetHeader z_inflateGetHeader macro
|
H A D | zlib.h | 497 header is not retained unless inflateGetHeader() is used. When processing 1032 ZEXTERN int ZEXPORT inflateGetHeader OF((z_streamp strm, 1035 inflateGetHeader() requests that gzip header information be stored in the 1036 provided gz_header structure. inflateGetHeader() may be called after 1062 If inflateGetHeader is not used, then the header information is simply 1065 information. The application would need to call inflateGetHeader() again to 1068 inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
|
H A D | inflate.c | 1352 int ZEXPORT inflateGetHeader(strm, head)
|
/third_party/node/deps/zlib/ |
H A D | chromeconf.h | 120 #define inflateGetHeader Cr_z_inflateGetHeader macro
|
H A D | zconf.h | 125 # define inflateGetHeader z_inflateGetHeader macro
|
H A D | zlib.h | 497 header is not retained unless inflateGetHeader() is used. When processing 1034 ZEXTERN int ZEXPORT inflateGetHeader(z_streamp strm, 1037 inflateGetHeader() requests that gzip header information be stored in the 1038 provided gz_header structure. inflateGetHeader() may be called after 1064 If inflateGetHeader is not used, then the header information is simply 1067 information. The application would need to call inflateGetHeader() again to 1070 inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
|
H A D | inflate.c | 1332 int ZEXPORT inflateGetHeader(z_streamp strm, gz_headerp head) {
|
/third_party/skia/third_party/externals/zlib/ |
H A D | chromeconf.h | 117 #define inflateGetHeader Cr_z_inflateGetHeader macro
|
H A D | zconf.h | 122 # define inflateGetHeader z_inflateGetHeader macro
|
H A D | zlib.h | 497 header is not retained unless inflateGetHeader() is used. When processing 1030 ZEXTERN int ZEXPORT inflateGetHeader OF((z_streamp strm, 1033 inflateGetHeader() requests that gzip header information be stored in the 1034 provided gz_header structure. inflateGetHeader() may be called after 1060 If inflateGetHeader is not used, then the header information is simply 1063 information. The application would need to call inflateGetHeader() again to 1066 inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
|
H A D | inflate.c | 1352 int ZEXPORT inflateGetHeader(strm, head)
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zconf.h | 88 # define inflateGetHeader z_inflateGetHeader
macro
|
H A D | zlib.h | 908 ZEXTERN int ZEXPORT inflateGetHeader OF((z_streamp strm,
911 inflateGetHeader() requests that gzip header information be stored in the
912 provided gz_header structure. inflateGetHeader() may be called after
938 If inflateGetHeader is not used, then the header information is simply
941 information. The application would need to call inflateGetHeader() again to
944 inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
|
H A D | inflate.c | 1294 int ZEXPORT inflateGetHeader(strm, head)
|
/third_party/zlib/contrib/pascal/ |
H A D | zlibpas.pas | 135 function inflateGetHeader(var strm: z_stream; var head: gz_header): Integer; in inflateGetHeader() function 214 function inflateGetHeader; external; function
|
/third_party/zlib/ |
H A D | zconf.h | 113 # define inflateGetHeader z_inflateGetHeader macro
|
H A D | zlib.h | 498 header is not retained unless inflateGetHeader() is used. When processing 1035 ZEXTERN int ZEXPORT inflateGetHeader(z_streamp strm, 1038 inflateGetHeader() requests that gzip header information be stored in the 1039 provided gz_header structure. inflateGetHeader() may be called after 1065 If inflateGetHeader is not used, then the header information is simply 1068 information. The application would need to call inflateGetHeader() again to 1071 inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
|
H A D | inflate.c | 1465 int ZEXPORT inflateGetHeader(z_streamp strm, gz_headerp head) {
|
/third_party/skia/third_party/externals/zlib/contrib/tests/ |
H A D | infcover.cc | 303 header information is collected with inflateGetHeader(). If a zlib stream 331 ret = inflateGetHeader(&strm, &head); assert(ret == Z_OK); in inf()
|
/third_party/zlib/test/ |
H A D | infcover.c | 281 header information is collected with inflateGetHeader(). If a zlib stream 309 ret = inflateGetHeader(&strm, &head); assert(ret == Z_OK); in inf()
|
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
H A D | inflate.c | 1372 int ZEXPORT inflateGetHeader(strm, head)
|
/third_party/node/deps/zlib/contrib/optimizations/ |
H A D | inflate.c | 1365 int ZEXPORT inflateGetHeader(z_streamp strm, gz_headerp head) {
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
H A D | inflate.c | 1372 int ZEXPORT inflateGetHeader(strm, head)
|