Searched defs:SLGlobal (Results 1 – 1 of 1) sorted by relevance
120 static struct SLGlobal { struct125 /* Protected by SLGlobal.mutex */ argument126 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 …]