Searched refs:Entry (Results 1 – 1 of 1) sorted by relevance
1049 typedef struct Entry { struct1051 struct Entry* hlink; /* next in collision chain */ argument1052 struct Entry* mru_prev; argument1053 struct Entry* mru_next; argument1061 } Entry; argument1161 entry_free( Entry* e ) in entry_free()1170 entry_mru_remove( Entry* e ) in entry_mru_remove()1177 entry_mru_add( Entry* e, Entry* list ) in entry_mru_add()1179 Entry* first = list->mru_next; in entry_mru_add()1191 entry_hash( const Entry* e ) in entry_hash()[all …]