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

/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs36 private static extern int gzputc(IntPtr gzFile, int c); method in class:DotZLib.GZipStream
231 int result = gzputc(_gzFile, (int)value);
/external/chromium_org/third_party/zlib/
H A Dmozzconf.h79 #define gzputc MOZ_Z_gzputc macro
H A Dzconf.h73 # define gzputc z_gzputc macro
H A Dzlib.h1300 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
1302 Writes c, converted to an unsigned char, into the compressed file. gzputc
H A Dgzwrite.c221 int ZEXPORT gzputc(file, c) function
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h1154 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
1157 gzputc returns the value that was written, or -1 in case of error.
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h82 # define gzputc z_gzputc macro
H A Dzlib.h1445 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
1447 Writes c, converted to an unsigned char, into the compressed file. gzputc
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzconf.h82 # define gzputc z_gzputc macro
H A Dgzwrite.c245 int ZEXPORT gzputc( function
H A Dzlib.h1449 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
1451 Writes c, converted to an unsigned char, into the compressed file. gzputc
/external/qemu/distrib/zlib-1.2.8/
H A Dzconf.h82 # define gzputc z_gzputc macro
H A Dzlib.h1385 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
1387 Writes c, converted to an unsigned char, into the compressed file. gzputc
H A Dgzwrite.c245 int ZEXPORT gzputc(file, c) function
/external/zlib/src/
H A Dzconf.h82 # define gzputc z_gzputc macro
H A Dzlib.h1385 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
1387 Writes c, converted to an unsigned char, into the compressed file. gzputc
H A Dzconf.h.cmakein84 # define gzputc z_gzputc
H A Dzconf.h.in82 # define gzputc z_gzputc
H A Dgzwrite.c245 int ZEXPORT gzputc(file, c) function
/external/zlib/
H A Dzconf.h82 # define gzputc z_gzputc macro
H A Dzlib.h1385 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
1387 Writes c, converted to an unsigned char, into the compressed file. gzputc
/external/zlib/src/test/
H A Dexample.c132 gzputc(file, 'h');
/external/zlib/src/as400/
H A Dzlib.inc185 D gzputc PR 10i 0 extproc('gzputc')
/external/zlib/src/contrib/pascal/
H A Dexample.pas98 gzputc(zfile, 'h');

Completed in 8779 milliseconds