Lines Matching refs:TAILQ_FIRST
100 while ((rpc = TAILQ_FIRST(&base->registered_rpcs)) != NULL) { in evrpc_free()
104 while ((pause = TAILQ_FIRST(&base->paused_requests)) != NULL) { in evrpc_free()
108 while ((hook = TAILQ_FIRST(&base->input_hooks)) != NULL) { in evrpc_free()
112 while ((hook = TAILQ_FIRST(&base->output_hooks)) != NULL) { in evrpc_free()
302 if (TAILQ_FIRST(&rpc->base->input_hooks) != NULL) { in evrpc_request_cb()
426 if (TAILQ_FIRST(&rpc->base->output_hooks) != NULL) { in evrpc_request_done()
545 while ((request = TAILQ_FIRST(&pool->requests)) != NULL) { in evrpc_pool_free()
550 while ((pause = TAILQ_FIRST(&pool->paused_requests)) != NULL) { in evrpc_pool_free()
555 while ((connection = TAILQ_FIRST(&pool->connections)) != NULL) { in evrpc_pool_free()
560 while ((hook = TAILQ_FIRST(&pool->input_hooks)) != NULL) { in evrpc_pool_free()
565 while ((hook = TAILQ_FIRST(&pool->output_hooks)) != NULL) { in evrpc_pool_free()
603 if (TAILQ_FIRST(&pool->requests) != NULL) { in evrpc_pool_add_connection()
605 TAILQ_FIRST(&pool->requests); in evrpc_pool_add_connection()
641 if (TAILQ_FIRST(&connection->requests) == NULL) in evrpc_pool_find_connection()
677 if (TAILQ_FIRST(&pool->output_hooks) != NULL) { in evrpc_schedule_request()
807 EVUTIL_ASSERT(TAILQ_FIRST(&pool->connections) != NULL); in evrpc_make_request()
876 if (TAILQ_FIRST(&pool->input_hooks) != NULL) { in evrpc_reply_done()
956 struct evrpc_request_wrapper *ctx = TAILQ_FIRST(&pool->requests); in evrpc_pool_schedule()
989 while ((entry = TAILQ_FIRST(meta_data)) != NULL) { in evrpc_meta_data_free()