Searched refs:out_base (Results 1 – 1 of 1) sorted by relevance
116 caddr_t out_base; /* output buffer (points to frag header) */ member180 rstrm->out_base = malloc(rstrm->sendsize); in xdrrec_create()181 if (rstrm->out_base == NULL) { in xdrrec_create()189 mem_free(rstrm->out_base, sendsize); in xdrrec_create()201 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base; in xdrrec_create()202 rstrm->frag_header = (u_int32_t *)rstrm->out_base; in xdrrec_create()329 pos += rstrm->out_finger - rstrm->out_base; in xdrrec_getpos()415 mem_free(rstrm->out_base, rstrm->sendsize); in xdrrec_destroy()611 len = (u_long)(rstrm->out_finger) - (u_long)(rstrm->out_base); in flush_out()612 if ((*(rstrm->writeit))(rstrm->tcp_handle, rstrm->out_base, (int)len) in flush_out()[all …]