Searched refs:maxKeyLength (Results 1 - 10 of 10) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c56 if ( btcb->maxKeyLength == kHFSExtentKeyMaximumLength )
58 else if ( btcb->maxKeyLength == kHFSPlusExtentKeyMaximumLength )
145 if ( (keyLen < 6) || (keyLen > btcb->maxKeyLength) )
160 if ( btcb->maxKeyLength == kHFSExtentKeyMaximumLength )
164 else if (btcb->maxKeyLength == kHFSPlusExtentKeyMaximumLength )
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTreeMiscOps.c267 header->maxKeyLength = btreePtr->maxKeyLength; //�� neither should this
H A DBTree.c280 btreePtr->maxKeyLength = header->maxKeyLength;
291 if ( btreePtr->maxKeyLength > 40 )
1784 info->maxKeyLength = btreePtr->maxKeyLength;
1884 btreePtr->maxKeyLength = header->maxKeyLength;
H A DBTreeTreeOps.c1341 length = btreePtr->maxKeyLength; // fixed sized index key (i.e. HFS) //�� shouldn't we clear the pad bytes?
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DBTreesInternal.h240 u_int16_t maxKeyLength; member in struct:BTreeInfoRec
H A DBTreesPrivate.h204 u_int16_t maxKeyLength; member in struct:BTreeControlBlock
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_btreeio.c649 btcb->maxKeyLength = kHFSPlusAttrKeyMaximumLength;
717 bthp->maxKeyLength = kHFSPlusAttrKeyMaximumLength;
H A Dhfs_format.h706 u_int16_t maxKeyLength; /* reserved */ member in struct:BTHeaderRec
H A Dhfs_endian.c251 srcHead->maxKeyLength = SWAP_BE16 (srcHead->maxKeyLength);
H A Dhfs_hotfiles.c1851 bthp->maxKeyLength = SWAP_BE16 (HFC_KEYLENGTH);

Completed in 155 milliseconds