EVRPC_INPUT        91 third_party/libevent/evrpc.c 		assert(evrpc_remove_hook(base, EVRPC_INPUT, hook));
EVRPC_INPUT       109 third_party/libevent/evrpc.c 	case EVRPC_INPUT:
EVRPC_INPUT       116 third_party/libevent/evrpc.c 		assert(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT);
EVRPC_INPUT       154 third_party/libevent/evrpc.c 	case EVRPC_INPUT:
EVRPC_INPUT       161 third_party/libevent/evrpc.c 		assert(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT);
EVRPC_INPUT       427 third_party/libevent/evrpc.c 		assert(evrpc_remove_hook(pool, EVRPC_INPUT, hook));
EVRPC_INPUT       446 third_party/libevent/evrpc.h #define INPUT EVRPC_INPUT
EVRPC_INPUT       453 third_party/libevent/test/regress_rpc.c 	assert(evrpc_add_hook(base, EVRPC_INPUT, rpc_hook_add_header, (void*)"input")
EVRPC_INPUT       460 third_party/libevent/test/regress_rpc.c 	assert(evrpc_add_hook(pool, EVRPC_INPUT, rpc_hook_remove_header, (void*)"output"));