Searched refs:req_uri (Results 1 - 1 of 1) sorted by relevance

/external/qemu/proxy/
H A Dproxy_http_rewriter.c184 char* req_uri; /* the request URI */ member in struct:__anon29045
201 r->req_uri = g_strdup(uri);
228 const char* old = r->req_uri;
229 r->req_uri = g_strdup(uri);
240 g_free(r->req_uri);
574 if (r->req_uri[0] == '/') {
582 stralloc_add_str(str, r->req_uri);
588 stralloc_format( str, "%s %s %s\r\n", r->req_method, r->req_uri, r->req_version );

Completed in 164 milliseconds