Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_conv.c71 if (!F_ISSET(((BTREE *)t), B_NEEDSWAP))
139 if (!F_ISSET(((BTREE *)t), B_NEEDSWAP))
H A Dbt_open.c176 F_SET(t, B_NEEDSWAP);
235 F_CLR(t, B_NEEDSWAP);
237 F_SET(t, B_NEEDSWAP);
H A Dbtree.h376 #define B_NEEDSWAP 0x00008 /* if byte order requires swapping */ macro