Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_cache.c1543 Entry** lookup, in _cache_add_p() argument
1546 *lookup = e; in _cache_add_p()
1561 Entry** lookup ) in _cache_remove_p() argument
1563 Entry* e = *lookup; in _cache_remove_p()
1569 *lookup = e->hlink; in _cache_remove_p()
1580 Entry** lookup = _cache_lookup_p(cache, oldest); in _cache_remove_oldest() local
1582 if (*lookup == NULL) { /* should not happen */ in _cache_remove_oldest()
1590 _cache_remove_p(cache, lookup); in _cache_remove_oldest()
1602 Entry** lookup = _cache_lookup_p(cache, e); in _cache_remove_expired() local
1603 if (*lookup == NULL) { /* should not happen */ in _cache_remove_expired()
[all …]
/bionic/
Dandroid-changes-for-ndk-developers.md67 symbol lookup and is now supported by the dynamic linker in API 23 and