Home
last modified time | relevance | path

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

/src/crypto/krb5/src/lib/rpc/
H A Dxdr_rec.c126 static bool_t skip_input_bytes(RECSTREAM *, int32_t);
412 if (! skip_input_bytes(rstrm, rstrm->fbtbc)) in xdrrec_skiprecord()
433 if (! skip_input_bytes(rstrm, rstrm->fbtbc)) in xdrrec_eof()
546 skip_input_bytes(RECSTREAM *rstrm, int32_t cnt) in skip_input_bytes() function
/src/lib/libc/xdr/
H A Dxdr_rec.c145 static bool_t skip_input_bytes(RECSTREAM *, long);
454 if (! skip_input_bytes(rstrm, rstrm->fbtbc)) in xdrrec_skiprecord()
475 if (! skip_input_bytes(rstrm, rstrm->fbtbc)) in xdrrec_eof()
707 skip_input_bytes(RECSTREAM *rstrm, long cnt) in skip_input_bytes() function