Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/db/btree/
H A Dbt_conv.c68 if (!F_ISSET(((BTREE *)t), B_NEEDSWAP)) in __bt_pgin()
133 if (!F_ISSET(((BTREE *)t), B_NEEDSWAP)) in __bt_pgout()
H A Dbt_open.c174 F_SET(t, B_NEEDSWAP); in __bt_open()
230 F_CLR(t, B_NEEDSWAP); in __bt_open()
232 F_SET(t, B_NEEDSWAP); in __bt_open()
H A Dbtree.h362 #define B_NEEDSWAP 0x00008 /* if byte order requires swapping */ macro