Home
last modified time | relevance | path

Searched refs:http_request_host_normalize (Results 1 – 4 of 4) sorted by relevance

/lighttpd1.4/src/
H A Drequest.h226 int http_request_host_normalize(buffer *b, int scheme_port);
H A Dconfigparser.y319 if (http_request_host_normalize(rvalue, 0)) { in configparser_parse_condition()
330 if (http_request_host_normalize(rvalue, 0)) { in configparser_parse_condition()
H A Drequest.c172 int http_request_host_normalize(buffer * const b, const int scheme_port) { in http_request_host_normalize() function
310 && 0 != http_request_host_normalize(b, scheme_port))); in http_request_host_policy()
H A Dconfigfile.c2385 int rc = http_request_host_normalize(tb, 0); in config_remoteip_normalize_ipv6()
2413 ? http_request_host_normalize(b, 0) in config_remoteip_normalize()