Lines Matching refs:RECSTREAM

125 } RECSTREAM;  typedef
130 static bool_t flush_out(RECSTREAM *, bool_t);
131 static bool_t get_input_bytes(RECSTREAM *, caddr_t, int, bool_t);
132 static bool_t set_input_fragment(RECSTREAM *);
133 static bool_t skip_input_bytes(RECSTREAM *, int32_t);
153 RECSTREAM *rstrm = malloc(sizeof (RECSTREAM)); in xdrrec_create()
220 align_instream(RECSTREAM *rstrm) in align_instream()
237 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_getint32()
269 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_putint32()
320 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_getbytes()
346 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_putbytes()
377 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_readbytes()
404 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_getpos()
430 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_setpos()
465 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_inline()
502 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_destroy()
522 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_skiprecord()
560 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_eof()
591 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_endofrecord()
614 flush_out(RECSTREAM *rstrm, bool_t eor) in flush_out()
641 fill_input_buf(RECSTREAM *rstrm, bool_t do_align) in fill_input_buf()
669 get_input_bytes(RECSTREAM *rstrm, caddr_t addr, in get_input_bytes()
708 set_input_fragment(RECSTREAM *rstrm) in set_input_fragment()
731 skip_input_bytes(RECSTREAM *rstrm, int32_t cnt) in skip_input_bytes()
752 __xdrrec_nonblock_realloc(RECSTREAM *rstrm, uint32_t newsize) in __xdrrec_nonblock_realloc()
783 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in __xdrrec_set_conn_nonblock()
832 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in __xdrrec_getbytes_nonblock()
1096 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in __is_xdrrec_first()
1104 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in __xdrrec_setfirst()
1122 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in __xdrrec_resetfirst()
1143 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_control()