Home
last modified time | relevance | path

Searched refs:footer_len (Results 1 – 4 of 4) sorted by relevance

/external/qemu/proxy/
Dproxy_http.c168 service->footer_len = (p - service->footer); in proxy_http_setup()
172 __FUNCTION__, service->footer_len, in proxy_http_setup()
173 service->footer_len, service->footer ); in proxy_http_setup()
Dproxy_http_int.h23 int footer_len; /* connection header, we generate it only once */ member
Dproxy_http_connector.c60 stralloc_add_bytes(str, service->footer, service->footer_len); in connection_init()
Dproxy_http_rewriter.c593 stralloc_add_bytes( str, service->footer, service->footer_len ); in rewrite_connection_rewrite_request()