Lines Matching refs:bool_t
81 static bool_t xdrmem_getlong_aligned(XDR *, long *);
82 static bool_t xdrmem_putlong_aligned(XDR *, const long *);
83 static bool_t xdrmem_getlong_unaligned(XDR *, long *);
84 static bool_t xdrmem_putlong_unaligned(XDR *, const long *);
85 static bool_t xdrmem_getbytes(XDR *, char *, u_int);
86 static bool_t xdrmem_putbytes(XDR *, const char *, u_int);
89 static bool_t xdrmem_setpos(XDR *, u_int);
92 static bool_t xdrmem_control(XDR *xdrs, int request, void *info);
140 static bool_t
152 static bool_t
164 static bool_t
178 static bool_t
192 static bool_t
204 static bool_t
224 static bool_t
258 static bool_t