Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dphp_dns.h23 #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 Ddns.c446 i = php_dns_search(handle, hostname, C_IN, type, answer.qb2, sizeof answer); in PHP_FUNCTION()
978 n = php_dns_search(handle, hostname, C_IN, type_to_fetch, answer.qb2, sizeof answer); in PHP_FUNCTION()
1119 i = php_dns_search(handle, hostname, C_IN, DNS_T_MX, answer.qb2, sizeof answer); in PHP_FUNCTION()

Completed in 21 milliseconds