Home
last modified time | relevance | path

Searched refs:MAXFQDNLEN (Results 1 – 4 of 4) sorted by path

/PHP-5.4/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.4/main/
H A Dnetwork.c247 if(strlen(host) > MAXFQDNLEN) { in php_network_getaddresses()
H A Dphp_network.h314 #ifndef MAXFQDNLEN
315 #define MAXFQDNLEN 255 macro
/PHP-5.4/sapi/cgi/
H A Dfastcgi.c30 #ifndef MAXFQDNLEN
31 #define MAXFQDNLEN 255 macro
618 if(strlen(host) > MAXFQDNLEN) { in fcgi_listen()

Completed in 17 milliseconds