Lines Matching refs:RECSTREAM

120 RECSTREAM;  typedef
123 static bool_t skip_input_bytes (RECSTREAM *, long);
124 static bool_t flush_out (RECSTREAM *, bool_t);
125 static bool_t set_input_fragment (RECSTREAM *);
126 static bool_t get_input_bytes (RECSTREAM *, caddr_t, int);
143 RECSTREAM *rstrm = (RECSTREAM *) mem_alloc (sizeof (RECSTREAM)); in xdrrec_create()
154 mem_free (rstrm, sizeof (RECSTREAM)); in xdrrec_create()
205 RECSTREAM *rstrm = (RECSTREAM *) xdrs->x_private; in libc_hidden_nolink_sunrpc()
230 RECSTREAM *rstrm = (RECSTREAM *) xdrs->x_private; in xdrrec_putlong()
253 RECSTREAM *rstrm = (RECSTREAM *) xdrs->x_private; in xdrrec_getbytes()
280 RECSTREAM *rstrm = (RECSTREAM *) xdrs->x_private; in xdrrec_putbytes()
304 RECSTREAM *rstrm = (RECSTREAM *) xdrs->x_private; in xdrrec_getpos()
330 RECSTREAM *rstrm = (RECSTREAM *) xdrs->x_private; in xdrrec_setpos()
370 RECSTREAM *rstrm = (RECSTREAM *) xdrs->x_private; in xdrrec_inline()
403 RECSTREAM *rstrm = (RECSTREAM *) xdrs->x_private; in xdrrec_destroy()
407 mem_free ((caddr_t) rstrm, sizeof (RECSTREAM)); in xdrrec_destroy()
413 RECSTREAM *rstrm = (RECSTREAM *) xdrs->x_private; in xdrrec_getint32()
438 RECSTREAM *rstrm = (RECSTREAM *) xdrs->x_private; in xdrrec_putint32()
469 RECSTREAM *rstrm = (RECSTREAM *) xdrs->x_private; in xdrrec_skiprecord()
492 RECSTREAM *rstrm = (RECSTREAM *) xdrs->x_private; in libc_hidden_nolink_sunrpc()
517 RECSTREAM *rstrm = (RECSTREAM *) xdrs->x_private; in libc_hidden_nolink_sunrpc()
540 flush_out (RECSTREAM *rstrm, bool_t eor) in libc_hidden_nolink_sunrpc()
557 fill_input_buf (RECSTREAM *rstrm) in fill_input_buf()
576 get_input_bytes (RECSTREAM *rstrm, caddr_t addr, int len) in get_input_bytes()
599 set_input_fragment (RECSTREAM *rstrm) in set_input_fragment()
624 skip_input_bytes (RECSTREAM *rstrm, long cnt) in skip_input_bytes()