Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c1978 static int spellfix1Uninit(int isDestroy, sqlite3_vtab *pVTab){ in spellfix1Uninit() function
1995 return spellfix1Uninit(0, pVTab); in spellfix1Disconnect()
1998 return spellfix1Uninit(1, pVTab); in spellfix1Destroy()
2123 spellfix1Uninit(0, &pNew->base); in spellfix1Init()