• Home
  • Raw
  • Download

Lines Matching defs:PREFIX

252 int32_t Z_EXPORT PREFIX(deflateInit_)(PREFIX3(stream) *strm, int32_t level, const char *version, in…  in PREFIX()  function
258 int32_t Z_EXPORT PREFIX(deflateInit2_)(PREFIX3(stream) *strm, int32_t level, int32_t method, int32_… in PREFIX() function
422 int32_t Z_EXPORT PREFIX(deflateSetDictionary)(PREFIX3(stream) *strm, const uint8_t *dictionary, uin… in PREFIX() function
481 int32_t Z_EXPORT PREFIX(deflateGetDictionary)(PREFIX3(stream) *strm, uint8_t *dictionary, uint32_t … in PREFIX() function
500 int32_t Z_EXPORT PREFIX(deflateResetKeep)(PREFIX3(stream) *strm) { in PREFIX() function
539 int32_t Z_EXPORT PREFIX(deflateReset)(PREFIX3(stream) *strm) { in PREFIX() function
549 int32_t Z_EXPORT PREFIX(deflateSetHeader)(PREFIX3(stream) *strm, PREFIX(gz_headerp) head) { in PREFIX() function
557 int32_t Z_EXPORT PREFIX(deflatePending)(PREFIX3(stream) *strm, uint32_t *pending, int32_t *bits) { in PREFIX() function
568 int32_t Z_EXPORT PREFIX(deflatePrime)(PREFIX3(stream) *strm, int32_t bits, int32_t value) { in PREFIX() function
596 int32_t Z_EXPORT PREFIX(deflateParams)(PREFIX3(stream) *strm, int32_t level, int32_t strategy) { in PREFIX() function
642 int32_t Z_EXPORT PREFIX(deflateTune)(PREFIX3(stream) *strm, int32_t good_length, int32_t max_lazy, … in PREFIX() function
672 unsigned long Z_EXPORT PREFIX(deflateBound)(PREFIX3(stream) *strm, unsigned long sourceLen) { in PREFIX() function
769 int32_t Z_EXPORT PREFIX(deflate)(PREFIX3(stream) *strm, int32_t flush) { in PREFIX() function
1065 int32_t Z_EXPORT PREFIX(deflateEnd)(PREFIX3(stream) *strm) { in PREFIX() function
1088 int32_t Z_EXPORT PREFIX(deflateCopy)(PREFIX3(stream) *dest, PREFIX3(stream) *source) { in PREFIX() function