Home
last modified time | relevance | path

Searched refs:inflate_codes_statef (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/net/
H A Dzlib.c3844 typedef struct inflate_codes_state FAR inflate_codes_statef; in _tr_flush_block() typedef
3846 extern inflate_codes_statef *inflate_codes_new( in _tr_flush_block()
3857 inflate_codes_statef *, in _tr_flush_block()
3907 inflate_codes_statef in _tr_flush_block()
4257 inflate_codes_statef *c; in _tr_flush_block()
5115 inflate_codes_statef *inflate_codes_new(uInt bl, uInt bd, in inflate_codes_new()
5118 inflate_codes_statef *c; in inflate_codes_new()
5120 if ((c = (inflate_codes_statef *) in inflate_codes_new()
5146 inflate_codes_statef *c = s->sub.decode.codes; /* codes state */ in inflate_codes()
5299 void inflate_codes_free(inflate_codes_statef *c, z_streamp z) in inflate_codes_free()