Home
last modified time | relevance | path

Searched refs:http_path_alias (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/usr.sbin/httpd/
H A Dserver_file.c94 if (desc->http_path_alias != NULL) { in server_file_access()
112 desc->http_path_alias = newpath; in server_file_access()
124 desc->http_path_alias = newpath; in server_file_access()
228 desc->http_path_alias != NULL ? in server_file()
229 desc->http_path_alias : desc->http_path, in server_file()
239 errstr = desc->http_path_alias != NULL ? in server_file()
240 desc->http_path_alias : desc->http_path; in server_file()
H A Dhttp.h248 char *http_path_alias; member
H A Dserver_http.c111 free(desc->http_path_alias); in server_httpdesc_free()
112 desc->http_path_alias = NULL; in server_httpdesc_free()
1426 free(desc->http_path_alias); in server_response()
1427 if ((desc->http_path_alias = strdup(path)) == NULL) in server_response()
1432 desc->http_path_alias)) == NULL) { in server_response()
1433 server_abort_http(clt, 500, desc->http_path_alias); in server_response()
H A Dserver_fcgi.c166 alias = desc->http_path_alias != NULL in server_fcgi()
167 ? desc->http_path_alias in server_fcgi()
/openbsd-src/usr.sbin/relayd/
H A Dhttp.h249 char *http_path_alias; member