Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c12477 static sqlite3_module expertModule = { in idxRegisterVtab() local
12505 return sqlite3_create_module(p->dbv, "expert", &expertModule, (void*)p); in idxRegisterVtab()