Home
last modified time | relevance | path

Searched defs:SLGlobal (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_sqllog.c120 static struct SLGlobal { struct
125 /* Protected by SLGlobal.mutex */ argument
126 int bConditional; /* Only trace if *-sqllog file is present */
127 int bReuse; /* True to avoid extra copies of db files */
128 char zPrefix[SQLLOG_NAMESZ]; /* Prefix for all created files */
129 char zIdx[SQLLOG_NAMESZ]; /* Full path to *.idx file */
130 int iNextLog; /* Used to allocate file names */
131 int iNextDb; /* Used to allocate database file names */
132 int bRec; /* True if testSqllog() is called rec. */
133 int iClock; /* Clock value */
[all …]