Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_cache.c987 typedef struct Entry { struct
989 struct Entry* hlink; /* next in collision chain */ argument
990 struct Entry* mru_prev; argument
991 struct Entry* mru_next; argument
999 } Entry; argument