Lines Matching full:false
249 rstrm->frag_sent = FALSE; in xdrrec_create()
255 rstrm->in_haveheader = FALSE; in xdrrec_create()
258 rstrm->nonblock = FALSE; in xdrrec_create()
289 return FALSE; in xdrrec_getlong()
310 if (!flush_out (rstrm, FALSE)) in xdrrec_putlong()
311 return FALSE; in xdrrec_putlong()
333 return FALSE; in xdrrec_getbytes()
335 return FALSE; in xdrrec_getbytes()
340 return FALSE; in xdrrec_getbytes()
368 if (!flush_out (rstrm, FALSE)) in xdrrec_putbytes()
369 return FALSE; in xdrrec_putbytes()
438 return FALSE; in xdrrec_setpos()
513 return FALSE; in xdrrec_getint32()
534 if (!flush_out (rstrm, FALSE)) in xdrrec_putint32()
535 return FALSE; in xdrrec_putint32()
559 if (__xdrrec_getrec (xdrs, &xstat, FALSE)) in xdrrec_skiprecord()
569 return FALSE; in xdrrec_skiprecord()
575 return FALSE; in xdrrec_skiprecord()
578 return FALSE; in xdrrec_skiprecord()
580 rstrm->last_frag = FALSE; in xdrrec_skiprecord()
604 return FALSE; in xdrrec_eof()
624 rstrm->frag_sent = FALSE; in xdrrec_endofrecord()
637 * Return true if a record is available in the buffer, false if not.
655 return FALSE; in __xdrrec_getrec()
660 return FALSE; in __xdrrec_getrec()
667 return FALSE; in __xdrrec_getrec()
675 return FALSE; in __xdrrec_getrec()
682 return FALSE; in __xdrrec_getrec()
694 expectdata = FALSE; in __xdrrec_getrec()
704 return FALSE; in __xdrrec_getrec()
710 return FALSE; in __xdrrec_getrec()
717 rstrm->in_haveheader = FALSE; in __xdrrec_getrec()
732 return FALSE; in __xdrrec_getrec()
765 return FALSE; in flush_out()
779 return FALSE; in fill_input_buf()
786 return FALSE; in fill_input_buf()
804 return FALSE; in get_input_bytes()
816 return FALSE; in get_input_bytes()
834 return FALSE; in set_input_fragment()
836 return FALSE; in set_input_fragment()
838 rstrm->last_frag = ((header & LAST_FRAG) == 0) ? FALSE : TRUE; in set_input_fragment()
848 return FALSE; in set_input_fragment()
865 return FALSE; in skip_input_bytes()
900 return FALSE; in realloc_stream()