Searched defs:result_code (Results 1 - 2 of 2) sorted by path

/bionic/libc/dns/net/
H A Dgetaddrinfo.c453 int result_code = (int)strtol(buf, NULL, 10); local
455 if (result_code != DnsProxyQueryResult) {
H A Dgethnamaddr.c601 int result_code = strtol(buf, NULL, 10); local
602 if (result_code != DnsProxyQueryResult) {

Completed in 51 milliseconds