Lines Matching refs:RECSTREAM

123 } RECSTREAM;  typedef
128 static bool_t flush_out(RECSTREAM *, bool_t);
129 static bool_t get_input_bytes(RECSTREAM *, caddr_t, int, bool_t);
130 static bool_t set_input_fragment(RECSTREAM *);
131 static bool_t skip_input_bytes(RECSTREAM *, int32_t);
151 RECSTREAM *rstrm = malloc(sizeof (RECSTREAM)); in xdrrec_create()
218 align_instream(RECSTREAM *rstrm) in align_instream()
235 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_getint32()
267 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_putint32()
318 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_getbytes()
344 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_putbytes()
375 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_readbytes()
402 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_getpos()
428 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_setpos()
463 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_inline()
500 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_destroy()
520 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_skiprecord()
558 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_eof()
589 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_endofrecord()
612 flush_out(RECSTREAM *rstrm, bool_t eor) in flush_out()
639 fill_input_buf(RECSTREAM *rstrm, bool_t do_align) in fill_input_buf()
667 get_input_bytes(RECSTREAM *rstrm, caddr_t addr, in get_input_bytes()
706 set_input_fragment(RECSTREAM *rstrm) in set_input_fragment()
729 skip_input_bytes(RECSTREAM *rstrm, int32_t cnt) in skip_input_bytes()
750 __xdrrec_nonblock_realloc(RECSTREAM *rstrm, uint32_t newsize) in __xdrrec_nonblock_realloc()
781 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in __xdrrec_set_conn_nonblock()
830 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in __xdrrec_getbytes_nonblock()
1094 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in __is_xdrrec_first()
1102 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in __xdrrec_setfirst()
1120 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in __xdrrec_resetfirst()
1141 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_control()