Searched refs:zng_tr_stored_block (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | deflate.h | 388 void Z_INTERNAL zng_tr_stored_block(deflate_state *s, char *buf, uint32_t stored_len, int last);
|
D | trees.c | 593 void Z_INTERNAL zng_tr_stored_block(deflate_state *s, char *buf, uint32_t stored_len, int last) { in zng_tr_stored_block() function 689 zng_tr_stored_block(s, buf, stored_len, last);
|
D | deflate.c | 1015 zng_tr_stored_block(s, (char*)0, 0L, 0); in PREFIX() 1405 zng_tr_stored_block(s, (char *)0, 0L, last); in deflate_stored() 1521 zng_tr_stored_block(s, (char *)s->window + s->block_start, len, last); in deflate_stored()
|