Searched defs:put_byte (Results 1 – 4 of 4) sorted by relevance
287 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
288 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
219 put_byte (char val) in put_byte() function