Home
last modified time | relevance | path

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

/external/libevent/test/
Dregress_dns.c1353 struct gai_outcome local_outcome; in test_getaddrinfo_async() local
1364 memset(&local_outcome, 0, sizeof(local_outcome)); in test_getaddrinfo_async()
1382 memset(&local_outcome, 0, sizeof(local_outcome)); in test_getaddrinfo_async()
1384 &hints, gai_cb, &local_outcome); in test_getaddrinfo_async()
1386 if (!local_outcome.err) { in test_getaddrinfo_async()
1387 tt_ptr_op(local_outcome.ai,!=,NULL); in test_getaddrinfo_async()
1388 test_ai_eq(local_outcome.ai, "1.2.3.4:80", SOCK_STREAM, IPPROTO_TCP); in test_getaddrinfo_async()
1389 evutil_freeaddrinfo(local_outcome.ai); in test_getaddrinfo_async()
1390 local_outcome.ai = NULL; in test_getaddrinfo_async()
1399 memset(&local_outcome, 0, sizeof(local_outcome)); in test_getaddrinfo_async()
[all …]