Symbol: RECSTREAM
lib/libc/xdr/xdr_rec.c
144
static bool_t flush_out(RECSTREAM *, bool_t);
lib/libc/xdr/xdr_rec.c
145
static bool_t fill_input_buf(RECSTREAM *);
lib/libc/xdr/xdr_rec.c
146
static bool_t get_input_bytes(RECSTREAM *, char *, int);
lib/libc/xdr/xdr_rec.c
147
static bool_t set_input_fragment(RECSTREAM *);
lib/libc/xdr/xdr_rec.c
148
static bool_t skip_input_bytes(RECSTREAM *, long);
lib/libc/xdr/xdr_rec.c
149
static bool_t realloc_stream(RECSTREAM *, int);
lib/libc/xdr/xdr_rec.c
169
RECSTREAM *rstrm = mem_alloc(sizeof(RECSTREAM));
lib/libc/xdr/xdr_rec.c
183
mem_free(rstrm, sizeof(RECSTREAM));
lib/libc/xdr/xdr_rec.c
191
mem_free(rstrm, sizeof(RECSTREAM));
lib/libc/xdr/xdr_rec.c
229
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
lib/libc/xdr/xdr_rec.c
251
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
lib/libc/xdr/xdr_rec.c
273
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
lib/libc/xdr/xdr_rec.c
298
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
lib/libc/xdr/xdr_rec.c
321
RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private;
lib/libc/xdr/xdr_rec.c
346
RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private;
lib/libc/xdr/xdr_rec.c
383
RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private;
lib/libc/xdr/xdr_rec.c
412
RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private;
lib/libc/xdr/xdr_rec.c
416
mem_free(rstrm, sizeof(RECSTREAM));
lib/libc/xdr/xdr_rec.c
431
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
lib/libc/xdr/xdr_rec.c
466
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
lib/libc/xdr/xdr_rec.c
489
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
lib/libc/xdr/xdr_rec.c
513
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
lib/libc/xdr/xdr_rec.c
593
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
lib/libc/xdr/xdr_rec.c
606
flush_out(RECSTREAM *rstrm, bool_t eor)
lib/libc/xdr/xdr_rec.c
624
fill_input_buf(RECSTREAM *rstrm)
lib/libc/xdr/xdr_rec.c
646
get_input_bytes(RECSTREAM *rstrm, char *addr, int len)
lib/libc/xdr/xdr_rec.c
676
set_input_fragment(RECSTREAM *rstrm)
lib/libc/xdr/xdr_rec.c
701
skip_input_bytes(RECSTREAM *rstrm, long cnt)
lib/libc/xdr/xdr_rec.c
733
realloc_stream(RECSTREAM *rstrm, int size)