Lines Matching refs:http_client_queue
22 http_client_queue_fail(struct http_client_queue *queue,
25 http_client_queue_set_delay_timer(struct http_client_queue *queue,
28 http_client_queue_set_request_timer(struct http_client_queue *queue,
35 static struct http_client_queue *
39 struct http_client_queue *const *queue_idx;
42 struct http_client_queue *queue = *queue_idx;
51 static struct http_client_queue *
56 struct http_client_queue *queue;
58 queue = i_new(struct http_client_queue, 1);
104 struct http_client_queue *
108 struct http_client_queue *queue;
117 void http_client_queue_free(struct http_client_queue *queue)
164 http_client_queue_fail_full(struct http_client_queue *queue,
196 http_client_queue_fail(struct http_client_queue *queue,
207 http_client_queue_is_last_connect_ip(struct http_client_queue *queue)
232 http_client_queue_recover_from_lookup(struct http_client_queue *queue)
255 http_client_queue_soft_connect_timeout(struct http_client_queue *queue)
288 http_client_queue_connection_attempt(struct http_client_queue *queue)
421 void http_client_queue_connection_setup(struct http_client_queue *queue)
427 http_client_queue_host_lookup_done(struct http_client_queue *queue)
438 struct http_client_queue *queue, const char *error)
446 http_client_queue_connection_success(struct http_client_queue *queue,
496 http_client_queue_connection_failure(struct http_client_queue *queue,
591 http_client_queue_peer_disconnected(struct http_client_queue *queue,
615 http_client_queue_drop_request(struct http_client_queue *queue,
688 http_client_queue_request_timeout(struct http_client_queue *queue)
750 http_client_queue_set_request_timer(struct http_client_queue *queue,
798 static void http_client_queue_submit_now(struct http_client_queue *queue,
837 http_client_queue_delay_timeout(struct http_client_queue *queue)
866 http_client_queue_set_delay_timer(struct http_client_queue *queue,
893 void http_client_queue_submit_request(struct http_client_queue *queue,
966 http_client_queue_claim_request(struct http_client_queue *queue,
997 http_client_queue_requests_pending(struct http_client_queue *queue,
1008 http_client_queue_requests_active(struct http_client_queue *queue)
1017 void http_client_queue_switch_ioloop(struct http_client_queue *queue)