Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/examples/
Dmhd2spdy_structures.c37 free(uri->path_and_more); in free_uri()
91 …asprintf(&((*uri)->path_and_more), "%.*s",pmatch[9].rm_eo - pmatch[5].rm_so, &full_uri[pmatch[5].r… in parse_uri()
Dmhd2spdy_structures.h93 char * path_and_more; member
Dmhd2spdy_http.c274 spdy_headers.nv[2] = ":path"; spdy_headers.nv[3] = proxy->uri->path_and_more; in http_cb_request()
/external/libmicrohttpd/src/spdy2http/
Dproxy.c83 char * path_and_more; member
199 free(uri->path_and_more); in free_uri()
262 asprintf(&((*uri)->path_and_more), in parse_uri()
901 … ret = asprintf(&(proxy->url),"%s://%s%s", uri->scheme, glob_opt.http_backend, uri->path_and_more); in standard_request_handler()