Home | History | Annotate | Download | only in librpc

Lines Matching full:bool_t

17 static bool_t xdr_std_control(xdr_s_type *xdr, int request, void *info)
22 static bool_t xdr_std_msg_done(xdr_s_type *xdr)
29 static bool_t xdr_std_msg_start(xdr_s_type *xdr,
75 static bool_t xdr_std_msg_abort(xdr_s_type *xdr)
83 extern bool_t xdr_recv_reply_header(xdr_s_type *xdr, rpc_reply_header *reply);
87 static bool_t xdr_std_msg_send(xdr_s_type *xdr)
97 static bool_t xdr_std_read(xdr_s_type *xdr)
112 static bool_t xdr_std_send_uint32(xdr_s_type *xdr, const uint32 *value)
120 static bool_t xdr_std_send_int8(xdr_s_type *xdr, const int8 *value)
126 static bool_t xdr_std_send_uint8(xdr_s_type *xdr, const uint8 *value)
132 static bool_t xdr_std_send_int16(xdr_s_type *xdr, const int16 *value)
138 static bool_t xdr_std_send_uint16(xdr_s_type *xdr, const uint16 *value)
144 static bool_t xdr_std_send_int32(xdr_s_type *xdr, const int32 *value)
149 static bool_t xdr_std_send_bytes(xdr_s_type *xdr, const uint8 *buf,
193 static bool_t xdr_std_recv_uint32(xdr_s_type *xdr, uint32 *value)
217 static bool_t xdr_std_recv_int8(xdr_s_type *xdr, int8 *value)
222 static bool_t xdr_std_recv_uint8(xdr_s_type *xdr, uint8 *value)
227 static bool_t xdr_std_recv_int16(xdr_s_type *xdr, int16 *value)
232 static bool_t xdr_std_recv_uint16(xdr_s_type *xdr, uint16 *value)
239 static bool_t xdr_std_recv_int32(xdr_s_type *xdr, int32 *value)
244 static bool_t xdr_std_recv_bytes(xdr_s_type *xdr, uint8 *buf, uint32 len)