Searched refs:input_hooks (Results 1 – 2 of 2) sorted by relevance
81 TAILQ_INIT(&base->input_hooks); in evrpc_init()107 while ((hook = TAILQ_FIRST(&base->input_hooks)) != NULL) { in evrpc_free()301 if (TAILQ_FIRST(&rpc->base->input_hooks) != NULL) { in evrpc_request_cb()309 hook_res = evrpc_process_hooks(&rpc->base->input_hooks, in evrpc_request_cb()521 TAILQ_INIT(&pool->input_hooks); in evrpc_pool_new()563 while ((hook = TAILQ_FIRST(&pool->input_hooks)) != NULL) { in evrpc_pool_free()879 if (TAILQ_FIRST(&pool->input_hooks) != NULL) { in evrpc_reply_done()883 hook_res = evrpc_process_hooks(&pool->input_hooks, in evrpc_reply_done()
67 #define input_hooks common.in_hooks macro