/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()
|
/test/xts/acts/bundlemanager/zlib/actszlibtest/ |
H A D | ActsZlibTest.cpp | 167 gzputc(file, 'h');
in HWTEST_F() 805 gzputc(file, 'h');
in HWTEST_F() 861 gzputc(file, 'h');
in HWTEST_F() 1045 gzputc(file, 'h');
in HWTEST_F() 1062 gzputc(file, 'h');
in HWTEST_F() 1103 * @tc.name : Test gzputc
1116 err = gzputc(file, 'h');
in HWTEST_F() 1158 gzputc(file, 'h');
in HWTEST_F()
|
/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()
|
/test/xts/acts/bundlemanager/zlib/actszlibndktest/entry/src/main/cpp/ |
H A D | zlibndk.cpp | 1252 err = gzputc(file, 'h');
in GzPutc() 1253 NAPI_ASSERT(env, err == 'h', "gzputc error");
in GzPutc() 1406 gzputc(file, 'h');
in GzFlush()
|