Lines Matching refs:out_base
112 char *out_base; /* output buffer (points to frag header) */ member
183 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()
624 rstrm->frag_header = (u_int32_t *)(void *)rstrm->out_base; in flush_out()
625 rstrm->out_finger = (char *)rstrm->out_base + sizeof(u_int32_t); in flush_out()