Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Ddns_win32.c153 if (type_to_fetch != DNS_TYPE_ANY && type != type_to_fetch) { in php_parserr()
353 int type, type_to_fetch, first_query = 1, store_results = 1; in PHP_FUNCTION() local
407 type_to_fetch = type_param; in PHP_FUNCTION()
412 type_to_fetch = type_param&PHP_DNS_A ? DNS_TYPE_A : 0; in PHP_FUNCTION()
415 type_to_fetch = type_param&PHP_DNS_NS ? DNS_TYPE_NS : 0; in PHP_FUNCTION()
418 type_to_fetch = type_param&PHP_DNS_CNAME ? DNS_TYPE_CNAME : 0; in PHP_FUNCTION()
445 type_to_fetch = type_param&PHP_DNS_A6 ? DNS_TYPE_A6 : 0; in PHP_FUNCTION()
452 type_to_fetch = DNS_TYPE_ANY; in PHP_FUNCTION()
456 if (type_to_fetch) { in PHP_FUNCTION()
481 php_parserr(pRec, type_to_fetch, 1, raw, &retval); in PHP_FUNCTION()
[all …]
H A Ddns.c463 if (type_to_fetch != DNS_T_ANY && type != type_to_fetch) { in php_parserr()
800 int type_to_fetch; in PHP_FUNCTION() local
878 type_to_fetch = type_param; in PHP_FUNCTION()
883 type_to_fetch = type_param&PHP_DNS_A ? DNS_T_A : 0; in PHP_FUNCTION()
886 type_to_fetch = type_param&PHP_DNS_NS ? DNS_T_NS : 0; in PHP_FUNCTION()
889 type_to_fetch = type_param&PHP_DNS_CNAME ? DNS_T_CNAME : 0; in PHP_FUNCTION()
892 type_to_fetch = type_param&PHP_DNS_SOA ? DNS_T_SOA : 0; in PHP_FUNCTION()
916 type_to_fetch = type_param&PHP_DNS_A6 ? DNS_T_A6 : 0; in PHP_FUNCTION()
919 type_to_fetch = type_param&PHP_DNS_CAA ? DNS_T_CAA : 0; in PHP_FUNCTION()
926 type_to_fetch = DNS_T_ANY; in PHP_FUNCTION()
[all …]

Completed in 13 milliseconds