Searched refs:xdrproc_t (Results 1 – 5 of 5) sorted by relevance
/picolibc-latest/newlib/libc/include/rpc/ |
D | xdr.h | 159 typedef bool_t (*xdrproc_t) (XDR *, ...); typedef 246 #define NULL_xdrproc_t ((xdrproc_t)0) 250 xdrproc_t proc; 318 extern bool_t xdr_array (XDR *, char **, u_int *, u_int, u_int, xdrproc_t); 323 const struct xdr_discrim *, xdrproc_t); 326 extern bool_t xdr_vector (XDR *, char *, u_int, u_int, xdrproc_t); 330 extern bool_t xdr_reference (XDR *, char **, u_int, xdrproc_t); 331 extern bool_t xdr_pointer (XDR *, char **, u_int, xdrproc_t); 339 extern u_long xdr_sizeof (xdrproc_t, void *); 383 extern void xdr_free (xdrproc_t, void *);
|
/picolibc-latest/newlib/libc/xdr/ |
D | xdr_reference.c | 63 xdrproc_t proc) in xdr_reference() 123 xdrproc_t xdr_obj) in xdr_pointer()
|
D | xdr_array.c | 63 xdrproc_t elproc) in xdr_array() 145 xdrproc_t xdr_elem) in xdr_vector()
|
D | xdr_sizeof.c | 151 xdr_sizeof (xdrproc_t func, in xdr_sizeof()
|
D | xdr.c | 67 xdr_free (xdrproc_t proc, in xdr_free() 721 xdrproc_t dfault) in xdr_union()
|