Searched refs:out_func (Results 1 - 18 of 18) sorted by relevance
/external/zlib/contrib/infback9/ |
H A D | infback9.h | 25 out_func out, void FAR *out_desc));
|
H A D | infback9.c | 221 out_func out;
|
/external/chromium/third_party/zlib/ |
H A D | mozzconf.h | 119 #define out_func MOZ_Z_out_func macro
|
H A D | zconf.h | 52 # define out_func z_out_func macro
|
H A D | zlib.h | 878 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned)); typedef 882 out_func out, void FAR *out_desc)); 909 parameters and return types are defined above in the in_func and out_func
|
H A D | infback.c | 245 out_func out;
|
/external/chromium/sdch/open-vcdiff/src/ |
H A D | zconf.h | 49 # define out_func z_out_func macro
|
H A D | zlib.h | 878 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned)); typedef 882 out_func out, void FAR *out_desc)); 909 parameters and return types are defined above in the in_func and out_func
|
/external/qemu/distrib/zlib-1.2.3/ |
H A D | zconf.h | 49 # define out_func z_out_func macro
|
H A D | zlib.h | 878 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned)); typedef 882 out_func out, void FAR *out_desc)); 909 parameters and return types are defined above in the in_func and out_func
|
H A D | infback.c | 245 out_func out;
|
/external/zlib/ |
H A D | zconf.in.h | 49 # define out_func z_out_func macro
|
H A D | zlib.h | 971 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned)); typedef 975 out_func out, void FAR *out_desc)); 1002 parameters and return types are defined above in the in_func and out_func
|
H A D | zconf.h | 119 # define out_func z_out_func macro
|
H A D | zconf.h.cmakein | 121 # define out_func z_out_func
|
H A D | zconf.h.in | 119 # define out_func z_out_func
|
H A D | infback.c | 245 out_func out;
|
/external/zlib/contrib/pascal/ |
H A D | zlibpas.pas | 23 out_func = function(opaque: Pointer; buf: PByte; size: Integer): Integer; 110 out_fn: out_func; out_desc: Pointer): Integer;
|
Completed in 1174 milliseconds