HomeSort by: relevance | last modified time | path
    Searched defs:ai3 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/
evutil.c 1291 struct evutil_addrinfo *ai=NULL, *ai2=NULL, *ai3=NULL; local
1305 getaddrinfo("1.2.3.4", NULL, &hints, &ai3);
1311 if (!ai_find_protocol(ai2) || !ai_find_protocol(ai3)) {
1319 if (ai3)
1320 freeaddrinfo(ai3);
  /src/external/bsd/ntp/dist/sntp/libevent/
evutil.c 1289 struct evutil_addrinfo *ai=NULL, *ai2=NULL, *ai3=NULL; local
1303 getaddrinfo("1.2.3.4", NULL, &hints, &ai3);
1309 if (!ai_find_protocol(ai2) || !ai_find_protocol(ai3)) {
1317 if (ai3)
1318 freeaddrinfo(ai3);

Completed in 27 milliseconds