Searched refs:amatchAddWord (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/misc/ |
| H A D | amatch.c | 1022 static void amatchAddWord( in amatchAddWord() function 1185 amatchAddWord(pCur, pWord->rCost, pWord->nMatch+nNextIn, zBuf, ""); in amatchNext() 1215 amatchAddWord(pCur, pWord->rCost+p->rIns, pWord->nMatch, in amatchNext() 1219 amatchAddWord(pCur, pWord->rCost+p->rSub, pWord->nMatch+nNextIn, in amatchNext() 1229 amatchAddWord(pCur, pWord->rCost+p->rDel, pWord->nMatch+nNextIn, in amatchNext() 1236 amatchAddWord(pCur, pWord->rCost+pRule->rCost, in amatchNext() 1276 amatchAddWord(pCur, 0, 0, "", ""); in amatchFilter()
|