Symbol: RECSTREAM
lib/libc/rpc/xdr_rec.c
145
static bool_t flush_out(RECSTREAM *, bool_t);
lib/libc/rpc/xdr_rec.c
146
static bool_t fill_input_buf(RECSTREAM *);
lib/libc/rpc/xdr_rec.c
147
static bool_t get_input_bytes(RECSTREAM *, caddr_t, int);
lib/libc/rpc/xdr_rec.c
148
static bool_t set_input_fragment(RECSTREAM *);
lib/libc/rpc/xdr_rec.c
149
static bool_t skip_input_bytes(RECSTREAM *, long);
lib/libc/rpc/xdr_rec.c
150
static bool_t realloc_stream(RECSTREAM *, int);
lib/libc/rpc/xdr_rec.c
168
RECSTREAM *rstrm =
lib/libc/rpc/xdr_rec.c
169
(RECSTREAM *)mem_alloc(sizeof(RECSTREAM));
lib/libc/rpc/xdr_rec.c
182
mem_free(rstrm, sizeof(RECSTREAM));
lib/libc/rpc/xdr_rec.c
190
mem_free(rstrm, sizeof(RECSTREAM));
lib/libc/rpc/xdr_rec.c
229
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
lib/libc/rpc/xdr_rec.c
251
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
lib/libc/rpc/xdr_rec.c
273
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
lib/libc/rpc/xdr_rec.c
298
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
346
RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private;
lib/libc/rpc/xdr_rec.c
383
RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private;
lib/libc/rpc/xdr_rec.c
413
RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private;
lib/libc/rpc/xdr_rec.c
417
mem_free(rstrm, sizeof(RECSTREAM));
lib/libc/rpc/xdr_rec.c
431
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
lib/libc/rpc/xdr_rec.c
466
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
515
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
lib/libc/rpc/xdr_rec.c
590
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
lib/libc/rpc/xdr_rec.c
604
flush_out(RECSTREAM *rstrm, int32_t eor)
lib/libc/rpc/xdr_rec.c
621
fill_input_buf(RECSTREAM *rstrm)
lib/libc/rpc/xdr_rec.c
642
get_input_bytes(RECSTREAM *rstrm, caddr_t addr, int len)
lib/libc/rpc/xdr_rec.c
671
set_input_fragment(RECSTREAM *rstrm)
lib/libc/rpc/xdr_rec.c
696
skip_input_bytes(RECSTREAM *rstrm, long int cnt)
lib/libc/rpc/xdr_rec.c
727
realloc_stream(RECSTREAM *rstrm, int size)