Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
Dgetaddrinfo.cpp129 static int explore_null(const struct addrinfo*, const char*, struct addrinfo**);
374 error = explore_null(&tmp, servname, &cur->ai_next); in android_getaddrinfofornetcontext()
499 static int explore_null(const struct addrinfo* pai, const char* servname, struct addrinfo** res) { in explore_null() function