Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Drollback-test.c44 static int execCallback(void *NotUsed, int nArg, char **azArg, char **azCol){ in execCallback() function
64 rc = sqlite3_exec(db, zSql, execCallback, 0, &zErr); in runSql()
H A Dfuzzershell.c194 static int execCallback(void *NotUsed, int argc, char **argv, char **colv){ in execCallback() function
1134 rc = sqlite3_exec(db, zSql, execCallback, 0, &zErrMsg); in main()
/sqlite-3.40.0/ext/wasm/
H A Dtester1.js1603 const execCallback = function(pVoid, nCols, aVals, aNames){ function
1611 db.pointer, "select a, a*2 from foo.bar", execCallback,