HomeSort by relevance Sort by last modified time
    Searched refs:footer_len (Results 1 - 4 of 4) sorted by null

  /external/qemu/proxy/
proxy_http_int.h 23 int footer_len; /* connection header, we generate it only once */ member in struct:HttpService
proxy_http.c 168 service->footer_len = (p - service->footer);
172 __FUNCTION__, service->footer_len,
173 service->footer_len, service->footer );
proxy_http_connector.c 60 stralloc_add_bytes(str, service->footer, service->footer_len);
proxy_http_rewriter.c 585 stralloc_add_bytes( str, service->footer, service->footer_len );
    [all...]

Completed in 49 milliseconds