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

  /external/libmicrohttpd/src/examples/
mhd2spdy_structures.c 37 free(uri->path_and_more);
91 asprintf(&((*uri)->path_and_more), "%.*s",pmatch[9].rm_eo - pmatch[5].rm_so, &full_uri[pmatch[5].rm_so]);
mhd2spdy_structures.h 93 char * path_and_more; member in struct:URI
mhd2spdy_http.c 274 spdy_headers.nv[2] = ":path"; spdy_headers.nv[3] = proxy->uri->path_and_more;
  /external/libmicrohttpd/src/spdy2http/
proxy.c 83 char * path_and_more; member in struct:URI
199 free(uri->path_and_more);
262 asprintf(&((*uri)->path_and_more),
901 ret = asprintf(&(proxy->url),"%s://%s%s", uri->scheme, glob_opt.http_backend, uri->path_and_more);
    [all...]

Completed in 67 milliseconds