Searched defs:Global (Results 1 – 2 of 2) sorted by relevance
87 static struct Global { struct89 sqlite3_stmt *pStmt; /* Current SQL statement */91 sqlite3_int64 iTotal; /* Total time */92 int bWithoutRowid; /* True for --without-rowid */102 int nReserve; /* Reserve bytes */104 const char *zWR; /* Might be WITHOUT ROWID */105 const char *zNN; /* Might be NOT NULL */107 unsigned int x, y; /* Pseudo-random number generator state */109 int nResult; /* Size of the current result */110 char zResult[3000]; /* Text of the current result */[all …]
72 static struct Global { struct73 char *argv0; /* Name of the executable */75 char *zDbFile; /* Name of the database */76 sqlite3 *db; /* Open connection to database */77 char *zErrLog; /* Filename for error log */78 FILE *pErrLog; /* Where to write errors */79 char *zLog; /* Name of output log file */83 int iTrace; /* Tracing level */84 int bSqlTrace; /* True to trace SQL commands */86 int nError; /* Number of errors */[all …]