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

  /external/libmicrohttpd/src/examples/
mhd2spdy_structures.h 93 char * path_and_more; member in struct:URI
  /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 88 milliseconds