Home
last modified time | relevance | path

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

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