Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/db/btree/
Dbt_open.c229 if (m.magic == BTREEMAGIC) in __bt_open()
240 if (m.magic != BTREEMAGIC || m.version != BTREEVERSION) in __bt_open()
Dbt_close.c171 m.magic = BTREEMAGIC; in bt_meta()
/netbsd/src/include/
Ddb.h127 #define BTREEMAGIC 0x053162 macro