Lines Matching full:service
385 HttpService* service = (HttpService*) conn->root->service;
391 if (socket_connect( root->socket, &service->server_addr ) < 0) {
566 HttpService* service = (HttpService*) root->service;
592 /* add the service's footer - includes final \r\n */
593 stralloc_add_bytes( str, service->footer, service->footer_len );
1151 http_rewriter_connect( HttpService* service,
1167 proxy_connection_init( conn->root, s, address, service->root,