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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dzconf.h80 # define gzputc z_gzputc macro
H A Dzlib.h1368 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
1370 Writes c, converted to an unsigned char, into the compressed file. gzputc
H A Dgzwrite.c243 int ZEXPORT gzputc(file, c) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dzlib.h1151 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
1154 gzputc returns the value that was written, or -1 in case of error.
H A Dexample.c103 gzputc(file, 'h');
H A Dgzio.c676 gzputc returns the value that was written, or -1 in case of error.
678 int ZEXPORT gzputc(file, c) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dzlib.h1151 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
1154 gzputc returns the value that was written, or -1 in case of error.
H A Dexample.c103 gzputc(file, 'h');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dzlib.h1151 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
1154 gzputc returns the value that was written, or -1 in case of error.
H A Dexample.c103 gzputc(file, 'h');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/test/
H A Dexample.c132 gzputc(file, 'h');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/test/
H A Dexample.c132 gzputc(file, 'h');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/as400/
H A Dzlib.inc185 D gzputc PR 10i 0 extproc('gzputc')
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/pascal/
H A Dexample.pas98 gzputc(zfile, 'h');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dexample.pas98 gzputc(zfile, 'h');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/pascal/
H A Dexample.pas98 gzputc(zfile, 'h');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/as400/
H A Dzlib.inc185 D gzputc PR 10i 0 extproc('gzputc')
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/pascal/
H A Dexample.pas98 gzputc(zfile, 'h');

Completed in 317 milliseconds

12