Lines Matching defs:callback_data
179 struct callback_data { struct
180 sqlite *db; /* The database */
181 int echoOn; /* True to echo input commands */
182 int cnt; /* Number of records displayed so far */
183 FILE *out; /* Write results here */
184 int mode; /* An output mode setting */
185 int showHeader; /* True to show column names in List or Column mode */
186 char *zDestTable; /* Name of destination table when MODE_Insert */
187 char separator[20]; /* Separator character for MODE_List */
188 int colWidth[100]; /* Requested width of each column when in column mode*/
189 int actualWidth[100]; /* Actual width of each column */
190 char nullvalue[20]; /* The text to print when a NULL comes back from
192 struct previous_mode_data explainPrev;
195 char outfile[FILENAME_MAX]; /* Filename for *out */
196 const char *zDbFilename; /* name of the database file */
197 char *zKey; /* Encryption key */