Home
last modified time | relevance | path

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

/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c76 static bool_t set_input_fragment();
246 if (!set_input_fragment(rstrm)) in xdrrec_getbytes()
397 if ((! rstrm->last_frag) && (! set_input_fragment(rstrm))) in xdrrec_skiprecord()
419 if ((! rstrm->last_frag) && (! set_input_fragment(rstrm))) in xdrrec_eof()
535 set_input_fragment(RECSTREAM *rstrm) in set_input_fragment() function
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c132 static bool_t set_input_fragment(RECSTREAM *);
328 if (!set_input_fragment(rstrm)) in xdrrec_getbytes()
386 if (!set_input_fragment(rstrm)) in xdrrec_readbytes()
544 if ((!rstrm->last_frag) && (!set_input_fragment(rstrm))) in xdrrec_skiprecord()
573 if ((!rstrm->last_frag) && (!set_input_fragment(rstrm))) in xdrrec_eof()
708 set_input_fragment(RECSTREAM *rstrm) in set_input_fragment() function
1151 if (!set_input_fragment(rstrm)) { in xdrrec_control()