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

/openbsd-current/sys/lib/libz/
H A Ddeflate.h285 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/openbsd-current/lib/libz/
H A Ddeflate.h285 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Ddeflate.h276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dremote-rdp.c219 put_byte (char val) function

Completed in 202 milliseconds