Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_cache.c1049 typedef struct Entry { struct
1051 struct Entry* hlink; /* next in collision chain */ argument
1052 struct Entry* mru_prev; argument
1053 struct Entry* mru_next; argument
1061 } Entry; argument