rplystruct        172 opal/mca/event/libevent2022/libevent/include/event2/rpc.h #define EVRPC_HEADER(rpcname, reqstruct, rplystruct) \
rplystruct        176 opal/mca/event/libevent2022/libevent/include/event2/rpc.h 	struct rplystruct* reply; \
rplystruct        182 opal/mca/event/libevent2022/libevent/include/event2/rpc.h     struct reqstruct *, struct rplystruct *, \
rplystruct        184 opal/mca/event/libevent2022/libevent/include/event2/rpc.h 	struct reqstruct *, struct rplystruct *, void *cbarg),	\
rplystruct        213 opal/mca/event/libevent2022/libevent/include/event2/rpc.h #define EVRPC_MAKE_CTX(rpcname, reqstruct, rplystruct, \
rplystruct        218 opal/mca/event/libevent2022/libevent/include/event2/rpc.h 	    (void (*)(void *))rplystruct##_clear,			\
rplystruct        219 opal/mca/event/libevent2022/libevent/include/event2/rpc.h 	    (int (*)(void *, struct evbuffer *))rplystruct##_unmarshal, \
rplystruct        233 opal/mca/event/libevent2022/libevent/include/event2/rpc.h #define EVRPC_GENERATE(rpcname, reqstruct, rplystruct)			\
rplystruct        235 opal/mca/event/libevent2022/libevent/include/event2/rpc.h 	    struct reqstruct *request, struct rplystruct *reply,	\
rplystruct        237 opal/mca/event/libevent2022/libevent/include/event2/rpc.h 		struct reqstruct *, struct rplystruct *, void *cbarg),	\
rplystruct        244 opal/mca/event/libevent2022/libevent/include/event2/rpc.h 	    (void (*)(void *))rplystruct##_clear,			\
rplystruct        245 opal/mca/event/libevent2022/libevent/include/event2/rpc.h 	    (int (*)(void *, struct evbuffer *))rplystruct##_unmarshal); \