Lines Matching defs:SLGlobal
120 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 */
134 struct SLConn aConn[MAX_CONNECTIONS];