Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Damatch.c1454 static sqlite3_module amatchModule = { variable
1498 rc = sqlite3_create_module(db, "approximate_match", &amatchModule, 0); in sqlite3_amatch_init()