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