Searched refs:length16 (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h236 #define CalcKeySize(btcb, key) ( ((btcb)->attributes & kBTBigKeysMask) ? ((key)->length16 + 2) : ((key)->length8 + 1) )
239 #define KeyLength(btcb, key) ( ((btcb)->attributes & kBTBigKeysMask) ? (key)->length16 : (key)->length8 )
/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c90 keyLen = key->length16;
/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTree.c620 resultIterator->key.length16 = 0; // zero out two bytes to cover both types of keys
942 iterator->key.length16 = 0;
1249 iterator->key.length16 = 0;
H A DBTreeNodeOps.c624 rawKeyLength = keyPtr->length16;
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_format.h707 u_int16_t length16; member in union:BTreeKey

Completed in 96 milliseconds