Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbevtab.c386 static sqlite3_module bytecodevtabModule = { variable
416 rc = sqlite3_create_module(db, "bytecode", &bytecodevtabModule, 0); in sqlite3VdbeBytecodeVtabInit()
418 rc = sqlite3_create_module(db, "tables_used", &bytecodevtabModule, &db); in sqlite3VdbeBytecodeVtabInit()