Searched defs:callback_data (Results 1 – 3 of 3) sorted by relevance
58 typedef struct callback_data { struct67 } callback_data_t; argument
177 struct callback_data { struct178 sqlite *db; /* The database */179 int echoOn; /* True to echo input commands */180 int cnt; /* Number of records displayed so far */181 FILE *out; /* Write results here */182 int mode; /* An output mode setting */183 int showHeader; /* True to show column names in List or Column mode */184 char *zDestTable; /* Name of destination table when MODE_Insert */185 char separator[20]; /* Separator character for MODE_List */186 int colWidth[100]; /* Requested width of each column when in column mode*/[all …]
1286 krb5_data *callback_data = 0; in krb5int_sendto() local