|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ftccache.h>

Public Attributes | |
| FTC_MruNodeRec | mru |
| FTC_Node | link |
| FT_Offset | hash |
| FT_UShort | cache_index |
| FT_Short | ref_count |
Definition at line 58 of file ftccache.h.
| FT_UShort FTC_NodeRec_::cache_index |
Definition at line 63 of file ftccache.h.
| FT_Offset FTC_NodeRec_::hash |
Definition at line 62 of file ftccache.h.
Referenced by ftc_node_hash_unlink().
| FTC_Node FTC_NodeRec_::link |
Definition at line 61 of file ftccache.h.
Referenced by ftc_cache_resize(), and ftc_node_hash_unlink().
| FTC_MruNodeRec FTC_NodeRec_::mru |
Definition at line 60 of file ftccache.h.
| FT_Short FTC_NodeRec_::ref_count |
Definition at line 64 of file ftccache.h.