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

/darwin-on-arm/xnu/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 18 milliseconds