Home
last modified time | relevance | path

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

/PHP-8.1/ext/sockets/
H A Dsockaddr_conv.c99 if (strlen(string) > MAXFQDNLEN || ! (host_entry = php_network_gethostbyname(string))) {
/PHP-8.1/main/
H A Dphp_network.h359 #ifndef MAXFQDNLEN
360 #define MAXFQDNLEN 255 macro
H A Dfastcgi.c26 #ifndef MAXFQDNLEN
27 #define MAXFQDNLEN 255 macro
694 if(strlen(host) > MAXFQDNLEN) {
H A Dnetwork.c245 if(strlen(host) > MAXFQDNLEN) {
/PHP-8.1/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()
255 if (hostname_len > MAXFQDNLEN) { in PHP_FUNCTION()
257 php_error_docref(NULL, E_WARNING, "Host name cannot be longer than %d characters", MAXFQDNLEN); in PHP_FUNCTION()

Completed in 17 milliseconds