Home
last modified time | relevance | path

Searched refs:B_DB_LOCK (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libc/db/btree/
H A Dbt_utils.c81 } else if (copy || F_ISSET(t, B_DB_LOCK)) { in __bt_ret()
106 } else if (copy || F_ISSET(t, B_DB_LOCK)) { in __bt_ret()
H A Dbt_get.c90 if (F_ISSET(t, B_DB_LOCK)) in __bt_get()
H A Dbtree.h373 #define B_DB_LOCK 0x04000 /* DB_LOCK specified. */ macro
H A Dbt_seq.c118 if (F_ISSET(t, B_DB_LOCK)) in __bt_seq()
H A Dbt_open.c308 F_SET(t, B_DB_LOCK); in __bt_open()
/freebsd/lib/libc/db/recno/
H A Drec_seq.c117 if (F_ISSET(t, B_DB_LOCK)) in __rec_seq()
H A Drec_utils.c91 } else if (F_ISSET(t, B_DB_LOCK)) { in __rec_ret()
H A Drec_get.c94 if (F_ISSET(t, B_DB_LOCK)) in __rec_get()