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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Ddeflate.h84 Bytef *pending_buf; /* output still pending */ member in struct:internal_state
85 ulg pending_buf_size; /* size of pending_buf */
252 * IN assertion: there is enough room in pending_buf.
254 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}

Completed in 29 milliseconds