Home
last modified time | relevance | path

Searched refs:HttpService (Results 1 – 5 of 5) sorted by relevance

/external/qemu/proxy/
Dproxy_http_int.h19 typedef struct HttpService { struct
25 } HttpService; argument
29 HttpService* service,
34 HttpService* service,
Dproxy_http_connector.c52 HttpService* service = (HttpService*) conn->root->service; in connection_init()
176 http_connector_connect( HttpService* service, in http_connector_connect()
Dproxy_http.c22 http_service_free( HttpService* service ) in http_service_free()
32 http_service_connect( HttpService* service, in http_service_connect()
65 HttpService* service; in proxy_http_setup()
Dproxy_http_rewriter.c385 HttpService* service = (HttpService*) conn->root->service; in rewrite_connection_init()
566 HttpService* service = (HttpService*) root->service; in rewrite_connection_rewrite_request()
1151 http_rewriter_connect( HttpService* service, in http_rewriter_connect()
/external/apache-http/src/org/apache/http/protocol/
DHttpService.java62 public class HttpService { class
78 public HttpService( in HttpService() method in HttpService