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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c153 RECSTREAM *rstrm = malloc(sizeof (RECSTREAM)); local
159 if (rstrm == NULL) {
171 rstrm->sendsize = fix_buf_size(sendsize);
172 rstrm->recvsize = fix_buf_size(recvsize);
173 rstrm->out_base = malloc(rstrm->sendsize);
174 if (rstrm->out_base == NULL) {
176 free(rstrm);
179 rstrm->in_base = malloc(rstrm
220 align_instream(RECSTREAM *rstrm) argument
237 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); local
269 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); local
320 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); local
346 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); local
377 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); local
404 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; local
430 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; local
465 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; local
502 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; local
522 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); local
560 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); local
591 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); local
614 flush_out(RECSTREAM *rstrm, bool_t eor) argument
641 fill_input_buf(RECSTREAM *rstrm, bool_t do_align) argument
669 get_input_bytes(RECSTREAM *rstrm, caddr_t addr, int len, bool_t do_align) argument
708 set_input_fragment(RECSTREAM *rstrm) argument
731 skip_input_bytes(RECSTREAM *rstrm, int32_t cnt) argument
752 __xdrrec_nonblock_realloc(RECSTREAM *rstrm, uint32_t newsize) argument
783 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); local
832 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); local
1096 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); local
1104 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); local
1122 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); local
1143 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); local
[all...]

Completed in 34 milliseconds