Lines Matching defs:rstrm
169 RECSTREAM *rstrm = mem_alloc(sizeof(RECSTREAM)); in xdrrec_create() local
229 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_getlong() local
251 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_putlong() local
273 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_getbytes() local
298 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_putbytes() local
321 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_getpos() local
346 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_setpos() local
383 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_inline() local
412 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_destroy() local
431 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_skiprecord() local
466 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_eof() local
489 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_endofrecord() local
513 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in __xdrrec_getrec() local
593 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in __xdrrec_setnonblock() local
606 flush_out(RECSTREAM *rstrm, bool_t eor) in flush_out()
624 fill_input_buf(RECSTREAM *rstrm) in fill_input_buf()
646 get_input_bytes(RECSTREAM *rstrm, char *addr, int len) in get_input_bytes()
676 set_input_fragment(RECSTREAM *rstrm) in set_input_fragment()
701 skip_input_bytes(RECSTREAM *rstrm, long cnt) in skip_input_bytes()
733 realloc_stream(RECSTREAM *rstrm, int size) in realloc_stream()