Searched refs:gzungetc (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/zlib/
H A Dmozzconf.h81 #define gzungetc MOZ_Z_gzungetc macro
H A Dzconf.h82 # define gzungetc z_gzungetc macro
H A Dgzread.c212 the input buffer, which also assures space for gzungetc() */
422 output buffer, allowing at least one gzungetc() to succeed */
482 int ZEXPORT gzungetc(c, file) function
517 /* if no room, give up (must have already done a gzungetc()) */
H A Dzlib.h1312 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
1316 gzungetc() returns the character pushed, or -1 on failure. gzungetc() will
1318 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h1166 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
1169 Only one character of push-back is allowed. gzungetc() returns the
1170 character pushed, or -1 on failure. gzungetc() will fail if a
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h91 # define gzungetc z_gzungetc macro
H A Dzlib.h1460 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
1464 gzungetc() returns the character pushed, or -1 on failure. gzungetc() will
1466 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzconf.h91 # define gzungetc z_gzungetc macro
H A Dgzread.c155 space for gzungetc() */
351 output buffer, allowing at least one gzungetc() to succeed */
423 int ZEXPORT gzungetc( function
460 /* if no room, give up (must have already done a gzungetc()) */
H A Dzlib.h1464 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
1468 gzungetc() returns the character pushed, or -1 on failure. gzungetc() will
1470 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
/external/qemu/distrib/zlib-1.2.8/
H A Dzconf.h91 # define gzungetc z_gzungetc macro
H A Dgzread.c155 space for gzungetc() */
351 output buffer, allowing at least one gzungetc() to succeed */
423 int ZEXPORT gzungetc(c, file) function
460 /* if no room, give up (must have already done a gzungetc()) */
H A Dzlib.h1400 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
1404 gzungetc() returns the character pushed, or -1 on failure. gzungetc() will
1406 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
/external/zlib/src/
H A Dzconf.h91 # define gzungetc z_gzungetc macro
H A Dgzread.c155 space for gzungetc() */
351 output buffer, allowing at least one gzungetc() to succeed */
423 int ZEXPORT gzungetc(c, file) function
460 /* if no room, give up (must have already done a gzungetc()) */
H A Dzlib.h1400 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
1404 gzungetc() returns the character pushed, or -1 on failure. gzungetc() will
1406 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
H A Dzconf.h.cmakein93 # define gzungetc z_gzungetc
H A Dzconf.h.in91 # define gzungetc z_gzungetc
/external/zlib/
H A Dzconf.h91 # define gzungetc z_gzungetc macro
H A Dzlib.h1400 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
1404 gzungetc() returns the character pushed, or -1 on failure. gzungetc() will
1406 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
/external/zlib/src/contrib/pascal/
H A Dexample.pas155 if gzungetc(' ', zfile) <> ' ' then
157 WriteLn('gzungetc error');
/external/zlib/src/test/
H A Dexample.c174 if (gzungetc(' ', file) != ' ') {
175 fprintf(stderr, "gzungetc error\n");
/external/zlib/src/as400/
H A Dzlib.inc195 D gzungetc PR 10i 0 extproc('gzungetc')

Completed in 1153 milliseconds