Searched refs:BTREEMAGIC (Results 1 – 3 of 3) sorted by relevance
170 m.magic = BTREEMAGIC; in bt_meta()
229 if (m.magic == BTREEMAGIC) in __bt_open()240 if (m.magic != BTREEMAGIC || m.version != BTREEVERSION) in __bt_open()
110 #define BTREEMAGIC 0x053162 macro