Lines Matching refs:stbi__zbuf
4187 } stbi__zbuf;
4189 stbi_inline static int stbi__zeof(stbi__zbuf *z)
4194 stbi_inline static stbi_uc stbi__zget8(stbi__zbuf *z)
4199 static void stbi__fill_bits(stbi__zbuf *z)
4211 stbi_inline static unsigned int stbi__zreceive(stbi__zbuf *z, int n)
4221 static int stbi__zhuffman_decode_slowpath(stbi__zbuf *a, stbi__zhuffman *z)
4240 stbi_inline static int stbi__zhuffman_decode(stbi__zbuf *a, stbi__zhuffman *z)
4259 static int stbi__zexpand(stbi__zbuf *z, char *zout, int n) // need to make room for n bytes
4295 static int stbi__parse_huffman_block(stbi__zbuf *a)
4338 static int stbi__compute_huffman_codes(stbi__zbuf *a)
4388 static int stbi__parse_uncompressed_block(stbi__zbuf *a)
4417 static int stbi__parse_zlib_header(stbi__zbuf *a)
4460 static int stbi__parse_zlib(stbi__zbuf *a, int parse_header)
4488 static int stbi__do_zlib(stbi__zbuf *a, char *obuf, int olen, int exp, int parse_header)
4500 stbi__zbuf a;
4521 stbi__zbuf a;
4537 stbi__zbuf a;
4548 stbi__zbuf a;
4564 stbi__zbuf a;