Searched refs:gzrewind (Results 1 - 18 of 18) sorted by relevance
/third_party/node/deps/v8/third_party/zlib/ |
H A D | chromeconf.h | 99 #define gzrewind Cr_z_gzrewind macro
|
H A D | gzlib.c | 343 int ZEXPORT gzrewind(file) in gzrewind() function 420 if (gzrewind(file) == -1) /* rewind, then skip to offset */
|
H A D | zconf.h | 103 # define gzrewind z_gzrewind macro
|
H A D | zlib.h | 1530 gzseek() or gzrewind(). 1568 ZEXTERN int ZEXPORT gzrewind OF((gzFile file)); 1572 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
|
/third_party/node/deps/zlib/ |
H A D | chromeconf.h | 102 #define gzrewind Cr_z_gzrewind macro
|
H A D | gzlib.c | 321 int ZEXPORT gzrewind(gzFile file) { in gzrewind() function 392 if (gzrewind(file) == -1) /* rewind, then skip to offset */ in gzseek64()
|
H A D | zconf.h | 106 # define gzrewind z_gzrewind macro
|
H A D | zlib.h | 1531 gzseek() or gzrewind(). 1569 ZEXTERN int ZEXPORT gzrewind(gzFile file); 1573 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET).
|
/third_party/skia/third_party/externals/zlib/ |
H A D | chromeconf.h | 99 #define gzrewind Cr_z_gzrewind macro
|
H A D | gzlib.c | 343 int ZEXPORT gzrewind(file) in gzrewind() function 420 if (gzrewind(file) == -1) /* rewind, then skip to offset */
|
H A D | zconf.h | 103 # define gzrewind z_gzrewind macro
|
H A D | zlib.h | 1528 gzseek() or gzrewind(). 1566 ZEXTERN int ZEXPORT gzrewind OF((gzFile file)); 1570 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | gzlib.c | 253 int ZEXPORT gzrewind(file)
in gzrewind() function 328 if (gzrewind(file) == -1) /* rewind, then skip to offset */
|
H A D | zconf.h | 74 # define gzrewind z_gzrewind
macro
|
H A D | zlib.h | 1316 gzseek() or gzrewind().
1354 ZEXTERN int ZEXPORT gzrewind OF((gzFile file));
1358 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
|
/third_party/zlib/ |
H A D | gzlib.c | 326 int ZEXPORT gzrewind(gzFile file) { in gzrewind() function 398 if (gzrewind(file) == -1) /* rewind, then skip to offset */ in gzseek64()
|
H A D | zconf.h | 94 # define gzrewind z_gzrewind macro
|
H A D | zlib.h | 1532 gzseek() or gzrewind(). 1570 ZEXTERN int ZEXPORT gzrewind(gzFile file); 1574 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET).
|
Completed in 26 milliseconds