Home
last modified time | relevance | path

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

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