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

/external/chromium_org/third_party/zlib/
H A Dmozzconf.h78 #define gzgets MOZ_Z_gzgets macro
H A Dzconf.h67 # define gzgets z_gzgets macro
H A Dgzread.c539 char * ZEXPORT gzgets(file, buf, len) function
H A Dzlib.h1287 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
1295 gzgets returns buf which is a null-terminated string, or it returns NULL
/external/zlib/src/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));
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h1145 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
1151 gzgets returns buf, or Z_NULL in case of error.
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h72 # define gzgets z_gzgets macro
H A Dzlib.h1432 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
1440 gzgets returns buf which is a null-terminated string, or it returns NULL
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzconf.h72 # define gzgets z_gzgets macro
H A Dgzread.c483 char * ZEXPORT gzgets( function
H A Dzlib.h1436 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
1444 gzgets returns buf which is a null-terminated string, or it returns NULL
/external/qemu/distrib/zlib-1.2.8/
H A Dzconf.h72 # define gzgets z_gzgets macro
H A Dgzread.c483 char * ZEXPORT gzgets(file, buf, len) function
H A Dzlib.h1372 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
1380 gzgets returns buf which is a null-terminated string, or it returns NULL
/external/zlib/src/
H A Dzconf.h72 # define gzgets z_gzgets macro
H A Dgzread.c483 char * ZEXPORT gzgets(file, buf, len) function
H A Dzlib.h1372 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
1380 gzgets returns buf which is a null-terminated string, or it returns NULL
H A Dzconf.h.cmakein74 # define gzgets z_gzgets
H A Dzconf.h.in72 # define gzgets z_gzgets
/external/zlib/
H A Dzconf.h72 # define gzgets z_gzgets macro
H A Dzlib.h1372 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
1380 gzgets returns buf which is a null-terminated string, or it returns NULL
/external/zlib/src/test/
H A Dexample.c179 gzgets(file, (char*)uncompr, (int)uncomprLen);
181 fprintf(stderr, "gzgets err after gzseek: %s\n", gzerror(file, &err));
185 fprintf(stderr, "bad gzgets after gzseek\n");
188 printf("gzgets() after gzseek: %s\n", (char*)uncompr);
/external/zlib/src/as400/
H A Dzlib.inc180 D gzgets PR * extproc('gzgets')

Completed in 168 milliseconds