Searched refs:B_NEEDSWAP (Results 1 – 3 of 3) sorted by relevance
168 F_SET(t, B_NEEDSWAP); in __bt_open()224 F_CLR(t, B_NEEDSWAP); in __bt_open()226 F_SET(t, B_NEEDSWAP); in __bt_open()
62 if (!F_ISSET(((BTREE *)t), B_NEEDSWAP)) in __bt_pgin()127 if (!F_ISSET(((BTREE *)t), B_NEEDSWAP)) in __bt_pgout()
359 #define B_NEEDSWAP 0x00008 /* if byte order requires swapping */ macro