Searched refs:ans (Results 1 – 1 of 1) sorted by relevance
/PHP-5.3/ext/standard/ |
H A D | dns.c | 347 u_char ans[MAXPACKET]; in PHP_FUNCTION() local 403 i = php_dns_search(handle, hostname, C_IN, type, ans, sizeof(ans)); in PHP_FUNCTION() 901 u_char ans[MAXPACKET]; in PHP_FUNCTION() local 941 i = php_dns_search(handle, hostname, C_IN, DNS_T_MX, (u_char *)&ans, sizeof(ans)); in PHP_FUNCTION() 945 if (i > (int)sizeof(ans)) { in PHP_FUNCTION() 946 i = sizeof(ans); in PHP_FUNCTION() 948 hp = (HEADER *)&ans; in PHP_FUNCTION() 949 cp = (u_char *)&ans + HFIXEDSZ; in PHP_FUNCTION() 950 end = (u_char *)&ans +i; in PHP_FUNCTION() 972 if ((i = dn_expand(ans, end, cp, buf, sizeof(buf)-1)) < 0) { in PHP_FUNCTION()
|
Completed in 10 milliseconds