Searched refs:MAXFQDNLEN (Results 1 – 5 of 5) sorted by relevance
95 if (strlen(string) > MAXFQDNLEN || ! (host_entry = php_network_gethostbyname(string))) { in php_set_inet_addr()
357 #ifndef MAXFQDNLEN358 #define MAXFQDNLEN 255 macro
26 #ifndef MAXFQDNLEN27 #define MAXFQDNLEN 255 macro687 if(strlen(host) > MAXFQDNLEN) { in fcgi_listen()
245 if(strlen(host) > MAXFQDNLEN) { in php_network_getaddresses()
229 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 19 milliseconds