Searched refs:out_base (Results 1 – 1 of 1) sorted by relevance
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 …]