Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_sqllog.c468 static void testSqllog(void *pCtx, sqlite3 *db, const char *zSql, int eType){ in testSqllog() function
548 if( SQLITE_OK==sqlite3_config(SQLITE_CONFIG_SQLLOG, testSqllog, 0) ){ in sqlite3_init_sqllog()