Home
last modified time | relevance | path

Searched refs:gzgets (Results 1 - 21 of 21) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/
H A Dchromeconf.h89 #define gzgets Cr_z_gzgets macro
H A Dzconf.h91 # define gzgets z_gzgets macro
H A Dgzread.c545 char * ZEXPORT gzgets(file, buf, len) in gzgets() function
H A Dzlib.h1493 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 Dchromeconf.h92 #define gzgets Cr_z_gzgets macro
H A Dzconf.h94 # define gzgets z_gzgets macro
H A Dzlib.h1493 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 Dgzread.c499 char * ZEXPORT gzgets(gzFile file, char *buf, int len) { in gzgets() function
/third_party/skia/third_party/externals/zlib/
H A Dchromeconf.h89 #define gzgets Cr_z_gzgets macro
H A Dzconf.h91 # define gzgets z_gzgets macro
H A Dgzread.c547 char * ZEXPORT gzgets(file, buf, len) in gzgets() function
H A Dzlib.h1491 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 Dzconf.h65 # define gzgets z_gzgets macro
H A Dgzread.c539 char * ZEXPORT gzgets(file, buf, len) in gzgets() function
H A Dzlib.h1282 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 Dzconf.h82 # define gzgets z_gzgets macro
H A Dgzread.c580 char * ZEXPORT gzgets(gzFile file, char *buf, int len) in gzgets() function
H A Dzlib.h1494 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 Dexample.pas161 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 Dexample.c149 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 Dlibbpf.c2093 while (gzgets(file, buf, sizeof(buf))) {

Completed in 55 milliseconds