Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_conv.c73 if (!F_ISSET(((BTREE *)t), B_NEEDSWAP))
141 if (!F_ISSET(((BTREE *)t), B_NEEDSWAP))
H A Dbt_open.c178 F_SET(t, B_NEEDSWAP);
237 F_CLR(t, B_NEEDSWAP);
239 F_SET(t, B_NEEDSWAP);
H A Dbtree.h378 #define B_NEEDSWAP 0x00008 /* if byte order requires swapping */ macro