Searched refs:sCost (Results 1 – 1 of 1) sorted by relevance
468 amatch_avl sCost; /* Linkage of this node into the cost tree */ member1061 amatchAvlRemove(&pCur->pCost, &pWord->sCost); in amatchAddWord()1068 pOther = amatchAvlInsert(&pCur->pCost, &pWord->sCost); in amatchAddWord()1082 pWord->sCost.zKey = pWord->zCost; in amatchAddWord()1083 pWord->sCost.pWord = pWord; in amatchAddWord()1084 pOther = amatchAvlInsert(&pCur->pCost, &pWord->sCost); in amatchAddWord()1151 amatchAvlRemove(&pCur->pCost, &pWord->sCost); in amatchNext()