Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Ddns.c358 u_char ans[MAXPACKET]; in PHP_FUNCTION() local
414 i = php_dns_search(handle, hostname, C_IN, type, ans, sizeof(ans)); in PHP_FUNCTION()
984 u_char ans[MAXPACKET]; in PHP_FUNCTION() local
1024 i = php_dns_search(handle, hostname, C_IN, DNS_T_MX, (u_char *)&ans, sizeof(ans)); in PHP_FUNCTION()
1028 if (i > (int)sizeof(ans)) { in PHP_FUNCTION()
1029 i = sizeof(ans); in PHP_FUNCTION()
1031 hp = (HEADER *)&ans; in PHP_FUNCTION()
1032 cp = (u_char *)&ans + HFIXEDSZ; in PHP_FUNCTION()
1033 end = (u_char *)&ans +i; in PHP_FUNCTION()
1055 if ((i = dn_expand(ans, end, cp, buf, sizeof(buf)-1)) < 0) { in PHP_FUNCTION()

Completed in 7 milliseconds