Home
last modified time | relevance | path

Searched refs:http_host (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.sbin/httpd/
H A Dhttp.h241 char *http_host; member
H A Dserver_http.c119 free(desc->http_host); in server_httpdesc_free()
120 desc->http_host = NULL; in server_httpdesc_free()
1168 if (desc->http_host == NULL) in server_expand_http()
1170 if ((str = url_encode(desc->http_host)) == NULL) in server_expand_http()
1383 if ((desc->http_host = strdup(hostname)) == NULL) in server_response()
/openbsd-src/usr.sbin/relayd/
H A Dhttp.h242 char *http_host; member