Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Ddns_win32.c149 if (type_to_fetch != DNS_TYPE_ANY && type != type_to_fetch) { in php_parserr()
354 int type, type_to_fetch, first_query = 1, store_results = 1; in PHP_FUNCTION() local
405 type_to_fetch = type_param; in PHP_FUNCTION()
410 type_to_fetch = type_param&PHP_DNS_A ? DNS_TYPE_A : 0; in PHP_FUNCTION()
413 type_to_fetch = type_param&PHP_DNS_NS ? DNS_TYPE_NS : 0; in PHP_FUNCTION()
416 type_to_fetch = type_param&PHP_DNS_CNAME ? DNS_TYPE_CNAME : 0; in PHP_FUNCTION()
443 type_to_fetch = type_param&PHP_DNS_A6 ? DNS_TYPE_A6 : 0; in PHP_FUNCTION()
450 type_to_fetch = DNS_TYPE_ANY; in PHP_FUNCTION()
454 if (type_to_fetch) { in PHP_FUNCTION()
480 php_parserr(pRec, type_to_fetch, 1, raw, &retval); in PHP_FUNCTION()
[all …]
H A Ddns.c457 if (type_to_fetch != T_ANY && type != type_to_fetch) { in php_parserr()
771 int type_to_fetch; in PHP_FUNCTION() local
841 type_to_fetch = type_param; in PHP_FUNCTION()
846 type_to_fetch = type_param&PHP_DNS_A ? DNS_T_A : 0; in PHP_FUNCTION()
849 type_to_fetch = type_param&PHP_DNS_NS ? DNS_T_NS : 0; in PHP_FUNCTION()
852 type_to_fetch = type_param&PHP_DNS_CNAME ? DNS_T_CNAME : 0; in PHP_FUNCTION()
855 type_to_fetch = type_param&PHP_DNS_SOA ? DNS_T_SOA : 0; in PHP_FUNCTION()
858 type_to_fetch = type_param&PHP_DNS_PTR ? DNS_T_PTR : 0; in PHP_FUNCTION()
879 type_to_fetch = type_param&PHP_DNS_A6 ? DNS_T_A6 : 0; in PHP_FUNCTION()
886 type_to_fetch = DNS_T_ANY; in PHP_FUNCTION()
[all …]

Completed in 10 milliseconds