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

/bionic/libc/netbsd/resolv/
H A Dres_cache.c1008 typedef struct Entry { struct
1010 struct Entry* hlink; /* next in collision chain */
1011 struct Entry* mru_prev;
1012 struct Entry* mru_next;
1020 } Entry; typedef in typeref:struct:Entry
1064 entry_free( Entry* e )
1073 entry_mru_remove( Entry* e )
1080 entry_mru_add( Entry* e, Entry* list )
1082 Entry* firs
[all...]

Completed in 24 milliseconds