Searched refs:path_and_more (Results 1 – 4 of 4) sorted by relevance
37 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()
93 char * path_and_more; member
274 spdy_headers.nv[2] = ":path"; spdy_headers.nv[3] = proxy->uri->path_and_more; in http_cb_request()
83 char * path_and_more; member199 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()