Searched defs:pending_buf (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/zlib/
H A Ddeflate.h100 Bytef *pending_buf; /* output still pending */ member in struct:internal_state
101 ulg pending_buf_size; /* size of pending_buf */
278 * IN assertion: there is enough room in pending_buf.
280 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.h97 Bytef *pending_buf; /* output still pending */ member in struct:internal_state
98 ulg pending_buf_size; /* size of pending_buf */
266 * IN assertion: there is enough room in pending_buf.
268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
/external/zlib/src/
H A Ddeflate.h100 Bytef *pending_buf; /* output still pending */ member in struct:internal_state
101 ulg pending_buf_size; /* size of pending_buf */
276 * IN assertion: there is enough room in pending_buf.
278 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}

Completed in 126 milliseconds