Home
last modified time | relevance | path

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

/third_party/node/deps/v8/third_party/zlib/
H A Dchromeconf.h105 #define gzungetc Cr_z_gzungetc macro
H A Dzconf.h109 # define gzungetc z_gzungetc macro
H A Dgzread.c158 space for gzungetc() */
344 output buffer, allowing at least one gzungetc() to succeed */
485 int ZEXPORT gzungetc(c, file) in gzungetc() function
522 /* if no room, give up (must have already done a gzungetc()) */
H A Dzlib.h1521 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
1525 gzungetc() returns the character pushed, or -1 on failure. gzungetc() will
1527 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
/third_party/node/deps/zlib/
H A Dchromeconf.h108 #define gzungetc Cr_z_gzungetc macro
H A Dzconf.h112 # define gzungetc z_gzungetc macro
H A Dzlib.h1522 ZEXTERN int ZEXPORT gzungetc(int c, gzFile file);
1526 gzungetc() returns the character pushed, or -1 on failure. gzungetc() will
1528 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
H A Dgzread.c141 space for gzungetc() */ in gz_look()
314 output buffer, allowing at least one gzungetc() to succeed */ in gz_read()
442 int ZEXPORT gzungetc(int c, gzFile file) { in gzungetc() function
476 /* if no room, give up (must have already done a gzungetc()) */ in gzungetc()
/third_party/skia/third_party/externals/zlib/
H A Dchromeconf.h105 #define gzungetc Cr_z_gzungetc macro
H A Dzconf.h109 # define gzungetc z_gzungetc macro
H A Dgzread.c158 space for gzungetc() */
344 output buffer, allowing at least one gzungetc() to succeed */
487 int ZEXPORT gzungetc(c, file) in gzungetc() function
524 /* if no room, give up (must have already done a gzungetc()) */
H A Dzlib.h1519 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
1523 gzungetc() returns the character pushed, or -1 on failure. gzungetc() will
1525 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
/third_party/libwebsockets/win32port/zlib/
H A Dzconf.h80 # 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) in gzungetc() function
517 /* if no room, give up (must have already done a gzungetc()) */
H A Dzlib.h1307 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
1311 gzungetc() returns the character pushed, or -1 on failure. gzungetc() will
1313 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
/third_party/zlib/
H A Dzconf.h100 # define gzungetc z_gzungetc macro
H A Dgzread.c160 space for gzungetc() */ in gz_look()
361 output buffer, allowing at least one gzungetc() to succeed */ in gz_read()
507 int ZEXPORT gzungetc(int c, gzFile file) in gzungetc() function
556 /* if no room, give up (must have already done a gzungetc()) */ in gzungetc()
H A Dzlib.h1523 ZEXTERN int ZEXPORT gzungetc(int c, gzFile file);
1527 gzungetc() returns the character pushed, or -1 on failure. gzungetc() will
1529 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
/third_party/zlib/contrib/pascal/
H A Dexample.pas155 if gzungetc(' ', zfile) <> ' ' then
157 WriteLn('gzungetc error');
/third_party/zlib/test/
H A Dexample.c144 if (gzungetc(' ', file) != ' ') { in test_gzio()
145 fprintf(stderr, "gzungetc error\n"); in test_gzio()

Completed in 30 milliseconds