Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dzconf.h72 # define gzgets z_gzgets macro
Dgzread.c483 char * ZEXPORT gzgets(file, buf, len) in gzgets() function
Dzlib.h1372 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
Dexample.c179 gzgets(file, (char*)uncompr, (int)uncomprLen);
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
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzlib.h1142 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
Dexample.c150 gzgets(file, (char*)uncompr, (int)uncomprLen);
Dgzio.c540 char * ZEXPORT gzgets(file, buf, len) in gzgets() function
DChangeLog475 - added gzputs and gzgets functions