Lines Matching refs:http_path
107 free(desc->http_path);
108 desc->http_path = NULL;
340 desc->http_path = strdup(value);
341 if (desc->http_path == NULL)
344 http_version = strchr(desc->http_path, ' ');
378 query = strchr(desc->http_path, '?');
1138 if ((path = url_encode(desc->http_path)) == NULL)
1206 if ((path = url_encode(desc->http_path)) == NULL)
1277 if (desc->http_path == NULL ||
1278 (desc->http_path_orig = strdup(desc->http_path)) == NULL)
1282 if (url_decode(desc->http_path) == NULL)
1286 if (canonicalize_path(desc->http_path, path, sizeof(path)) == NULL)
1288 free(desc->http_path);
1289 if ((desc->http_path = strdup(path)) == NULL)
1392 if ((srv_conf = server_getlocation(clt, desc->http_path)) == NULL) {
1393 server_abort_http(clt, 500, desc->http_path);
1423 desc->http_path, desc->http_query ? desc->http_query : "",
1876 if (desc->http_path &&
1877 (path = url_encode(desc->http_path)) == NULL)
1885 desc->http_path == NULL ? "" : path,
1925 if (desc->http_path &&
1926 (path = url_encode(desc->http_path)) == NULL)
1938 desc->http_path == NULL ? "" : path,
1982 if (desc->http_path &&
1983 (path = url_encode(desc->http_path)) == NULL)
1987 desc->http_path == NULL ? "" : path);