Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/xdr/
H A Dxdr_rec.c152 static bool_t skip_input_bytes(RECSTREAM *, long);
460 if (! skip_input_bytes(rstrm, rstrm->fbtbc)) in xdrrec_skiprecord()
481 if (! skip_input_bytes(rstrm, rstrm->fbtbc)) in xdrrec_eof()
713 skip_input_bytes(RECSTREAM *rstrm, long cnt) in skip_input_bytes() function