Home
last modified time | relevance | path

Searched refs:B_RDONLY (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/db/btree/
H A Dbt_close.c133 if (F_ISSET(t, B_INMEM | B_RDONLY) || in __bt_sync()
H A Dbtree.h360 #define B_RDONLY 0x00010 /* read-only tree */ macro
H A Dbt_debug.c75 X(B_RDONLY, "RDONLY"); in __bt_dump()
H A Dbt_put.c82 if (F_ISSET(t, B_RDONLY)) { in __bt_put()
H A Dbt_open.c187 F_SET(t, B_RDONLY); in __bt_open()
H A Dbt_delete.c73 if (F_ISSET(t, B_RDONLY)) { in __bt_delete()