Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_cache.c993 typedef struct Entry { struct
995 struct Entry* hlink; /* next in collision chain */ argument
996 struct Entry* mru_prev; argument
997 struct Entry* mru_next; argument
1005 } Entry; argument