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