Searched refs:type_to_fetch (Results 1 – 2 of 2) sorted by relevance
151 if (type_to_fetch != DNS_TYPE_ANY && type != type_to_fetch) { in php_parserr()352 int type, type_to_fetch, first_query = 1, store_results = 1; in PHP_FUNCTION() local403 type_to_fetch = type_param; in PHP_FUNCTION()408 type_to_fetch = type_param&PHP_DNS_A ? DNS_TYPE_A : 0; in PHP_FUNCTION()411 type_to_fetch = type_param&PHP_DNS_NS ? DNS_TYPE_NS : 0; in PHP_FUNCTION()414 type_to_fetch = type_param&PHP_DNS_CNAME ? DNS_TYPE_CNAME : 0; in PHP_FUNCTION()441 type_to_fetch = type_param&PHP_DNS_A6 ? DNS_TYPE_A6 : 0; in PHP_FUNCTION()448 type_to_fetch = DNS_TYPE_ANY; in PHP_FUNCTION()452 if (type_to_fetch) { in PHP_FUNCTION()477 php_parserr(pRec, type_to_fetch, 1, raw, &retval); in PHP_FUNCTION()[all …]
466 if (type_to_fetch != T_ANY && type != type_to_fetch) { in php_parserr()804 int type_to_fetch; in PHP_FUNCTION() local874 type_to_fetch = type_param; in PHP_FUNCTION()879 type_to_fetch = type_param&PHP_DNS_A ? DNS_T_A : 0; in PHP_FUNCTION()882 type_to_fetch = type_param&PHP_DNS_NS ? DNS_T_NS : 0; in PHP_FUNCTION()885 type_to_fetch = type_param&PHP_DNS_CNAME ? DNS_T_CNAME : 0; in PHP_FUNCTION()888 type_to_fetch = type_param&PHP_DNS_SOA ? DNS_T_SOA : 0; in PHP_FUNCTION()912 type_to_fetch = type_param&PHP_DNS_A6 ? DNS_T_A6 : 0; in PHP_FUNCTION()915 type_to_fetch = type_param&PHP_DNS_CAA ? DNS_T_CAA : 0; in PHP_FUNCTION()922 type_to_fetch = DNS_T_ANY; in PHP_FUNCTION()[all …]
Completed in 6 milliseconds