Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c645 pCost = p->a[i].pCost; in editDist3ConfigClear()
646 while( pCost ){ in editDist3ConfigClear()
647 pNext = pCost->pNext; in editDist3ConfigClear()
648 sqlite3_free(pCost); in editDist3ConfigClear()
649 pCost = pNext; in editDist3ConfigClear()
779 pLang->pCost = 0; in editDist3ConfigLoad()
789 EditDist3Cost *pCost; in editDist3ConfigLoad() local
792 pCost = sqlite3_malloc64( sizeof(*pCost) + nExtra ); in editDist3ConfigLoad()
799 pCost->pNext = pLang->pCost; in editDist3ConfigLoad()
800 pLang->pCost = pCost; in editDist3ConfigLoad()
[all …]
H A Damatch.c525 amatch_avl *pCost; /* amatch_word objects keyed by iCost */ member
956 pCur->pCost = 0; in amatchClearCursor()
1061 amatchAvlRemove(&pCur->pCost, &pWord->sCost); in amatchAddWord()
1068 pOther = amatchAvlInsert(&pCur->pCost, &pWord->sCost); in amatchAddWord()
1084 pOther = amatchAvlInsert(&pCur->pCost, &pWord->sCost); in amatchAddWord()
1145 pNode = amatchAvlFirst(pCur->pCost); in amatchNext()
1151 amatchAvlRemove(&pCur->pCost, &pWord->sCost); in amatchNext()