Searched refs:recordLen (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTreeMiscOps.c527 u_int16_t recordLen )
539 if ( CalcKeyRecordSize (CalcKeySize(btreePtr, &iterator->key), recordLen) > (btreePtr->nodeSize >> 1))
565 recordLen - description
581 u_int16_t recordLen,
604 spaceNeeded = CalcKeyRecordSize (keySize, recordLen);
619 BlockMoveData(record->bufferAddress, dst, recordLen); // blast away...
629 record->bufferAddress, recordLen);
577 TrySimpleReplace(BTreeControlBlockPtr btreePtr, NodeDescPtr nodePtr, BTreeIterator *iterator, FSBufferDescriptor *record, u_int16_t recordLen, Boolean *recordInserted ) argument
H A DBTree.c436 and recordLen will be set to the length of the record.
439 is invalidated, and recordLen is set to 0.
447 recordLen - length of data at recordPtr
460 u_int16_t *recordLen,
559 if (recordLen != nil) *recordLen = len;
607 if (recordLen != nil)
608 *recordLen = 0;
643 recordLen - length of record
653 u_int16_t *recordLen )
457 BTSearchRecord(FCB *filePtr, BTreeIterator *searchIterator, FSBufferDescriptor *record, u_int16_t *recordLen, BTreeIterator *resultIterator ) argument
1582 u_int16_t recordLen; local
[all...]
/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DBTreesInternal.h302 u_int16_t *recordLen,
309 u_int16_t *recordLen );
318 u_int16_t recordLen );
323 u_int16_t recordLen );
H A DBTreesPrivate.h351 u_int16_t recordLen );
357 u_int16_t recordLen,

Completed in 78 milliseconds