Home
last modified time | relevance | path

Searched defs:Bytef (Results 1 – 14 of 14) sorted by relevance

/external/rust/crates/libz-sys/src/
Dlib.rs7 pub type Bytef = u8; typedef
67 pub fn adler32(adler: uLong, buf: *const Bytef, len: uInt) -> uLong; in adler32()
68 pub fn crc32(crc: uLong, buf: *const Bytef, len: uInt) -> uLong; in crc32()
90 dictionary: *const Bytef, in deflateSetDictionary()
125 dictionary: *const Bytef, in inflateSetDictionary()
157 pub fn compress(dest: *mut Bytef, destLen: *mut uLongf, in compress()
158 source: *const Bytef, sourceLen: uLong) -> c_int; in compress()
159 pub fn compress2(dest: *mut Bytef, destLen: *mut uLongf, in compress2()
160 source: *const Bytef, sourceLen: uLong, in compress2()
183 pub fn uncompress(dest: *mut Bytef, in uncompress()
[all …]
/external/freetype/src/gzip/
Dftzconf.h42 # define Bytef z_Bytef macro
226 # define Bytef Byte FAR macro
228 typedef Byte FAR Bytef; typedef
/external/libwebsockets/win32port/zlib/
Dzconf.h111 # define Bytef z_Bytef macro
341 # define Bytef Byte FAR macro
343 typedef Byte FAR Bytef; typedef
/external/rust/crates/libz-sys/src/zlib-ng/
Dzconf-ng.h.in99 typedef Byte Bytef; typedef
Dzconf.h.in107 typedef Byte Bytef; typedef
/external/zlib/
Dzconf.h158 # define Bytef z_Bytef macro
417 # define Bytef Byte FAR macro
419 typedef Byte FAR Bytef; typedef
Dchromeconf.h143 #define Bytef Cr_z_Bytef macro
/external/python/cpython2/Modules/zlib/
Dzconf.h.in142 # define Bytef z_Bytef macro
398 # define Bytef Byte FAR macro
400 typedef Byte FAR Bytef; typedef
Dzconf.h142 # define Bytef z_Bytef macro
398 # define Bytef Byte FAR macro
400 typedef Byte FAR Bytef; typedef
/external/rust/crates/libz-sys/src/zlib/
Dzconf.h142 # define Bytef z_Bytef macro
398 # define Bytef Byte FAR macro
400 typedef Byte FAR Bytef; typedef
Dzconf.h.in142 # define Bytef z_Bytef macro
398 # define Bytef Byte FAR macro
400 typedef Byte FAR Bytef; typedef
/external/angle/third_party/zlib/
Dzconf.h154 # define Bytef z_Bytef macro
413 # define Bytef Byte FAR macro
415 typedef Byte FAR Bytef; typedef
Dchromeconf.h143 #define Bytef Cr_z_Bytef macro
/external/OpenCL-CTS/test_common/miniz/
Dminiz.h219 typedef Byte Bytef; typedef