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.c119 #define LAST_FRAG ((u_int32_t)(UINT32_C(1) << 31)) macro
629 *(rstrm->frag_header) = htonl ((u_int32_t) len | LAST_FRAG); in xdrrec_endofrecord()
670 fraglen = (int) (rstrm->in_header & ~LAST_FRAG); in __xdrrec_getrec()
684 if (rstrm->in_header & LAST_FRAG) in __xdrrec_getrec()
686 rstrm->in_header &= ~LAST_FRAG; in __xdrrec_getrec()
755 u_int32_t eormask = (eor == TRUE) ? LAST_FRAG : 0; in flush_out()
838 rstrm->last_frag = ((header & LAST_FRAG) == 0) ? FALSE : TRUE; in set_input_fragment()
849 rstrm->fbtbc = header & (~LAST_FRAG); in set_input_fragment()