Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Damatch.c978 static void amatchEncodeInt(int x, char *z){ in amatchEncodeInt() function
997 amatchEncodeInt(pWord->rCost, pWord->zCost); in amatchWriteCost()
998 amatchEncodeInt(pWord->iSeq, pWord->zCost+4); in amatchWriteCost()
1048 amatchEncodeInt(nMatch, zBuf); in amatchAddWord()