Lines Matching refs:bool_t
55 static bool_t xdrrec_getlong (XDR *, long *);
56 static bool_t xdrrec_putlong (XDR *, const long *);
57 static bool_t xdrrec_getbytes (XDR *, caddr_t, u_int);
58 static bool_t xdrrec_putbytes (XDR *, const char *, u_int);
60 static bool_t xdrrec_setpos (XDR *, u_int);
63 static bool_t xdrrec_getint32 (XDR *, int32_t *);
64 static bool_t xdrrec_putint32 (XDR *, const int32_t *);
106 bool_t frag_sent; /* true if buffer sent in middle of record */
116 bool_t last_frag;
123 static bool_t skip_input_bytes (RECSTREAM *, long);
124 static bool_t flush_out (RECSTREAM *, bool_t);
125 static bool_t set_input_fragment (RECSTREAM *);
126 static bool_t get_input_bytes (RECSTREAM *, caddr_t, int);
202 static bool_t in libc_hidden_nolink_sunrpc()
227 static bool_t
250 static bool_t /* must manage buffers, fragments, and records */
277 static bool_t
327 static bool_t
410 static bool_t
435 static bool_t
466 bool_t
489 bool_t in libc_hidden_nolink_sunrpc()
514 bool_t in libc_hidden_nolink_sunrpc()
515 xdrrec_endofrecord (XDR *xdrs, bool_t sendnow) in libc_hidden_nolink_sunrpc()
539 static bool_t in libc_hidden_nolink_sunrpc()
540 flush_out (RECSTREAM *rstrm, bool_t eor) in libc_hidden_nolink_sunrpc()
556 static bool_t /* knows nothing about records! Only about input buffers */
575 static bool_t /* knows nothing about records! Only about input buffers */
598 static bool_t /* next two bytes of the input stream are treated as a header */
623 static bool_t /* consumes input bytes; knows nothing about records! */