Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/db/btree/
H A Dbt_open.c171 F_SET(t, B_NEEDSWAP); in __bt_open()
227 F_CLR(t, B_NEEDSWAP); in __bt_open()
229 F_SET(t, B_NEEDSWAP); in __bt_open()
H A Dbt_conv.c65 if (!F_ISSET(((BTREE *)t), B_NEEDSWAP)) in __bt_pgin()
130 if (!F_ISSET(((BTREE *)t), B_NEEDSWAP)) in __bt_pgout()
H A Dbtree.h361 #define B_NEEDSWAP 0x00008 /* if byte order requires swapping */ macro