Searched refs:pending_out (Results 1 – 5 of 5) sorted by relevance
/external/zlib/src/ |
D | deflate.c | 408 s->pending_out = s->pending_buf; 474 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3)) 653 zmemcpy(strm->next_out, s->pending_out, len); 655 s->pending_out += len; 660 s->pending_out = s->pending_buf; 1057 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
|
D | deflate.h | 102 Bytef *pending_out; /* next pending byte to output to the stream */ member
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | fx_zlib_deflate.c | 407 s->pending_out = s->pending_buf; in deflateResetKeep() 473 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3)) 652 zmemcpy(strm->next_out, s->pending_out, len); in flush_pending() 654 s->pending_out += len; in flush_pending() 659 s->pending_out = s->pending_buf; in flush_pending() 1056 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf); in deflateCopy()
|
D | deflate.h | 102 Bytef *pending_out; /* next pending byte to output to the stream */ member
|
/external/chromium-trace/trace-viewer/tracing/third_party/jszip/ |
D | jszip.min.js | 13 …pending_out,c,a.next_out),a.next_out+=c,b.pending_out+=c,a.total_out+=c,a.avail_out-=c,b.pending-=…
|