Home
last modified time | relevance | path

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

/PHP-7.1/main/
H A Dphp_network.h339 #ifndef MAXFQDNLEN
340 #define MAXFQDNLEN 255 macro
H A Dfastcgi.c30 #ifndef MAXFQDNLEN
31 #define MAXFQDNLEN 255 macro
699 if(strlen(host) > MAXFQDNLEN) { in fcgi_listen()
H A Dnetwork.c250 if(strlen(host) > MAXFQDNLEN) { in php_network_getaddresses()
/PHP-7.1/ext/sockets/
H A Dsockaddr_conv.c93 if (strlen(string) > MAXFQDNLEN || ! (host_entry = php_network_gethostbyname(string))) { in php_set_inet_addr()
/PHP-7.1/ext/standard/
H A Ddns.c227 if(hostname_len > MAXFQDNLEN) { in PHP_FUNCTION()
229 …php_error_docref(NULL, E_WARNING, "Host name is too long, the limit is %d characters", MAXFQDNLEN); in PHP_FUNCTION()
251 if(hostname_len > MAXFQDNLEN) { in PHP_FUNCTION()
253 …php_error_docref(NULL, E_WARNING, "Host name is too long, the limit is %d characters", MAXFQDNLEN); in PHP_FUNCTION()

Completed in 30 milliseconds