Searched refs:ai_result (Results 1 - 1 of 1) sorted by relevance

/external/chromium/third_party/libevent/
H A Dhttp.c2627 int ai_result;
2633 if ((ai_result = getaddrinfo(address, NULL, &ai, &aitop)) != 0) {
2634 if ( ai_result == EAI_SYSTEM )
2637 event_warnx("getaddrinfo: %s", gai_strerror(ai_result));
2733 int ai_result; local
2740 if ((ai_result = getaddrinfo(address, strport, &ai, &aitop)) != 0) {
2741 if ( ai_result == EAI_SYSTEM )
2744 event_warnx("getaddrinfo: %s", gai_strerror(ai_result));

Completed in 159 milliseconds