Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/xdr/
Dxdr_rec.c129 caddr_t out_base; /* output buffer (points to frag header) */ member
218 for (rstrm->out_base = rstrm->out_buffer; in xdrrec_create()
219 (intptr_t) rstrm->out_base % BYTES_PER_XDR_UNIT != 0; rstrm->out_base++) in xdrrec_create()
245 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base; in xdrrec_create()
246 rstrm->frag_header = (u_int32_t *) (void *) rstrm->out_base; in xdrrec_create()
387 pos += rstrm->out_finger - rstrm->out_base; in xdrrec_getpos()
762 (uintptr_t) (rstrm->out_base)); in flush_out()
763 if ((*(rstrm->writeit)) (rstrm->tcp_handle, rstrm->out_base, (int) len) in flush_out()
766 rstrm->frag_header = (u_int32_t *) (void *) rstrm->out_base; in flush_out()
767 rstrm->out_finger = (char *) rstrm->out_base + sizeof (u_int32_t); in flush_out()