Home
last modified time | relevance | path

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

/external/rust/crates/libz-sys/src/zlib-ng/
Ddeflate.h109 unsigned char *pending_buf; /* output still pending */ member
282 s->pending_buf[s->pending++] = (unsigned char)(c); \
291 *(uint16_t *)(&s->pending_buf[s->pending]) = w; in put_short()
314 *(uint32_t *)(&s->pending_buf[s->pending]) = dw; in put_uint32()
330 *(uint32_t *)(&s->pending_buf[s->pending]) = ZSWAP32(dw); in put_uint32_msb()
346 *(uint64_t *)(&s->pending_buf[s->pending]) = lld; in put_uint64()
349 *(uint32_t *)(&s->pending_buf[s->pending]) = lld & 0xffffffff; in put_uint64()
351 *(uint32_t *)(&s->pending_buf[s->pending]) = (lld >> 32) & 0xffffffff; in put_uint64()
Ddeflate.c375 s->pending_buf = (unsigned char *) ZALLOC(strm, s->lit_bufsize, 4); in PREFIX()
378 if (s->window == NULL || s->prev == NULL || s->head == NULL || s->pending_buf == NULL) { in PREFIX()
384 s->sym_buf = s->pending_buf + s->lit_bufsize; in PREFIX()
512 s->pending_out = s->pending_buf; in PREFIX()
756 s->pending_out = s->pending_buf; in flush_pending()
765 strm->adler = PREFIX(crc32)(strm->adler, s->pending_buf + (beg), s->pending - (beg)); \
885 strm->adler = PREFIX(crc32)(strm->adler, s->pending_buf, s->pending); in PREFIX()
897 memcpy(s->pending_buf + s->pending, s->gzhead->extra + s->gzindex, copy); in PREFIX()
909 memcpy(s->pending_buf + s->pending, s->gzhead->extra + s->gzindex, left); in PREFIX()
1074 TRY_FREE(strm, strm->state->pending_buf); in PREFIX()
[all …]
Dtrees.c605 memcpy(s->pending_buf + s->pending, (unsigned char *)buf, stored_len); in zng_tr_stored_block()
/external/libwebsockets/win32port/zlib/
Ddeflate.c290 s->pending_buf = (uchf *) overlay;
294 s->pending_buf == Z_NULL) {
301 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
369 s->pending_out = s->pending_buf;
589 strm->state->pending_out = strm->state->pending_buf;
658 strm->adler = crc32(strm->adler, s->pending_buf,
701 strm->adler = crc32(strm->adler, s->pending_buf + beg,
712 strm->adler = crc32(strm->adler, s->pending_buf + beg,
730 strm->adler = crc32(strm->adler, s->pending_buf + beg,
743 strm->adler = crc32(strm->adler, s->pending_buf + beg,
[all …]
Ddeflate.h97 Bytef *pending_buf; /* output still pending */ member
275 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
/external/zlib/
Ddeflate.c376 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 4);
380 s->pending_buf == Z_NULL) {
386 s->sym_buf = s->pending_buf + s->lit_bufsize;
528 s->pending_out = s->pending_buf;
794 s->pending_out = s->pending_buf;
804 strm->adler = crc32(strm->adler, s->pending_buf + (beg), \
940 strm->adler = crc32(strm->adler, s->pending_buf,
952 zmemcpy(s->pending_buf + s->pending,
965 zmemcpy(s->pending_buf + s->pending,
1133 TRY_FREE(strm, strm->state->pending_buf);
[all …]
Ddeflate.h103 Bytef *pending_buf; /* output still pending */ member
276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
Dtrees.c873 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len);
/external/python/cpython2/Modules/zlib/
Ddeflate.c330 s->pending_buf = (uchf *) overlay;
334 s->pending_buf == Z_NULL) {
341 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
482 s->pending_out = s->pending_buf;
748 s->pending_out = s->pending_buf;
758 strm->adler = crc32(strm->adler, s->pending_buf + (beg), \
894 strm->adler = crc32(strm->adler, s->pending_buf,
906 zmemcpy(s->pending_buf + s->pending,
919 zmemcpy(s->pending_buf + s->pending,
1086 TRY_FREE(strm, strm->state->pending_buf);
[all …]
Ddeflate.h103 Bytef *pending_buf; /* output still pending */ member
281 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
Dtrees.c873 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len);
/external/rust/crates/libz-sys/src/zlib/
Ddeflate.c330 s->pending_buf = (uchf *) overlay;
334 s->pending_buf == Z_NULL) {
341 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
482 s->pending_out = s->pending_buf;
748 s->pending_out = s->pending_buf;
758 strm->adler = crc32(strm->adler, s->pending_buf + (beg), \
894 strm->adler = crc32(strm->adler, s->pending_buf,
906 zmemcpy(s->pending_buf + s->pending,
919 zmemcpy(s->pending_buf + s->pending,
1086 TRY_FREE(strm, strm->state->pending_buf);
[all …]
Ddeflate.h103 Bytef *pending_buf; /* output still pending */ member
281 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
Dtrees.c873 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len);
/external/angle/third_party/zlib/
Ddeflate.c376 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 4);
380 s->pending_buf == Z_NULL) {
386 s->sym_buf = s->pending_buf + s->lit_bufsize;
528 s->pending_out = s->pending_buf;
794 s->pending_out = s->pending_buf;
804 strm->adler = crc32(strm->adler, s->pending_buf + (beg), \
940 strm->adler = crc32(strm->adler, s->pending_buf,
952 zmemcpy(s->pending_buf + s->pending,
965 zmemcpy(s->pending_buf + s->pending,
1133 TRY_FREE(strm, strm->state->pending_buf);
[all …]
Ddeflate.h103 Bytef *pending_buf; /* output still pending */ member
276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
Dtrees.c873 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len);
/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/
Ddfltcc_deflate.c90 memmove(state->pending_buf, state->pending_out, state->pending); in send_eobs()
91 state->pending_out = state->pending_buf; in send_eobs()
/external/rust/crates/libz-sys/src/zlib-ng/test/abi/
Dzlib-v1.2.11-x86_64-linux-gnu.abi225 …<var-decl name='pending_buf' type-id='type-id-24' visibility='default' filepath='src.d/deflate.h' …