Lines Matching refs:uInt
6 pub type alloc_func = unsafe extern "C" fn(voidpf, uInt, uInt) -> voidpf;
13 pub type uInt = c_uint; typedef
35 pub extra_len: uInt,
36 pub extra_max: uInt,
38 pub name_max: uInt,
40 pub comm_max: uInt,
50 pub avail_in: uInt,
53 pub avail_out: uInt,
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()
91 dictLength: uInt) -> c_int; in deflateSetDictionary()
126 dictLength: uInt) -> c_int; in inflateSetDictionary()