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

/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c94 if ( (keyLen < 6) || (keyLen > btcb->maxKeyLength) )
109 if (btcb->maxKeyLength == kHFSPlusExtentKeyMaximumLength )
114 else if ( btcb->maxKeyLength == kHFSExtentKeyMaximumLength )
/xnu-2782.1.97/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?
/xnu-2782.1.97/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
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_btreeio.c714 btcb->maxKeyLength = kHFSPlusAttrKeyMaximumLength;
810 bthp->maxKeyLength = kHFSPlusAttrKeyMaximumLength;
H A Dhfs_format.h739 u_int16_t maxKeyLength; /* reserved */ member in struct:BTHeaderRec
H A Dhfs_endian.c259 srcHead->maxKeyLength = SWAP_BE16 (srcHead->maxKeyLength);
H A Dhfs_hotfiles.c1908 bthp->maxKeyLength = SWAP_BE16 (HFC_KEYLENGTH);

Completed in 59 milliseconds