Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Ddns.c414 i = php_dns_search(handle, hostname, C_IN, type, ans, sizeof(ans)); in PHP_FUNCTION()
907 n = php_dns_search(handle, hostname, C_IN, type_to_fetch, answer.qb2, sizeof answer); in PHP_FUNCTION()
1041 i = php_dns_search(handle, hostname, C_IN, DNS_T_MX, (u_char *)&ans, sizeof(ans)); in PHP_FUNCTION()
H A Dphp_dns.h27 #define php_dns_search(res, dname, class, type, answer, anslen) \ macro
33 #define php_dns_search(res, dname, class, type, answer, anslen) \ macro
40 #define php_dns_search(res, dname, class, type, answer, anslen) \ macro

Completed in 9 milliseconds