Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c2991 static sqlite3_module spellfix1Module = { variable
3039 rc = sqlite3_create_module(db, "spellfix1", &spellfix1Module, 0); in spellfix1Register()