Home
last modified time | relevance | path

Searched refs:BTREEMAGIC (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/libc/db/btree/
H A Dbt_open.c228 if (m.magic == BTREEMAGIC) in __bt_open()
239 if (m.magic != BTREEMAGIC || m.version != BTREEVERSION) in __bt_open()
H A Dbt_close.c165 m.magic = BTREEMAGIC; in bt_meta()
/dragonfly/include/
H A Ddb.h112 #define BTREEMAGIC 0x053162 macro