u_int16_t index;
Boolean validHint;
+
////////////////////////// Priliminary Checks ///////////////////////////////
nodeRec.buffer = nil; // so we can call ReleaseNode
////////////////////////////// Error Exit ///////////////////////////////////
ErrorExit:
-
+
(void) ReleaseNode (btreePtr, &nodeRec);
-
+
iterator->hint.writeCount = 0;
iterator->hint.nodeNum = 0;
iterator->hint.index = 0;
return noErr;
}
-
__private_extern__
OSStatus BTHasContiguousNodes (FCB *filePtr)
{
Function: Read the user data area of the b-tree header node.
-------------------------------------------------------------------------------*/
-__private_extern__
OSStatus
BTGetUserData(FCB *filePtr, void * dataPtr, int dataSize)
{
Function: Write the user data area of the b-tree header node.
-------------------------------------------------------------------------------*/
-__private_extern__
OSStatus
BTSetUserData(FCB *filePtr, void * dataPtr, int dataSize)
{