Lines Matching refs:bool_t
70 static bool_t xdrrec_getlong(XDR *, long *);
71 static bool_t xdrrec_putlong(XDR *, const long *);
72 static bool_t xdrrec_getbytes(XDR *, char *, u_int);
74 static bool_t xdrrec_putbytes(XDR *, const char *, u_int);
76 static bool_t xdrrec_setpos(XDR *, u_int);
116 bool_t frag_sent; /* true if buffer sent in middle of record */
126 bool_t last_frag;
130 bool_t nonblock;
131 bool_t in_haveheader;
141 static bool_t flush_out(RECSTREAM *, bool_t);
142 static bool_t fill_input_buf(RECSTREAM *);
143 static bool_t get_input_bytes(RECSTREAM *, char *, int);
144 static bool_t set_input_fragment(RECSTREAM *);
145 static bool_t skip_input_bytes(RECSTREAM *, long);
146 static bool_t realloc_stream(RECSTREAM *, int);
229 static bool_t
251 static bool_t
273 static bool_t /* must manage buffers, fragments, and records */
298 static bool_t
350 static bool_t
434 bool_t
469 bool_t
492 bool_t
493 xdrrec_endofrecord(XDR *xdrs, bool_t sendnow) in xdrrec_endofrecord()
516 bool_t
517 __xdrrec_getrec(XDR *xdrs, enum xprt_stat *statp, bool_t expectdata) in __xdrrec_getrec()
596 bool_t
611 static bool_t
612 flush_out(RECSTREAM *rstrm, bool_t eor) in flush_out()
629 static bool_t /* knows nothing about records! Only about input buffers */
651 static bool_t /* knows nothing about records! Only about input buffers */
681 static bool_t /* next two bytes of the input stream are treated as a header */
706 static bool_t /* consumes input bytes; knows nothing about records! */
738 static bool_t