Searched refs:explore_null (Results 1 – 1 of 1) sorted by relevance
130 static int explore_null(const struct addrinfo*, const char*, struct addrinfo**);375 error = explore_null(&tmp, servname, &cur->ai_next); in android_getaddrinfofornetcontext()500 static int explore_null(const struct addrinfo* pai, const char* servname, struct addrinfo** res) { in explore_null() function