Symbol: RECSTREAM
lib/libc/rpc/xdr_rec.c
162
static bool_t flush_out(RECSTREAM *, bool_t);
lib/libc/rpc/xdr_rec.c
163
static bool_t fill_input_buf(RECSTREAM *);
lib/libc/rpc/xdr_rec.c
164
static bool_t get_input_bytes(RECSTREAM *, char *, u_int);
lib/libc/rpc/xdr_rec.c
165
static bool_t set_input_fragment(RECSTREAM *);
lib/libc/rpc/xdr_rec.c
166
static bool_t skip_input_bytes(RECSTREAM *, long);
lib/libc/rpc/xdr_rec.c
167
static bool_t realloc_stream(RECSTREAM *, int);
lib/libc/rpc/xdr_rec.c
190
RECSTREAM *rstrm = mem_alloc(sizeof(RECSTREAM));
lib/libc/rpc/xdr_rec.c
205
mem_free(rstrm, sizeof(RECSTREAM));
lib/libc/rpc/xdr_rec.c
214
mem_free(rstrm, sizeof(RECSTREAM));
lib/libc/rpc/xdr_rec.c
252
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
lib/libc/rpc/xdr_rec.c
274
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
lib/libc/rpc/xdr_rec.c
296
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
lib/libc/rpc/xdr_rec.c
321
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
lib/libc/rpc/xdr_rec.c
345
RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private;
lib/libc/rpc/xdr_rec.c
370
RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private;
lib/libc/rpc/xdr_rec.c
407
RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private;
lib/libc/rpc/xdr_rec.c
437
RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private;
lib/libc/rpc/xdr_rec.c
441
mem_free(rstrm, sizeof(RECSTREAM));
lib/libc/rpc/xdr_rec.c
456
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
lib/libc/rpc/xdr_rec.c
490
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
lib/libc/rpc/xdr_rec.c
513
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
lib/libc/rpc/xdr_rec.c
537
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
lib/libc/rpc/xdr_rec.c
617
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
lib/libc/rpc/xdr_rec.c
631
flush_out(RECSTREAM *rstrm, bool_t eor)
lib/libc/rpc/xdr_rec.c
649
fill_input_buf(RECSTREAM *rstrm)
lib/libc/rpc/xdr_rec.c
670
get_input_bytes(RECSTREAM *rstrm, char *addr, u_int len)
lib/libc/rpc/xdr_rec.c
702
set_input_fragment(RECSTREAM *rstrm)
lib/libc/rpc/xdr_rec.c
728
skip_input_bytes(RECSTREAM *rstrm, long cnt)
lib/libc/rpc/xdr_rec.c
760
realloc_stream(RECSTREAM *rstrm, int size)