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

/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h60 <CS5> 9/4/97 djb Convert MoveRecordsLeft and GetLeftSiblingNode to macros.
378 OSStatus GetLeftSiblingNode (BTreeControlBlockPtr btreePtr,
382 #define GetLeftSiblingNode(btree,node,left) GetNode ((btree), ((NodeDescPtr)(node))->bLink, 0, (left)) macro

Completed in 73 milliseconds