Lines Matching full:true
133 bool_t frag_sent; /* true if buffer sent in middle of record */
254 rstrm->last_frag = TRUE; in xdrrec_create()
292 return TRUE; in xdrrec_getlong()
309 rstrm->frag_sent = TRUE; in xdrrec_putlong()
316 return TRUE; in xdrrec_putlong()
345 return TRUE; in xdrrec_getbytes()
367 rstrm->frag_sent = TRUE; in xdrrec_putbytes()
372 return TRUE; in xdrrec_putbytes()
420 return TRUE; in xdrrec_setpos()
431 return TRUE; in xdrrec_setpos()
516 return TRUE; in xdrrec_getint32()
533 rstrm->frag_sent = TRUE; in xdrrec_putint32()
540 return TRUE; in xdrrec_putint32()
562 return TRUE; in xdrrec_skiprecord()
567 return TRUE; in xdrrec_skiprecord()
581 return TRUE; in xdrrec_skiprecord()
586 * Returns TRUE iff there is no more input in the buffer
597 return TRUE; in xdrrec_eof()
600 return TRUE; in xdrrec_eof()
603 return TRUE; in xdrrec_eof()
611 * pipelined procedure calls.) TRUE => immmediate flush to tcp connection.
625 return (flush_out (rstrm, TRUE)); in xdrrec_endofrecord()
632 return TRUE; in xdrrec_endofrecord()
637 * Return true if a record is available in the buffer, false if not.
687 rstrm->last_frag = TRUE; in __xdrrec_getrec()
727 return TRUE; in __xdrrec_getrec()
741 rstrm->nonblock = TRUE; in __xdrrec_setnonblock()
745 return TRUE; in __xdrrec_setnonblock()
755 u_int32_t eormask = (eor == TRUE) ? LAST_FRAG : 0; in flush_out()
768 return TRUE; in flush_out()
790 return TRUE; in fill_input_buf()
807 return TRUE; in get_input_bytes()
825 return TRUE; in get_input_bytes()
838 rstrm->last_frag = ((header & LAST_FRAG) == 0) ? FALSE : TRUE; in set_input_fragment()
850 return TRUE; in set_input_fragment()
873 return TRUE; in skip_input_bytes()
911 return TRUE; in realloc_stream()