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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTreeTreeOps.c160 u_int16_t *newIndex,
395 u_int16_t newIndex; local
417 &newNodeNum, &newIndex, &leftNode, &updateParent, &insertParent, &newRoot );
442 err = InsertNode (btreePtr, secondaryKey, targetNode, newNodeNum, newIndex,
443 &newNodeNum, &newIndex, &leftNode, &updateParent, &insertParent, &temp);
565 u_int16_t *newIndex,
608 *newIndex = index;
634 key->recSize, newIndex, newNode, &recordFit, &recsRotated );
652 key->recPtr, key->recSize, newIndex, newNode, &recsRotated);
557 InsertNode(BTreeControlBlockPtr btreePtr, InsertKey *key, BlockDescriptor *rightNode, u_int32_t node, u_int16_t index, u_int32_t *newNode, u_int16_t *newIndex, BlockDescriptor *leftNode, Boolean *updateParent, Boolean *insertParent, Boolean *rootSplit ) argument

Completed in 23 milliseconds