Lines Matching refs:bool_t
72 static bool_t xdrrec_getlong(XDR *, long *);
73 static bool_t xdrrec_putlong(XDR *, const long *);
74 static bool_t xdrrec_getbytes(XDR *, char *, u_int);
76 static bool_t xdrrec_putbytes(XDR *, const char *, u_int);
78 static bool_t xdrrec_setpos(XDR *, u_int);
119 bool_t frag_sent; /* true if buffer sent in middle of record */
129 bool_t last_frag;
133 bool_t nonblock;
134 bool_t in_haveheader;
144 static bool_t flush_out(RECSTREAM *, bool_t);
145 static bool_t fill_input_buf(RECSTREAM *);
146 static bool_t get_input_bytes(RECSTREAM *, char *, int);
147 static bool_t set_input_fragment(RECSTREAM *);
148 static bool_t skip_input_bytes(RECSTREAM *, long);
149 static bool_t realloc_stream(RECSTREAM *, int);
226 static bool_t
248 static bool_t
270 static bool_t /* must manage buffers, fragments, and records */
295 static bool_t
343 static bool_t
428 bool_t
463 bool_t
486 bool_t
487 xdrrec_endofrecord(XDR *xdrs, bool_t sendnow) in xdrrec_endofrecord()
510 bool_t
511 __xdrrec_getrec(XDR *xdrs, enum xprt_stat *statp, bool_t expectdata) in __xdrrec_getrec()
590 bool_t
605 static bool_t
606 flush_out(RECSTREAM *rstrm, bool_t eor) in flush_out()
623 static bool_t /* knows nothing about records! Only about input buffers */
645 static bool_t /* knows nothing about records! Only about input buffers */
675 static bool_t /* next two bytes of the input stream are treated as a header */
700 static bool_t /* consumes input bytes; knows nothing about records! */
732 static bool_t