Searched refs:input_hooks (Results 1 – 3 of 3) sorted by relevance
86 TAILQ_INIT(&base->input_hooks); in evrpc_init()112 while ((hook = TAILQ_FIRST(&base->input_hooks)) != NULL) { in evrpc_free()306 if (TAILQ_FIRST(&rpc->base->input_hooks) != NULL) { in evrpc_request_cb()314 hook_res = evrpc_process_hooks(&rpc->base->input_hooks, in evrpc_request_cb()523 TAILQ_INIT(&pool->input_hooks); in evrpc_pool_new()565 while ((hook = TAILQ_FIRST(&pool->input_hooks)) != NULL) { in evrpc_pool_free()881 if (TAILQ_FIRST(&pool->input_hooks) != NULL) { in evrpc_reply_done()885 hook_res = evrpc_process_hooks(&pool->input_hooks, in evrpc_reply_done()
69 #define input_hooks common.in_hooks macro
70 #define input_hooks common.in_hooks macro