OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_out
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/zlib/
deflate.h
102
Bytef *
pending_out
; /* next pending byte to output to the stream */
member in struct:internal_state
deflate.c
373
s->
pending_out
= s->pending_buf;
576
zmemcpy(strm->next_out, strm->state->
pending_out
, len);
578
strm->state->
pending_out
+= len;
583
strm->state->
pending_out
= strm->state->pending_buf;
[
all
...]
Completed in 35 milliseconds