Searched refs:lookup (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/dns/resolv/
H A Dres_cache.c110 * performing two requests per name lookup (one for IPv4, the other for IPv6)
1503 * calls to _resolv_cache_add or _resolv_cache_remove as the 'lookup'
1531 /* Add a new entry to the hash table. 'lookup' must be the
1533 * (i.e. with *lookup == NULL), and 'e' is the pointer to the
1538 Entry** lookup,
1541 *lookup = e;
1551 * 'lookup' must be the result of an immediate previous
1556 Entry** lookup )
1558 Entry* e = *lookup;
1564 *lookup
1537 _cache_add_p( Cache* cache, Entry** lookup, Entry* e ) argument
1575 Entry** lookup = _cache_lookup_p(cache, oldest); local
1597 Entry** lookup = _cache_lookup_p(cache, e); local
1619 Entry** lookup; local
1709 Entry** lookup; local
[all...]

Completed in 64 milliseconds