Lines Matching refs:http_client_queue
28 struct http_client_queue;
42 ARRAY_DEFINE_TYPE(http_client_queue,
43 struct http_client_queue *);
97 struct http_client_queue *queue;
273 ARRAY_TYPE(http_client_queue) queues;
287 struct http_client_queue {
289 struct http_client_queue *prev, *next;
361 ARRAY_TYPE(http_client_queue) queues;
593 struct http_client_queue *queue);
595 struct http_client_queue *queue);
597 struct http_client_queue *queue);
620 struct http_client_queue *
623 void http_client_queue_free(struct http_client_queue *queue);
624 void http_client_queue_connection_setup(struct http_client_queue *queue);
626 http_client_queue_host_lookup_done(struct http_client_queue *queue);
628 struct http_client_queue *queue, const char *error);
629 void http_client_queue_submit_request(struct http_client_queue *queue,
631 void http_client_queue_drop_request(struct http_client_queue *queue,
634 http_client_queue_claim_request(struct http_client_queue *queue,
637 http_client_queue_requests_pending(struct http_client_queue *queue,
640 http_client_queue_requests_active(struct http_client_queue *queue);
641 void http_client_queue_connection_success(struct http_client_queue *queue,
643 void http_client_queue_connection_failure(struct http_client_queue *queue,
645 void http_client_queue_peer_disconnected(struct http_client_queue *queue,
647 void http_client_queue_switch_ioloop(struct http_client_queue *queue);