evrpc              32 third_party/libevent/evrpc-internal.h struct evrpc;
evrpc              67 third_party/libevent/evrpc-internal.h 	TAILQ_HEAD(evrpc_list, evrpc) registered_rpcs;
evrpc              84 third_party/libevent/evrpc.c 	struct evrpc *rpc;
evrpc             208 third_party/libevent/evrpc.c evrpc_register_rpc(struct evrpc_base *base, struct evrpc *rpc,
evrpc             233 third_party/libevent/evrpc.c 	struct evrpc *rpc;
evrpc             261 third_party/libevent/evrpc.c 	struct evrpc *rpc = arg;
evrpc             320 third_party/libevent/evrpc.c 		struct evrpc *rpc = rpc_state->rpc;
evrpc             334 third_party/libevent/evrpc.c 	struct evrpc *rpc = rpc_state->rpc;
evrpc              75 third_party/libevent/evrpc.h 	TAILQ_ENTRY(evrpc) next;
evrpc             130 third_party/libevent/evrpc.h 	struct evrpc *rpc;
evrpc             158 third_party/libevent/evrpc.h 	struct evrpc* rpc; \
evrpc             161 third_party/libevent/evrpc.h 	    struct evrpc* rpc, void *request, void *reply);	     \
evrpc             297 third_party/libevent/evrpc.h     struct evrpc* rpc = (struct evrpc *)calloc(1, sizeof(struct evrpc)); \
evrpc             303 third_party/libevent/evrpc.h int evrpc_register_rpc(struct evrpc_base *, struct evrpc *,