Searched defs:z_streamp (Results 1 – 15 of 15) sorted by relevance
| /external/rust/crates/libz-sys/src/ |
| D | lib.rs | 99 pub type z_streamp = *mut z_stream; typedef 120 pub fn deflate(strm: z_streamp, flush: c_int) -> c_int; in deflate() 122 pub fn deflateBound(strm: z_streamp, sourceLen: uLong) -> uLong; in deflateBound() 124 pub fn deflateCopy(dest: z_streamp, source: z_streamp) -> c_int; in deflateCopy() 129 strm: z_streamp, in deflateInit_() 136 strm: z_streamp, in deflateInit2_() 146 pub fn deflateParams(strm: z_streamp, level: c_int, strategy: c_int) -> c_int; in deflateParams() 148 pub fn deflatePrime(strm: z_streamp, bits: c_int, value: c_int) -> c_int; in deflatePrime() 153 strm: z_streamp, in deflateSetDictionary() 158 pub fn deflateSetHeader(strm: z_streamp, head: gz_headerp) -> c_int; in deflateSetHeader() [all …]
|
| /external/rust/crates/libz-sys/src/zlib-ng/ |
| D | zlib.h.in | 128 typedef z_stream *z_streamp; /* Obsolete type, retained for compatibility only */ typedef
|
| /external/libwebsockets/win32port/zlib/ |
| D | zlib.h | 106 typedef z_stream FAR *z_streamp; typedef
|
| /external/python/cpython2/Modules/zlib/ |
| D | zlib.h | 108 typedef z_stream FAR *z_streamp; typedef
|
| /external/tflite-support/third_party/zlib/ |
| D | zlib.h | 151 typedef z_stream FAR *z_streamp; typedef
|
| /external/freetype/src/gzip/ |
| D | zlib.h | 108 typedef z_stream FAR *z_streamp; typedef
|
| /external/zlib/ |
| D | zlib.h | 151 typedef z_stream FAR *z_streamp; typedef
|
| /external/rust/crates/libz-sys/src/zlib/ |
| D | zlib.h | 108 typedef z_stream FAR *z_streamp; typedef
|
| /external/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 58354 typedef z_stream *z_streamp; typedef
|
| /external/bcc/libbpf-tools/powerpc/ |
| D | vmlinux_510.h | 90542 typedef z_stream *z_streamp; typedef
|
| D | vmlinux.h | 90542 typedef z_stream *z_streamp; typedef
|
| /external/bcc/libbpf-tools/arm64/ |
| D | vmlinux.h | 57256 typedef z_stream *z_streamp; typedef
|
| D | vmlinux_510.h | 57256 typedef z_stream *z_streamp; typedef
|
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_505.h | 60503 typedef z_stream *z_streamp; typedef
|
| D | vmlinux.h | 60503 typedef z_stream *z_streamp; typedef
|