Home
last modified time | relevance | path

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

/freebsd/include/
H A Ddb.h109 #define BTREEVERSION 3 macro
/freebsd/lib/libc/db/btree/
H A Dbt_close.c166 m.version = BTREEVERSION; in bt_meta()
H A Dbt_open.c234 if (m.magic != BTREEMAGIC || m.version != BTREEVERSION) in __bt_open()