Home
last modified time | relevance | path

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

/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dspellfix.c1868 sqlite3_free(p->zCostTable); in spellfix1Uninit()
1990 pNew->zCostTable = spellfix1Dequote(&argv[i][16]); in spellfix1Init()
1991 if( pNew->zCostTable==0 ) rc = SQLITE_NOMEM; in spellfix1Init()
2425 if( p->zCostTable!=0 && p->pConfig3==0 ){ in spellfix1FilterForMatch()
2429 rc = editDist3ConfigLoad(p->pConfig3, p->db, p->zCostTable); in spellfix1FilterForMatch()
2779 sqlite3_free(p->zCostTable); in spellfix1Update()
2780 p->zCostTable = spellfix1Dequote(zCmd+16); in spellfix1Update()
2781 if( p->zCostTable==0 ) return SQLITE_NOMEM; in spellfix1Update()
2782 if( p->zCostTable[0]==0 || sqlite3_stricmp(p->zCostTable,"null")==0 ){ in spellfix1Update()
2783 sqlite3_free(p->zCostTable); in spellfix1Update()
[all …]
/dports/databases/sqlite-ext-spellfix/sqlite-ext-spellfix-3.8.11.1_1/sqlite-src-3081101/ext/misc/
H A Dspellfix.c1833 sqlite3_free(p->zCostTable); in spellfix1Uninit()
1955 pNew->zCostTable = spellfix1Dequote(&argv[i][16]); in spellfix1Init()
1956 if( pNew->zCostTable==0 ) rc = SQLITE_NOMEM; in spellfix1Init()
2383 if( p->zCostTable!=0 && p->pConfig3==0 ){ in spellfix1FilterForMatch()
2387 rc = editDist3ConfigLoad(p->pConfig3, p->db, p->zCostTable); in spellfix1FilterForMatch()
2736 sqlite3_free(p->zCostTable); in spellfix1Update()
2737 p->zCostTable = spellfix1Dequote(zCmd+16); in spellfix1Update()
2738 if( p->zCostTable==0 ) return SQLITE_NOMEM; in spellfix1Update()
2739 if( p->zCostTable[0]==0 || sqlite3_stricmp(p->zCostTable,"null")==0 ){ in spellfix1Update()
2740 sqlite3_free(p->zCostTable); in spellfix1Update()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/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 …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/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 …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/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 …]