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()
427 if (TAILQ_FIRST(&rpc->base->output_hooks) != NULL) { in evrpc_request_done()
546 while ((request = TAILQ_FIRST(&pool->requests)) != NULL) { in evrpc_pool_free()
551 while ((pause = TAILQ_FIRST(&pool->paused_requests)) != NULL) { in evrpc_pool_free()
556 while ((connection = TAILQ_FIRST(&pool->connections)) != NULL) { in evrpc_pool_free()
561 while ((hook = TAILQ_FIRST(&pool->input_hooks)) != NULL) { in evrpc_pool_free()
566 while ((hook = TAILQ_FIRST(&pool->output_hooks)) != NULL) { in evrpc_pool_free()
604 if (TAILQ_FIRST(&pool->requests) != NULL) { in evrpc_pool_add_connection()
606 TAILQ_FIRST(&pool->requests); in evrpc_pool_add_connection()
642 if (TAILQ_FIRST(&connection->requests) == NULL) in evrpc_pool_find_connection()
678 if (TAILQ_FIRST(&pool->output_hooks) != NULL) { in evrpc_schedule_request()
808 EVUTIL_ASSERT(TAILQ_FIRST(&pool->connections) != NULL); in evrpc_make_request()
877 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()