Searched refs:gzgetc (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/zlib/src/
H A DzlibtclStubInit.c64 gzgetc, /* 39 */
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/zlib/
H A DzlibtclStubInit.c64 gzgetc, /* 39 */
H A DzlibtclDecls.h32 #undef gzgetc /* gzgetc is a macro in zlib 1.2.5.2 */ macro
124 ZEXTERN int gzgetc(gzFile file);
277 #define gzgetc \ macro
/macosx-10.10/zlib-55/zlib/contrib/dotzlib/DotZLib/
H A DGZipStream.cs33 private static extern int gzgetc(IntPtr gzFile); method in class:DotZLib.GZipStream
185 return gzgetc(_gzFile);
/macosx-10.10/sudo-73/src/zlib/
H A Dgzread.c405 #undef gzgetc macro
406 int ZEXPORT gzgetc(file) function
H A Dzlib.h1368 ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
1370 Reads one byte from the compressed file. gzgetc returns this byte or -1
1641 /* gzgetc() macro and its supporting function and exposed data structure. Note
1643 * This abbreviated structure exposes just enough for the gzgetc() macro. The
1646 * only be used by the gzgetc() macro. You have been warned.
1654 #define gzgetc(g) \ macro
H A Dzconf.h.in78 # define gzgetc z_gzgetc
/macosx-10.10/tcl-105/tcl_ext/trf/trf/compat/
H A Dzlib.h741 ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
743 Reads one byte from the compressed file. gzgetc returns this byte
/macosx-10.10/zlib-55/zlib/
H A Dzconf.h63 # define gzgetc z_gzgetc macro
H A Dgzread.c457 int ZEXPORT gzgetc(file) function
H A Dzlib.h1309 ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
1311 Reads one byte from the compressed file. gzgetc returns this byte or -1
H A Dzconf.h.cmakein65 # define gzgetc z_gzgetc
H A Dzconf.h.in63 # define gzgetc z_gzgetc
H A Dexample.c140 if (gzgetc(file) != ' ') {
141 fprintf(stderr, "gzgetc error\n");
/macosx-10.10/rsync-45/rsync/zlib/
H A Dzlib.h1158 ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
1160 Reads one byte from the compressed file. gzgetc returns this byte
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A Dzlib.h1187 ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
1189 Reads one byte from the compressed file. gzgetc returns this byte
/macosx-10.10/zlib-55/zlib/contrib/pascal/
H A Dexample.pas149 if gzgetc(zfile) <> ' ' then
151 WriteLn('gzgetc error');
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dgzio.c527 Reads one byte from the compressed file. gzgetc returns this byte
530 int ZEXPORT gzgetc(file) function
/macosx-10.10/vim-55/runtime/syntax/
H A Dphp.vim260 syn keyword phpFunctions gzclose gzcompress gzdeflate gzencode gzeof gzfile gzgetc gzgets gzgetss gzinflate gzopen gzpassthru gzputs gzread gzrewind gzseek gztell gzuncompress gzwrite readgzfile zlib_get_coding_type contained
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim1929 \ 'gzgetc(': 'resource zp | string',

Completed in 236 milliseconds