Home
last modified time | relevance | path

Searched refs:out_base (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/lib/libc/xdr/
H A Dxdr_rec.c119 char *out_base; /* output buffer (points to frag header) */ member
190 rstrm->out_base = mem_alloc(rstrm->sendsize); in xdrrec_create()
191 if (rstrm->out_base == NULL) { in xdrrec_create()
200 mem_free(rstrm->out_base, sendsize); in xdrrec_create()
212 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base; in xdrrec_create()
213 rstrm->frag_header = (u_int32_t *)(void *)rstrm->out_base; in xdrrec_create()
340 pos += rstrm->out_finger - rstrm->out_base; in xdrrec_getpos()
426 mem_free(rstrm->out_base, rstrm->sendsize); in xdrrec_destroy()
626 (u_long)(rstrm->out_base)); in flush_out()
630 rstrm->frag_header = (u_int32_t *)(void *)rstrm->out_base; in flush_out()
[all …]