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

/openbsd-current/lib/libc/db/btree/
H A Dbt_conv.c60 if (!F_ISSET(((BTREE *)t), B_NEEDSWAP))
125 if (!F_ISSET(((BTREE *)t), B_NEEDSWAP))
H A Dbt_open.c165 F_SET(t, B_NEEDSWAP);
221 F_CLR(t, B_NEEDSWAP);
223 F_SET(t, B_NEEDSWAP);
H A Dbtree.h361 #define B_NEEDSWAP 0x00008 /* if byte order requires swapping */ macro

Completed in 79 milliseconds