Home
last modified time | relevance | path

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

/dports/dns/getdns/getdns-1.5.2/src/test/
H A Dtests_stub_async.c151 getdns_transport_list_t *get_transport_list; in main() local
152 …value = getdns_context_get_dns_transport_list(this_context, &transport_count, &get_transport_list); in main()
160 fprintf(stderr, "Transport %d is %d\n", (int)i, get_transport_list[i]); in main()
162 free(get_transport_list); in main()