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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Ddeflate.h121 Bytef *pending_buf; /* output still pending */ member in struct:internal_state
122 ulg pending_buf_size; /* size of pending_buf */
290 * IN assertion: there is enough room in pending_buf.
292 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}

Completed in 86 milliseconds