Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Ddbdump.c55 typedef struct DState DState; typedef
56 struct DState { struct
57 sqlite3 *db; /* The database connection */
58 int nErr; /* Number of errors seen so far */
59 int rc; /* Error code */
60 int writableSchema; /* True if in writable_schema mode */
61 int (*xCallback)(const char*,void*); /* Send output here */
62 void *pArg; /* Argument to xCallback() */