Searched defs:path_and_more (Results 1 - 2 of 2) sorted by relevance

/external/libmicrohttpd/src/examples/
H A Dmhd2spdy_structures.h93 char * path_and_more; member in struct:URI
/external/libmicrohttpd/src/spdy2http/
H A Dproxy.c83 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);

Completed in 94 milliseconds