Home | History | Annotate | Download | only in spdy2http

Lines Matching refs:path_and_more

83   char * path_and_more;
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);