Home
last modified time | relevance | path

Searched refs:out_func (Results 1 – 25 of 32) sorted by relevance

12

/external/rust/crates/libz-sys/src/zlib/contrib/infback9/
Dinfback9.h25 out_func out, void FAR *out_desc));
Dinfback9.c221 out_func out;
/external/rust/crates/libz-sys/src/zlib/contrib/pascal/
Dzlibpas.pas24 out_func = function(opaque: Pointer; buf: PByte; size: Integer): Integer; in paque()
139 out_fn: out_func; out_desc: Pointer): Integer;
/external/rust/crates/libz-sys/src/
Dlib.rs12 pub type out_func = unsafe extern "C" fn(*mut c_void, *mut c_uchar, c_uint) -> c_int; typedef
102 out: out_func, in inflateBack() argument
/external/rust/crates/libz-sys/src/zlib-ng/
Dzlib.h1067 typedef int (*out_func) (void *, unsigned char *, uint32_t); typedef
1069 Z_EXTERN int Z_EXPORT inflateBack(z_stream *strm, in_func in, void *in_desc, out_func out, void *ou…
Dzlib-ng.h1077 typedef int32_t (*out_func) (void *, uint8_t *, uint32_t); typedef
1080 int32_t zng_inflateBack(zng_stream *strm, in_func in, void *in_desc, out_func out, void *out_desc);
Dinfback.c130 int32_t Z_EXPORT PREFIX(inflateBack)(PREFIX3(stream) *strm, in_func in, void *in_desc, out_func out… in PREFIX()
/external/libwebsockets/win32port/zlib/
Dzlib.h971 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned));
975 out_func out, void FAR *out_desc));
Dzconf.h120 # define out_func z_out_func macro
Dinfback.c245 out_func out;
/external/angle/third_party/zlib/
Dchromeconf.h152 #define out_func Cr_z_out_func macro
Dzlib.h1094 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned));
1098 out_func out, void FAR *out_desc));
Dzconf.h165 # define out_func z_out_func macro
Dinfback.c254 out_func out;
/external/zlib/
Dchromeconf.h152 #define out_func Cr_z_out_func macro
Dzlib.h1141 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned));
1145 out_func out, void FAR *out_desc));
Dzconf.h169 # define out_func z_out_func macro
Dinfback.c254 out_func out;
/external/python/cpython2/Modules/zlib/
Dzlib.h1094 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned));
1098 out_func out, void FAR *out_desc));
Dzconf.h153 # define out_func z_out_func macro
Dinfback.c254 out_func out;
/external/rust/crates/libz-sys/src/zlib/
Dzlib.h1094 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned));
1098 out_func out, void FAR *out_desc));
Dzconf.h153 # define out_func z_out_func macro
Dinfback.c254 out_func out;
Dzconf.h.cmakein155 # define out_func z_out_func

12