Searched refs:input_hooks (Results 1 – 2 of 2) sorted by relevance
82 TAILQ_INIT(&base->input_hooks); in evrpc_init()108 while ((hook = TAILQ_FIRST(&base->input_hooks)) != NULL) { in evrpc_free()302 if (TAILQ_FIRST(&rpc->base->input_hooks) != NULL) { in evrpc_request_cb()310 hook_res = evrpc_process_hooks(&rpc->base->input_hooks, in evrpc_request_cb()519 TAILQ_INIT(&pool->input_hooks); in evrpc_pool_new()561 while ((hook = TAILQ_FIRST(&pool->input_hooks)) != NULL) { in evrpc_pool_free()877 if (TAILQ_FIRST(&pool->input_hooks) != NULL) { in evrpc_reply_done()881 hook_res = evrpc_process_hooks(&pool->input_hooks, in evrpc_reply_done()
68 #define input_hooks common.in_hooks macro