Searched refs:B_NEEDSWAP (Results 1 – 3 of 3) sorted by relevance
68 if (!F_ISSET(((BTREE *)t), B_NEEDSWAP)) in __bt_pgin()133 if (!F_ISSET(((BTREE *)t), B_NEEDSWAP)) in __bt_pgout()
174 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()
362 #define B_NEEDSWAP 0x00008 /* if byte order requires swapping */ macro