Home
last modified time | relevance | path

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

/php-src/ext/sockets/
H A Dsockaddr_conv.c95 if (strlen(string) > MAXFQDNLEN || ! (host_entry = php_network_gethostbyname(string))) { in php_set_inet_addr()
/php-src/main/
H A Dphp_network.h357 #ifndef MAXFQDNLEN
358 #define MAXFQDNLEN 255 macro
H A Dfastcgi.c26 #ifndef MAXFQDNLEN
27 #define MAXFQDNLEN 255 macro
687 if(strlen(host) > MAXFQDNLEN) { in fcgi_listen()
H A Dnetwork.c245 if(strlen(host) > MAXFQDNLEN) { in php_network_getaddresses()
/php-src/ext/standard/
H A Ddns.c229 if (hostname_len > MAXFQDNLEN) { in PHP_FUNCTION()
231 php_error_docref(NULL, E_WARNING, "Host name cannot be longer than %d characters", MAXFQDNLEN); in PHP_FUNCTION()
258 if (hostname_len > MAXFQDNLEN) { in PHP_FUNCTION()
260 php_error_docref(NULL, E_WARNING, "Host name cannot be longer than %d characters", MAXFQDNLEN); in PHP_FUNCTION()

Completed in 24 milliseconds