Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Damatch.c472 char zCost[10]; /* Cost key (text rendering of rCost) */ member
997 amatchEncodeInt(pWord->rCost, pWord->zCost); in amatchWriteCost()
998 amatchEncodeInt(pWord->iSeq, pWord->zCost+4); in amatchWriteCost()
999 pWord->zCost[8] = 0; in amatchWriteCost()
1059 pWord->rCost, pWord->zWord, pWord->zCost); in amatchAddWord()
1066 pWord->rCost, pWord->zWord, pWord->zCost); in amatchAddWord()
1082 pWord->sCost.zKey = pWord->zCost; in amatchAddWord()
1094 pWord->zWord, pWord->zCost); in amatchAddWord()
1156 pWord->rCost, pWord->zWord, pWord->zCost); in amatchNext()