Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Ddns.c94 #ifndef DNS_T_MX
95 #define DNS_T_MX 15 macro
371 int type = DNS_T_MX, i; in PHP_FUNCTION()
395 else if (zend_string_equals_literal_ci(rectype, "MX")) type = DNS_T_MX; in PHP_FUNCTION()
506 case DNS_T_MX: in php_parserr()
912 type_to_fetch = type_param&PHP_DNS_MX ? DNS_T_MX : 0; in PHP_FUNCTION()
1099 i = php_dns_search(handle, hostname, C_IN, DNS_T_MX, answer.qb2, sizeof(answer)); in PHP_FUNCTION()
1123 if (type != DNS_T_MX) { in PHP_FUNCTION()

Completed in 8 milliseconds