Searched refs:pConfig3 (Results 1 – 1 of 1) sorted by relevance
1988 editDist3ConfigDelete(p->pConfig3); in spellfix1Uninit()2547 if( p->zCostTable!=0 && p->pConfig3==0 ){ in spellfix1FilterForMatch()2548 p->pConfig3 = sqlite3_malloc64( sizeof(p->pConfig3[0]) ); in spellfix1FilterForMatch()2549 if( p->pConfig3==0 ) return SQLITE_NOMEM; in spellfix1FilterForMatch()2550 memset(p->pConfig3, 0, sizeof(p->pConfig3[0])); in spellfix1FilterForMatch()2579 if( p->pConfig3 ){ in spellfix1FilterForMatch()2619 x.pConfig3 = p->pConfig3; in spellfix1FilterForMatch()2894 editDist3ConfigDelete(p->pConfig3); in spellfix1Update()2895 p->pConfig3 = 0; in spellfix1Update()2899 editDist3ConfigDelete(p->pConfig3); in spellfix1Update()[all …]