Searched refs:out_base (Results 1 – 1 of 1) sorted by relevance
116 char *out_base; /* output buffer (points to frag header) */ member187 rstrm->out_base = mem_alloc(rstrm->sendsize); in xdrrec_create()188 if (rstrm->out_base == NULL) { in xdrrec_create()197 mem_free(rstrm->out_base, sendsize); in xdrrec_create()209 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base; in xdrrec_create()210 rstrm->frag_header = (u_int32_t *)(void *)rstrm->out_base; in xdrrec_create()337 pos += rstrm->out_finger - rstrm->out_base; in xdrrec_getpos()423 mem_free(rstrm->out_base, rstrm->sendsize); in xdrrec_destroy()623 (u_long)(rstrm->out_base)); in flush_out()627 rstrm->frag_header = (u_int32_t *)(void *)rstrm->out_base; in flush_out()[all …]