Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DREADME.md52 gzgets() after gzseek: hello!
66 gzgets() after gzseek: hello!
H A Dgzread.c567 char * ZEXPORT gzgets(file, buf, len) in gzgets() function
/f-stack/freebsd/contrib/zlib/
H A Dzconf.h85 # define gzgets z_gzgets macro
H A Dgzread.c546 char * ZEXPORT gzgets(file, buf, len) in gzgets() function
H A Dzlib.h1495 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
H A Dzconf.h.in79 # define gzgets z_gzgets macro
H A DChangeLog222 - Fix bug in gzgets() for a concatenated empty gzip stream
428 - Check for NULL buf in gzgets()
429 - Return empty string for gzgets() with len == 1 (like fgets())
430 - Fix description of gzgets() in zlib.h for end-of-file, NULL return
1135 - added gzputs and gzgets functions
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dexample_original.c196 gzgets(file, (char*)uncompr, (int)uncomprLen);
H A Dexample.c204 gzgets(file, (char*)uncompr, (int)uncomprLen);
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c179 gzgets(file, (char*)uncompr, (int)uncomprLen);