Searched defs:rstrm (Results 1 - 1 of 1) sorted by relevance

/src/lib/libc/rpc/
H A Dxdr_rec.c190 RECSTREAM *rstrm = mem_alloc(sizeof(RECSTREAM)); local in function:xdrrec_create
252 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); local in function:xdrrec_getlong
274 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); local in function:xdrrec_putlong
296 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); local in function:xdrrec_getbytes
321 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); local in function:xdrrec_putbytes
345 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; local in function:xdrrec_getpos
370 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; local in function:xdrrec_setpos
407 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; local in function:xdrrec_inline
437 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; local in function:xdrrec_destroy
456 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); local in function:xdrrec_skiprecord
490 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); local in function:xdrrec_eof
513 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); local in function:xdrrec_endofrecord
537 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); local in function:__xdrrec_getrec
617 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); local in function:__xdrrec_setnonblock
631 flush_out(RECSTREAM * rstrm,bool_t eor) argument
649 fill_input_buf(RECSTREAM * rstrm) argument
670 get_input_bytes(RECSTREAM * rstrm,char * addr,u_int len) argument
702 set_input_fragment(RECSTREAM * rstrm) argument
728 skip_input_bytes(RECSTREAM * rstrm,long cnt) argument
760 realloc_stream(RECSTREAM * rstrm,int size) argument
[all...]

Completed in 4 milliseconds