Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Ddns_win32.c155 if (type_to_fetch != DNS_TYPE_ANY && type != type_to_fetch) { in php_parserr()
360 int type, type_to_fetch, first_query = 1, store_results = 1; in PHP_FUNCTION() local
414 type_to_fetch = type_param; in PHP_FUNCTION()
419 type_to_fetch = type_param&PHP_DNS_A ? DNS_TYPE_A : 0; in PHP_FUNCTION()
422 type_to_fetch = type_param&PHP_DNS_NS ? DNS_TYPE_NS : 0; in PHP_FUNCTION()
425 type_to_fetch = type_param&PHP_DNS_CNAME ? DNS_TYPE_CNAME : 0; in PHP_FUNCTION()
452 type_to_fetch = type_param&PHP_DNS_A6 ? DNS_TYPE_A6 : 0; in PHP_FUNCTION()
459 type_to_fetch = DNS_TYPE_ANY; in PHP_FUNCTION()
463 if (type_to_fetch) { in PHP_FUNCTION()
488 php_parserr(pRec, type_to_fetch, 1, raw, &retval); in PHP_FUNCTION()
[all …]
H A Ddns.c477 if (type_to_fetch != DNS_T_ANY && type != type_to_fetch) { in php_parserr()
814 int type_to_fetch; in PHP_FUNCTION() local
892 type_to_fetch = type_param; in PHP_FUNCTION()
897 type_to_fetch = type_param&PHP_DNS_A ? DNS_T_A : 0; in PHP_FUNCTION()
900 type_to_fetch = type_param&PHP_DNS_NS ? DNS_T_NS : 0; in PHP_FUNCTION()
903 type_to_fetch = type_param&PHP_DNS_CNAME ? DNS_T_CNAME : 0; in PHP_FUNCTION()
906 type_to_fetch = type_param&PHP_DNS_SOA ? DNS_T_SOA : 0; in PHP_FUNCTION()
930 type_to_fetch = type_param&PHP_DNS_A6 ? DNS_T_A6 : 0; in PHP_FUNCTION()
933 type_to_fetch = type_param&PHP_DNS_CAA ? DNS_T_CAA : 0; in PHP_FUNCTION()
940 type_to_fetch = DNS_T_ANY; in PHP_FUNCTION()
[all …]

Completed in 9 milliseconds