/third_party/node/deps/v8/third_party/zlib/ |
H A D | chromeconf.h | 89 #define gzgets Cr_z_gzgets macro
|
H A D | zconf.h | 91 # define gzgets z_gzgets macro
|
H A D | gzread.c | 545 char * ZEXPORT gzgets(file, buf, len) in gzgets() function
|
H A D | zlib.h | 1493 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len)); 1501 gzgets returns buf which is a null-terminated string, or it returns NULL
|
/third_party/node/deps/zlib/ |
H A D | chromeconf.h | 92 #define gzgets Cr_z_gzgets macro
|
H A D | zconf.h | 94 # define gzgets z_gzgets macro
|
H A D | zlib.h | 1493 ZEXTERN char * ZEXPORT gzgets(gzFile file, char *buf, int len); 1502 gzgets returns buf which is a null-terminated string, or it returns NULL
|
H A D | gzread.c | 499 char * ZEXPORT gzgets(gzFile file, char *buf, int len) { in gzgets() function
|
/third_party/skia/third_party/externals/zlib/ |
H A D | chromeconf.h | 89 #define gzgets Cr_z_gzgets macro
|
H A D | zconf.h | 91 # define gzgets z_gzgets macro
|
H A D | gzread.c | 547 char * ZEXPORT gzgets(file, buf, len) in gzgets() function
|
H A D | zlib.h | 1491 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len)); 1499 gzgets returns buf which is a null-terminated string, or it returns NULL
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zconf.h | 65 # define gzgets z_gzgets
macro
|
H A D | gzread.c | 539 char * ZEXPORT gzgets(file, buf, len)
in gzgets() function
|
H A D | zlib.h | 1282 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
1290 gzgets returns buf which is a null-terminated string, or it returns NULL
|
/third_party/zlib/ |
H A D | zconf.h | 82 # define gzgets z_gzgets macro
|
H A D | gzread.c | 580 char * ZEXPORT gzgets(gzFile file, char *buf, int len) in gzgets() function
|
H A D | zlib.h | 1494 ZEXTERN char * ZEXPORT gzgets(gzFile file, char *buf, int len); 1503 gzgets returns buf which is a null-terminated string, or it returns NULL
|
/third_party/zlib/contrib/pascal/ |
H A D | example.pas | 161 gzgets(zfile, PChar(uncompr), uncomprLen); 165 WriteLn('gzgets err after gzseek: ', gzerror(zfile, err)); 170 WriteLn('bad gzgets after gzseek'); 174 WriteLn('gzgets() after gzseek: ', PChar(uncompr));
|
/third_party/zlib/test/ |
H A D | example.c | 149 gzgets(file, (char*)uncompr, (int)uncomprLen); in test_gzio() 151 fprintf(stderr, "gzgets err after gzseek: %s\n", gzerror(file, &err)); in test_gzio() 155 fprintf(stderr, "bad gzgets after gzseek\n"); in test_gzio() 158 printf("gzgets() after gzseek: %s\n", (char*)uncompr); in test_gzio()
|
/third_party/libbpf/src/ |
H A D | libbpf.c | 2093 while (gzgets(file, buf, sizeof(buf))) {
|