Searched refs:pending_buf (Results 1 – 9 of 9) sorted by relevance
/openbsd/lib/libz/ |
H A D | deflate.c | 496 s->pending_buf == Z_NULL) { in deflateInit2_() 507 s->sym_buf = s->pending_buf + s->lit_bufsize; in deflateInit2_() 644 s->pending_out = s->pending_buf; in deflateResetKeep() 935 s->pending_out = s->pending_buf; in flush_pending() 1092 zmemcpy(s->pending_buf + s->pending, in deflate() 1105 zmemcpy(s->pending_buf + s->pending, in deflate() 1270 TRY_FREE(strm, strm->state->pending_buf); in deflateEnd() 1316 ds->pending_buf == Z_NULL) { in deflateCopy() 1324 zmemcpy(ds->pending_buf, ss->pending_buf, ds->lit_bufsize * LIT_BUFS); in deflateCopy() 1326 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf); in deflateCopy() [all …]
|
H A D | deflate.h | 105 Bytef *pending_buf; /* output still pending */ member 288 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
|
H A D | trees.c | 865 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len); in _tr_stored_block()
|
/openbsd/sys/lib/libz/ |
H A D | deflate.c | 496 s->pending_buf == Z_NULL) { in deflateInit2_() 507 s->sym_buf = s->pending_buf + s->lit_bufsize; in deflateInit2_() 644 s->pending_out = s->pending_buf; in deflateResetKeep() 935 s->pending_out = s->pending_buf; in flush_pending() 1092 zmemcpy(s->pending_buf + s->pending, in deflate() 1105 zmemcpy(s->pending_buf + s->pending, in deflate() 1316 ds->pending_buf == Z_NULL) { in deflateCopy() 1324 zmemcpy(ds->pending_buf, ss->pending_buf, ds->lit_bufsize * LIT_BUFS); in deflateCopy() 1326 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf); in deflateCopy() 1331 ds->sym_buf = ds->pending_buf + ds->lit_bufsize; in deflateCopy() [all …]
|
H A D | deflate.h | 105 Bytef *pending_buf; /* output still pending */ member 288 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
|
H A D | trees.c | 865 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len); in _tr_stored_block()
|
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
H A D | deflate.c | 500 s->pending_buf == Z_NULL) { in deflateInit2_() 511 s->sym_buf = s->pending_buf + s->lit_bufsize; in deflateInit2_() 648 s->pending_out = s->pending_buf; in deflateResetKeep() 931 s->pending_out = s->pending_buf; in flush_pending() 1101 zmemcpy(s->pending_buf + s->pending, in deflate() 1266 TRY_FREE(strm, strm->state->pending_buf); in deflateEnd() 1312 ds->pending_buf == Z_NULL) { in deflateCopy() 1320 zmemcpy(ds->pending_buf, ss->pending_buf, ds->lit_bufsize * LIT_BUFS); in deflateCopy() 1322 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf); in deflateCopy() 1674 s->pending_buf[s->pending - 4] = len; in deflate_stored() [all …]
|
H A D | deflate.h | 107 Bytef *pending_buf; /* output still pending */ member 287 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
|
H A D | trees.c | 865 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len); in _tr_stored_block()
|