Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_cache.c991 typedef struct Entry { struct
993 struct Entry* hlink; /* next in collision chain */ argument
994 struct Entry* mru_prev; argument
995 struct Entry* mru_next; argument
1003 } Entry; argument
1103 entry_free( Entry* e ) in entry_free()
1112 entry_mru_remove( Entry* e ) in entry_mru_remove()
1119 entry_mru_add( Entry* e, Entry* list ) in entry_mru_add()
1121 Entry* first = list->mru_next; in entry_mru_add()
1133 entry_hash( const Entry* e ) in entry_hash()
[all …]