Home
last modified time | relevance | path

Searched refs:PHP_DNS_SOA (Results 1 – 2 of 2) sorted by last modified time

/PHP-7.2/ext/standard/
H A Ddns.c292 # define PHP_DNS_SOA 0x00000020 macro
303 # define PHP_DNS_ALL (PHP_DNS_A|PHP_DNS_NS|PHP_DNS_CNAME|PHP_DNS_SOA|PHP_DNS_PTR|PHP_DNS_HINFO|P…
889 type_to_fetch = type_param&PHP_DNS_SOA ? DNS_T_SOA : 0; in PHP_FUNCTION()
1134 REGISTER_LONG_CONSTANT("DNS_SOA", PHP_DNS_SOA, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
H A Ddns_win32.c32 #define PHP_DNS_SOA 0x00000020 macro
42 #define PHP_DNS_ALL (PHP_DNS_A|PHP_DNS_NS|PHP_DNS_CNAME|PHP_DNS_SOA|PHP_DNS_PTR|PHP_DNS_HINFO|PH…
417 type_to_fetch = type_param&PHP_DNS_SOA ? DNS_TYPE_SOA : 0; in PHP_FUNCTION()

Completed in 10 milliseconds