Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c1989 sqlite3_free(p->zCostTable); in spellfix1Uninit()
2112 pNew->zCostTable = spellfix1Dequote(&argv[i][16]); in spellfix1Init()
2113 if( pNew->zCostTable==0 ) rc = SQLITE_NOMEM; in spellfix1Init()
2547 if( p->zCostTable!=0 && p->pConfig3==0 ){ in spellfix1FilterForMatch()
2551 rc = editDist3ConfigLoad(p->pConfig3, p->db, p->zCostTable); in spellfix1FilterForMatch()
2901 sqlite3_free(p->zCostTable); in spellfix1Update()
2902 p->zCostTable = spellfix1Dequote(zCmd+16); in spellfix1Update()
2903 if( p->zCostTable==0 ) return SQLITE_NOMEM; in spellfix1Update()
2904 if( p->zCostTable[0]==0 || sqlite3_stricmp(p->zCostTable,"null")==0 ){ in spellfix1Update()
2905 sqlite3_free(p->zCostTable); in spellfix1Update()
[all …]