Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dfuzzershell.c75 struct GlobalVars { struct
76 const char *zArgv0; /* Name of program */
77 sqlite3_mem_methods sOrigMem; /* Original memory methods */
78 sqlite3_mem_methods sOomMem; /* Memory methods with OOM simulator */
79 int iOomCntdown; /* Memory fails on 1 to 0 transition */
80 int nOomFault; /* Increments for each OOM fault */
81 int bOomOnce; /* Fail just once if true */
82 int bOomEnable; /* True to enable OOM simulation */
83 int nOomBrkpt; /* Number of calls to oomFault() */
84 char zTestName[100]; /* Name of current test */
H A Ddbhash.c41 struct GlobalVars { struct
42 const char *zArgv0; /* Name of program */
43 unsigned fDebug; /* Debug flags */
44 sqlite3 *db; /* The database connection */
45 SHA1Context cx; /* SHA1 hash context */
H A Dsqldiff.c32 struct GlobalVars { struct
33 const char *zArgv0; /* Name of program */
34 int bSchemaOnly; /* Only show schema differences */
35 int bSchemaPK; /* Use the schema-defined PK, not the true PK */
36 int bHandleVtab; /* Handle fts3, fts4, fts5 and rtree vtabs */
37 unsigned fDebug; /* Debug flags */
38 int bSchemaCompare; /* Doing single-table sqlite_schema compare */
39 sqlite3 *db; /* The database connection */
/sqlite-3.40.0/test/
H A Dfuzzcheck.c148 static struct GlobalVars { struct
149 const char *zArgv0; /* Name of program */
150 const char *zDbFile; /* Name of database file */
151 VFile aFile[MX_FILE]; /* The virtual filesystem */
152 int nDb; /* Number of template databases */
153 Blob *pFirstDb; /* Content of first template database */
154 int nSql; /* Number of SQL scripts */
155 Blob *pFirstSql; /* First SQL script */
156 unsigned int uRandom; /* Seed for the SQLite PRNG */
157 unsigned int nInvariant; /* Number of invariant checks run */
[all …]
H A Ddbfuzz.c102 static struct GlobalVars { struct
103 VFile aFile[MX_FILE]; /* The virtual filesystem */