Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_sqllog.c111 struct SLConn { struct
134 struct SLConn aConn[MAX_CONNECTIONS]; argument
291 static void sqllogCopydb(struct SLConn *p, const char *zSearch, int bLog){ in sqllogCopydb()
367 static void sqllogOpenlog(struct SLConn *p){ in sqllogOpenlog()
404 static void testSqllogStmt(struct SLConn *p, const char *zSql){ in testSqllogStmt()
469 struct SLConn *p = 0; in testSqllog()
524 memmove(p, &p[1], nShift*sizeof(struct SLConn)); in testSqllog()