Home
last modified time | relevance | path

Searched refs:http_path (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/usr.sbin/httpd/
H A Dserver_http.c107 free(desc->http_path); in server_httpdesc_free()
108 desc->http_path = NULL; in server_httpdesc_free()
340 desc->http_path = strdup(value); in server_read_http()
341 if (desc->http_path == NULL) in server_read_http()
344 http_version = strchr(desc->http_path, ' '); in server_read_http()
378 query = strchr(desc->http_path, '?'); in server_read_http()
1138 if ((path = url_encode(desc->http_path)) == NULL) in server_expand_http()
1206 if ((path = url_encode(desc->http_path)) == NULL) in server_expand_http()
1277 if (desc->http_path == NULL || in server_response()
1278 (desc->http_path_orig = strdup(desc->http_path)) in server_response()
[all...]
H A Dserver_file.c103 if ((encodedpath = url_encode(desc->http_path)) == NULL) in server_file_access()
119 if (asprintf(&newpath, "%s%s", desc->http_path, in server_file_access()
229 desc->http_path_alias : desc->http_path, in server_file()
233 errstr = desc->http_path; in server_file()
240 desc->http_path_alias : desc->http_path; in server_file()
506 stripped = server_root_strip(desc->http_path, srv_conf->strip); in server_file_index()
517 if ((escapedpath = escape_html(desc->http_path)) == NULL) in server_file_index()
651 server_abort_http(clt, code, desc->http_path); in server_file_index()
H A Dhttp.h234 #define http_path http_pathquery.kv_key macro
H A Dserver_fcgi.c168 : desc->http_path; in server_fcgi()
/openbsd-src/usr.sbin/relayd/
H A Drelay_http.c150 free(desc->http_path); in relay_httpdesc_free()
151 desc->http_path = NULL; in relay_httpdesc_free()
348 desc->http_path = strdup(value); in relay_read_http()
349 if (desc->http_path == NULL) { in relay_read_http()
353 desc->http_version = strchr(desc->http_path, in relay_read_http()
360 desc->http_query = strchr(desc->http_path, '?'); in relay_read_http()
497 if (parse_url(desc->http_path, in relay_read_http()
996 if (desc->http_path == NULL) in relay_lookup_url()
1006 __func__, host, desc->http_path, in relay_lookup_url()
1024 if ((pp = strdup(desc->http_path)) in relay_lookup_url()
[all...]
H A Dhttp.h235 #define http_path http_pathquery.kv_key macro