Home
last modified time | relevance | path

Searched refs:sCost (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Damatch.c468 amatch_avl sCost; /* Linkage of this node into the cost tree */ member
1061 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()