Searched refs:Entry (Results 1 – 1 of 1) sorted by relevance
987 typedef struct Entry { struct989 struct Entry* hlink; /* next in collision chain */ argument990 struct Entry* mru_prev; argument991 struct Entry* mru_next; argument999 } Entry; argument1099 entry_free( Entry* e ) in entry_free()1108 entry_mru_remove( Entry* e ) in entry_mru_remove()1115 entry_mru_add( Entry* e, Entry* list ) in entry_mru_add()1117 Entry* first = list->mru_next; in entry_mru_add()1129 entry_hash( const Entry* e ) in entry_hash()[all …]