Searched refs:php_dns_search (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/standard/ |
H A D | php_dns.h | 23 #define php_dns_search(res, dname, class, type, answer, anslen) \ macro 30 #define php_dns_search(res, dname, class, type, answer, anslen) \ macro 44 #define php_dns_search(res, dname, class, type, answer, anslen) \ macro
|
H A D | dns.c | 415 i = php_dns_search(handle, hostname, C_IN, type, answer.qb2, sizeof answer); in PHP_FUNCTION() 947 n = php_dns_search(handle, hostname, C_IN, type_to_fetch, answer.qb2, sizeof answer); in PHP_FUNCTION() 1088 i = php_dns_search(handle, hostname, C_IN, DNS_T_MX, answer.qb2, sizeof answer); in PHP_FUNCTION()
|
Completed in 6 milliseconds