Lines Matching defs:rstrm

190 	RECSTREAM *rstrm = mem_alloc(sizeof(RECSTREAM));  in xdrrec_create()  local
252 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_getlong() local
274 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_putlong() local
296 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_getbytes() local
321 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_putbytes() local
345 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_getpos() local
370 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_setpos() local
407 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_inline() local
437 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_destroy() local
456 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_skiprecord() local
490 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_eof() local
513 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_endofrecord() local
537 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in __xdrrec_getrec() local
617 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in __xdrrec_setnonblock() local
631 flush_out(RECSTREAM *rstrm, bool_t eor) in flush_out()
649 fill_input_buf(RECSTREAM *rstrm) in fill_input_buf()
670 get_input_bytes(RECSTREAM *rstrm, char *addr, u_int len) in get_input_bytes()
702 set_input_fragment(RECSTREAM *rstrm) in set_input_fragment()
728 skip_input_bytes(RECSTREAM *rstrm, long cnt) in skip_input_bytes()
760 realloc_stream(RECSTREAM *rstrm, int size) in realloc_stream()