Lines Matching defs:http_server_connection
12 struct http_server_connection;
107 struct http_server_connection *conn;
124 struct http_server_connection {
210 http_server_request_new(struct http_server_connection *conn);
237 http_server_connection_label(struct http_server_connection *conn)
243 http_server_connection_add_request(struct http_server_connection *conn,
250 http_server_connection_remove_request(struct http_server_connection *conn,
259 bool http_server_connection_shut_down(struct http_server_connection *conn);
261 void http_server_connection_switch_ioloop(struct http_server_connection *conn);
264 struct http_server_connection *conn);
267 struct http_server_connection *conn);
268 int http_server_connection_flush(struct http_server_connection *conn);
269 int http_server_connection_output(struct http_server_connection *conn);
271 void http_server_connection_tunnel(struct http_server_connection **_conn,
275 struct http_server_connection *conn);
277 struct http_server_connection *conn);