Home
last modified time | relevance | path

Searched refs:gzputc (Results 1 - 21 of 21) sorted by relevance

/third_party/zlib/contrib/dotzlib/DotZLib/
H A DGZipStream.cs36 private static extern int gzputc(IntPtr gzFile, int c); in gzputc() method in DotZLib.GZipStream
231 int result = gzputc(_gzFile, (int)value); in WriteByte()
/third_party/node/deps/v8/third_party/zlib/
H A Dchromeconf.h96 #define gzputc Cr_z_gzputc macro
H A Dzconf.h100 # define gzputc z_gzputc macro
H A Dzlib.h1506 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
1508 Writes c, converted to an unsigned char, into the compressed file. gzputc
H A Dgzwrite.c304 int ZEXPORT gzputc(file, c) in gzputc() function
/third_party/node/deps/zlib/
H A Dchromeconf.h99 #define gzputc Cr_z_gzputc macro
H A Dzconf.h103 # define gzputc z_gzputc macro
H A Dzlib.h1507 ZEXTERN int ZEXPORT gzputc(gzFile file, int c);
1509 Compress and write c, converted to an unsigned char, into file. gzputc
H A Dgzwrite.c287 int ZEXPORT gzputc(gzFile file, int c) { in gzputc() function
/third_party/skia/third_party/externals/zlib/
H A Dchromeconf.h96 #define gzputc Cr_z_gzputc macro
H A Dzconf.h100 # define gzputc z_gzputc macro
H A Dgzwrite.c304 int ZEXPORT gzputc(file, c) in gzputc() function
H A Dzlib.h1504 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
1506 Writes c, converted to an unsigned char, into the compressed file. gzputc
/third_party/libwebsockets/win32port/zlib/
H A Dzconf.h71 # define gzputc z_gzputc macro
H A Dgzwrite.c221 int ZEXPORT gzputc(file, c) in gzputc() function
H A Dzlib.h1295 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
1297 Writes c, converted to an unsigned char, into the compressed file. gzputc
/third_party/zlib/
H A Dzconf.h91 # define gzputc z_gzputc macro
H A Dzlib.h1508 ZEXTERN int ZEXPORT gzputc(gzFile file, int c);
1510 Compress and write c, converted to an unsigned char, into file. gzputc
H A Dgzwrite.c294 int ZEXPORT gzputc(gzFile file, int c) { in gzputc() function
/third_party/zlib/contrib/pascal/
H A Dexample.pas98 gzputc(zfile, 'h');
/third_party/zlib/test/
H A Dexample.c102 gzputc(file, 'h'); in test_gzio()

Completed in 28 milliseconds