Searched refs:gzgets (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | zconf.h | 72 # define gzgets z_gzgets macro
|
D | zlib.h | 1372 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
|
D | gzread.c | 483 char * ZEXPORT gzgets(file, buf, len) in gzgets() function
|
D | example.c | 179 gzgets(file, (char*)uncompr, (int)uncomprLen);
|
D | ChangeLog | 179 - 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/EmbeddedPkg/Library/ZLib/ |
D | zconf.h | 79 # define gzgets z_gzgets macro
|
D | zlib.h | 1491 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | zlib.h | 1142 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
|
D | example.c | 150 gzgets(file, (char*)uncompr, (int)uncomprLen);
|
D | gzio.c | 540 char * ZEXPORT gzgets(file, buf, len) in gzgets() function
|
D | ChangeLog | 475 - added gzputs and gzgets functions
|