Home
last modified time | relevance | path

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

/src/crypto/krb5/src/lib/rpc/
H A Dxdr_rec.c125 static bool_t set_input_fragment(RECSTREAM *);
255 if (! set_input_fragment(rstrm)) in xdrrec_getbytes()
415 if ((! rstrm->last_frag) && (! set_input_fragment(rstrm))) in xdrrec_skiprecord()
436 if ((! rstrm->last_frag) && (! set_input_fragment(rstrm))) in xdrrec_eof()
533 set_input_fragment(RECSTREAM *rstrm) in set_input_fragment() function
/src/lib/libc/xdr/
H A Dxdr_rec.c144 static bool_t set_input_fragment(RECSTREAM *);
284 if (! set_input_fragment(rstrm)) in xdrrec_getbytes()
457 if ((! rstrm->last_frag) && (! set_input_fragment(rstrm))) in xdrrec_skiprecord()
478 if ((! rstrm->last_frag) && (! set_input_fragment(rstrm))) in xdrrec_eof()
682 set_input_fragment(RECSTREAM *rstrm) in set_input_fragment() function