Home
last modified time | relevance | path

Searched refs:gzgets (Results 1 – 25 of 26) sorted by relevance

12

/external/zlib/src/old/os2/
Dzlib.def51 gzgets
/external/zlib/src/win32/
Dzlib.def45 gzgets
/external/zlib/src/contrib/vstudio/vc11/
Dzlibvc.def47 gzgets @41
/external/zlib/src/contrib/vstudio/vc10/
Dzlibvc.def47 gzgets @41
/external/zlib/src/contrib/vstudio/vc9/
Dzlibvc.def47 gzgets @41
/external/zlib/src/contrib/ada/
Dzlib-thin.ads208 function gzgets subprogspec
409 pragma Import (C, gzgets, "gzgets");
/external/zlib/src/as400/
Dbndsrc52 EXPORT SYMBOL("gzgets")
Dzlib.inc180 D gzgets PR * extproc('gzgets')
/external/pdfium/third_party/zlib_v128/
Dzconf.h72 # define gzgets z_gzgets macro
Dgzread.c483 char * ZEXPORT gzgets( in gzgets() function
Dzlib.h1441 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
/external/zlib/
Dzconf.h72 # define gzgets z_gzgets macro
Dzlib.h1372 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
/external/zlib/src/
Dzconf.h72 # define gzgets z_gzgets macro
Dzlib.h1372 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
Dgzread.c483 char * ZEXPORT gzgets(file, buf, len) in gzgets() function
Dzconf.h.cmakein74 # define gzgets z_gzgets
Dzconf.h.in72 # define gzgets z_gzgets macro
DChangeLog179 - Fix bug in gzgets() for a concatenated empty gzip stream
385 - Check for NULL buf in gzgets()
386 - Return empty string for gzgets() with len == 1 (like fgets())
387 - Fix description of gzgets() in zlib.h for end-of-file, NULL return
1092 - added gzputs and gzgets functions
/external/zlib/src/contrib/pascal/
Dexample.pas161 gzgets(zfile, PChar(uncompr), uncomprLen);
/external/opencv3/3rdparty/zlib/
Dgzread.c483 char * ZEXPORT gzgets(file, buf, len) in gzgets() function
Dzlib.h1372 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
Dzconf.h.cmakein74 # define gzgets z_gzgets
DChangeLog179 - Fix bug in gzgets() for a concatenated empty gzip stream
385 - Check for NULL buf in gzgets()
386 - Return empty string for gzgets() with len == 1 (like fgets())
387 - Fix description of gzgets() in zlib.h for end-of-file, NULL return
1092 - added gzputs and gzgets functions
/external/zlib/src/test/
Dexample.c179 gzgets(file, (char*)uncompr, (int)uncomprLen);

12