Searched refs:Outbuf (Results 1 – 2 of 2) sorted by relevance
33 struct Outbuf { struct41 void outbits(struct Outbuf *out, unsigned long bits, int nbits); argument42 void zlib_start_block(struct Outbuf *ctx);43 void zlib_finish_block(struct Outbuf *ctx);44 void zlib_literal(struct Outbuf *ectx, unsigned char c);45 void zlib_match(struct Outbuf *ectx, int distance, int len);
149 struct Outbuf out;
Completed in 4 milliseconds