Searched refs:out_base (Results 1 – 2 of 2) sorted by relevance
103 caddr_t out_base; /* output buffer (points to frag header) */ member169 for (rstrm->out_base = rstrm->the_buffer; in xdrrec_create()171 (u_long)rstrm->out_base % BYTES_PER_XDR_UNIT != 0; in xdrrec_create()172 rstrm->out_base++); in xdrrec_create()173 rstrm->in_base = rstrm->out_base + sendsize; in xdrrec_create()182 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base; in xdrrec_create()183 rstrm->frag_header = (uint32_t *)(void *)rstrm->out_base; in xdrrec_create()301 pos = rstrm->out_finger - rstrm->out_base in xdrrec_getpos()482 len = (u_long)(rstrm->out_finger) - (u_long)(rstrm->out_base); in flush_out()483 if ((*(rstrm->writeit))(rstrm->tcp_handle, rstrm->out_base, (int)len) in flush_out()[all …]
112 char *out_base; /* output buffer (points to frag header) */ member183 rstrm->out_base = mem_alloc(rstrm->sendsize); in xdrrec_create()184 if (rstrm->out_base == NULL) { in xdrrec_create()193 mem_free(rstrm->out_base, sendsize); in xdrrec_create()205 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base; in xdrrec_create()206 rstrm->frag_header = (u_int32_t *)(void *)rstrm->out_base; in xdrrec_create()336 pos = rstrm->out_finger - rstrm->out_base; in xdrrec_getpos()420 mem_free(rstrm->out_base, rstrm->sendsize); in xdrrec_destroy()620 (u_long)(rstrm->out_base)); in flush_out()621 if ((*(rstrm->writeit))(rstrm->tcp_handle, rstrm->out_base, (int)len) in flush_out()[all …]