Go to the documentation of this file.
13 #define NODE_HASH_SIZE 256
65 #define HFS_BNODE_ERROR 0
66 #define HFS_BNODE_NEW 1
67 #define HFS_BNODE_DELETED 2
133 #define HFS_NODE_INDEX 0x00
134 #define HFS_NODE_HEADER 0x01
135 #define HFS_NODE_MAP 0x02
136 #define HFS_NODE_LEAF 0xFF
156 #define HFS_NODE_INDEX 0x00
157 #define HFS_NODE_HEADER 0x01
158 #define HFS_NODE_MAP 0x02
159 #define HFS_NODE_LEAF 0xFF
161 #define BTREE_ATTR_BADCLOSE 0x00000001
163 #define HFS_TREE_BIGKEYS 0x00000002
165 #define HFS_TREE_VARIDXKEYS 0x00000004