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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTreeScanner.c88 err = GetRecordByIndex( scanState->btcb, scanState->currentNodePtr,
188 scanState->currentNodePtr = (BTNodeDescriptor *)(((u_int8_t *)scanState->currentNodePtr)
194 block.buffer = scanState->currentNodePtr;
212 if ( scanState->currentNodePtr->kind == kBTLeafNode )
251 theScanStatePtr->currentNodePtr = NULL;
286 theScanStatePtr->currentNodePtr = (BTNodeDescriptor *) buf_dataptr(theScanStatePtr->bufferPtr);
363 scanState->currentNodePtr = NULL;
403 scanState->currentNodePtr = NULL;
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DBTreeScanner.h92 BTNodeDescriptor * currentNodePtr; // points to current node within buffer member in struct:BTScanState

Completed in 22 milliseconds