Home
last modified time | relevance | path

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

/PHP-5.6/main/
H A Dphp_network.h316 #ifndef MAXFQDNLEN
317 #define MAXFQDNLEN 255 macro
H A Dnetwork.c249 if(strlen(host) > MAXFQDNLEN) { in php_network_getaddresses()
/PHP-5.6/ext/sockets/
H A Dsockaddr_conv.c93 if (strlen(string) > MAXFQDNLEN || ! (host_entry = gethostbyname(string))) { in php_set_inet_addr()
/PHP-5.6/ext/standard/
H A Ddns.c225 if(hostname_len > MAXFQDNLEN) { in PHP_FUNCTION()
227 …docref(NULL TSRMLS_CC, E_WARNING, "Host name is too long, the limit is %d characters", MAXFQDNLEN); in PHP_FUNCTION()
250 if(hostname_len > MAXFQDNLEN) { in PHP_FUNCTION()
252 …docref(NULL TSRMLS_CC, E_WARNING, "Host name is too long, the limit is %d characters", MAXFQDNLEN); in PHP_FUNCTION()
/PHP-5.6/sapi/cgi/
H A Dfastcgi.c30 #ifndef MAXFQDNLEN
31 #define MAXFQDNLEN 255 macro
618 if(strlen(host) > MAXFQDNLEN) { in fcgi_listen()

Completed in 21 milliseconds