Searched refs:gzputc (Results 1 - 21 of 21) sorted by relevance
/third_party/zlib/contrib/dotzlib/DotZLib/ |
H A D | GZipStream.cs | 36 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 D | chromeconf.h | 96 #define gzputc Cr_z_gzputc macro
|
H A D | zconf.h | 100 # define gzputc z_gzputc macro
|
H A D | zlib.h | 1506 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c)); 1508 Writes c, converted to an unsigned char, into the compressed file. gzputc
|
H A D | gzwrite.c | 304 int ZEXPORT gzputc(file, c) in gzputc() function
|
/third_party/node/deps/zlib/ |
H A D | chromeconf.h | 99 #define gzputc Cr_z_gzputc macro
|
H A D | zconf.h | 103 # define gzputc z_gzputc macro
|
H A D | zlib.h | 1507 ZEXTERN int ZEXPORT gzputc(gzFile file, int c); 1509 Compress and write c, converted to an unsigned char, into file. gzputc
|
H A D | gzwrite.c | 287 int ZEXPORT gzputc(gzFile file, int c) { in gzputc() function
|
/third_party/skia/third_party/externals/zlib/ |
H A D | chromeconf.h | 96 #define gzputc Cr_z_gzputc macro
|
H A D | zconf.h | 100 # define gzputc z_gzputc macro
|
H A D | gzwrite.c | 304 int ZEXPORT gzputc(file, c) in gzputc() function
|
H A D | zlib.h | 1504 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 D | zconf.h | 71 # define gzputc z_gzputc
macro
|
H A D | gzwrite.c | 221 int ZEXPORT gzputc(file, c)
in gzputc() function
|
H A D | zlib.h | 1295 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 D | zconf.h | 91 # define gzputc z_gzputc macro
|
H A D | zlib.h | 1508 ZEXTERN int ZEXPORT gzputc(gzFile file, int c); 1510 Compress and write c, converted to an unsigned char, into file. gzputc
|
H A D | gzwrite.c | 294 int ZEXPORT gzputc(gzFile file, int c) { in gzputc() function
|
/third_party/zlib/contrib/pascal/ |
H A D | example.pas | 98 gzputc(zfile, 'h');
|
/third_party/zlib/test/ |
H A D | example.c | 102 gzputc(file, 'h'); in test_gzio()
|
Completed in 28 milliseconds