Searched defs:callback_data (Results 1 – 6 of 6) sorted by relevance
54 typedef struct callback_data { struct63 } callback_data_t; argument
179 struct callback_data { struct180 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*/[all …]
85 UI_METHOD *ui_method, void *callback_data) in ENGINE_load_private_key()121 UI_METHOD *ui_method, void *callback_data) in ENGINE_load_public_key()
372 UI_METHOD *ui_method, void *callback_data) in openssl_load_privkey()
1221 UI_METHOD *ui_method, void *callback_data) in pk11_load_privkey()1268 UI_METHOD *ui_method, void *callback_data) in pk11_load_pubkey()
1286 krb5_data *callback_data = 0; in krb5int_sendto() local