Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/xdr/
Dxdr_rec.c144 bool_t last_frag; member
254 rstrm->last_frag = TRUE; in xdrrec_create()
332 if (rstrm->last_frag) in xdrrec_getbytes()
572 while (rstrm->fbtbc > 0 || (!rstrm->last_frag)) in xdrrec_skiprecord()
577 if ((!rstrm->last_frag) && (!set_input_fragment (rstrm))) in xdrrec_skiprecord()
580 rstrm->last_frag = FALSE; in xdrrec_skiprecord()
594 while (rstrm->fbtbc > 0 || (!rstrm->last_frag)) in xdrrec_eof()
599 if ((!rstrm->last_frag) && (!set_input_fragment (rstrm))) in xdrrec_eof()
687 rstrm->last_frag = TRUE; in __xdrrec_getrec()
720 if (rstrm->last_frag) in __xdrrec_getrec()
[all …]