Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Dphp_network.h352 #ifndef MAXFQDNLEN
353 #define MAXFQDNLEN 255 macro
H A Dfastcgi.c26 #ifndef MAXFQDNLEN
27 #define MAXFQDNLEN 255 macro
695 if(strlen(host) > MAXFQDNLEN) { in fcgi_listen()
H A Dnetwork.c241 if(strlen(host) > MAXFQDNLEN) { in php_network_getaddresses()
/PHP-8.0/ext/sockets/
H A Dsockaddr_conv.c95 if (strlen(string) > MAXFQDNLEN || ! (host_entry = php_network_gethostbyname(string))) { in php_set_inet_addr()
/PHP-8.0/ext/standard/
H A Ddns.c213 if (hostname_len > MAXFQDNLEN) { in PHP_FUNCTION()
215 php_error_docref(NULL, E_WARNING, "Host name cannot be longer than %d characters", MAXFQDNLEN); in PHP_FUNCTION()
236 if (hostname_len > MAXFQDNLEN) { in PHP_FUNCTION()
238 php_error_docref(NULL, E_WARNING, "Host name cannot be longer than %d characters", MAXFQDNLEN); in PHP_FUNCTION()

Completed in 27 milliseconds