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

/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeTreeOps.c209 int8_t nodeKind; // Kind of current node (index/leaf) local
261 nodeKind = ((BTNodeDescriptor*)nodeRec.buffer)->kind;
265 if (nodeKind != kBTLeafNode)
275 if (nodeKind != kBTIndexNode)
287 if (nodeKind == kBTLeafNode)

Completed in 25 milliseconds