Lines Matching refs:RECSTREAM
118 } RECSTREAM; typedef
134 RECSTREAM *rstrm = (RECSTREAM *)mem_alloc(sizeof (RECSTREAM)); in xdrrec_create()
187 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_getint32()
209 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_putint32()
237 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_getbytes()
264 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_putbytes()
286 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_getpos()
311 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_setpos()
345 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_inline()
372 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_destroy()
376 mem_free((caddr_t)rstrm, sizeof (RECSTREAM)); in xdrrec_destroy()
391 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_skiprecord()
413 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_eof()
437 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_endofrecord()
459 flush_out(RECSTREAM *rstrm, bool_t eor) in flush_out()
479 fill_input_buf(RECSTREAM *rstrm, int frag_len) in fill_input_buf()
502 get_input_bytes(RECSTREAM *rstrm, caddr_t addr, int frag_len, int len) in get_input_bytes()
535 set_input_fragment(RECSTREAM *rstrm) in set_input_fragment()
552 skip_input_bytes(RECSTREAM *rstrm, int32_t cnt) in skip_input_bytes()