Searched refs:EVRPC_OUTPUT (Results 1 – 4 of 4) sorted by relevance
94 assert(evrpc_remove_hook(base, EVRPC_OUTPUT, hook)); in evrpc_free()112 case EVRPC_OUTPUT: in evrpc_add_hook()116 assert(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT); in evrpc_add_hook()157 case EVRPC_OUTPUT: in evrpc_remove_hook()161 assert(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT); in evrpc_remove_hook()431 assert(evrpc_remove_hook(pool, EVRPC_OUTPUT, hook)); in evrpc_pool_free()
440 EVRPC_OUTPUT /**< apply the function to an output hook */ enumerator449 #define OUTPUT EVRPC_OUTPUT
81 …o Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT. Retain INPUT/OUTPUT aliases on on-win3…
455 assert(evrpc_add_hook(base, EVRPC_OUTPUT, rpc_hook_add_header, (void*)"output") in rpc_basic_client()