Searched refs:pNodeKey (Results 1 – 1 of 1) sorted by relevance
500 VOID *pNodeKey = NULL; in LOS_RbInsertOneNodeProcess() local509 pNodeKey = pstTree->pfGetKey(pstNew); in LOS_RbInsertOneNodeProcess()511 ulCmpResult = pstTree->pfCmpKey(pNodeKey, pKey); in LOS_RbInsertOneNodeProcess()661 VOID *pNodeKey = NULL; in LOS_RbGetNode() local680 pNodeKey = pstTree->pfGetKey(pstX); in LOS_RbGetNode()682 ulCmpResult = pstTree->pfCmpKey(pKey, pNodeKey); in LOS_RbGetNode()708 VOID *pNodeKey = NULL; in LOS_RbAddNode() local718 pNodeKey = pstTree->pfGetKey(pstNew); in LOS_RbAddNode()719 ulSearchNode = LOS_RbGetNode(pstTree, pNodeKey, &pstX); in LOS_RbAddNode()