Home
last modified time | relevance | path

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

/external/openssl/crypto/engine/
Deng_pkey.c97 UI_METHOD *ui_method, void *callback_data) in ENGINE_load_private_key()
133 UI_METHOD *ui_method, void *callback_data) in ENGINE_load_public_key()
170 STACK_OF(X509) **pother, UI_METHOD *ui_method, void *callback_data) in ENGINE_load_ssl_client_cert()
Deng_openssl.c372 UI_METHOD *ui_method, void *callback_data) in openssl_load_privkey()
/external/sqlite/dist/orig/
Dshell.c416 struct callback_data { struct
417 sqlite3 *db; /* The database */
418 int echoOn; /* True to echo input commands */
419 int statsOn; /* True to display memory stats before each finalize */
420 int cnt; /* Number of records displayed so far */
421 FILE *out; /* Write results here */
422 int nErr; /* Number of errors seen */
423 int mode; /* An output mode setting */
424 int writableSchema; /* True if PRAGMA writable_schema=ON */
425 int showHeader; /* True to show column names in List or Column mode */
[all …]
/external/sqlite/dist/
Dshell.c421 struct callback_data { struct
422 sqlite3 *db; /* The database */
423 int echoOn; /* True to echo input commands */
424 int statsOn; /* True to display memory stats before each finalize */
425 int cnt; /* Number of records displayed so far */
426 FILE *out; /* Write results here */
427 int nErr; /* Number of errors seen */
428 int mode; /* An output mode setting */
429 int writableSchema; /* True if PRAGMA writable_schema=ON */
430 int showHeader; /* True to show column names in List or Column mode */
[all …]
/external/v8/src/
Dmessages.cc130 Handle<Object> callback_data(listener.get(1)); in ReportMessage() local
Ddebug.cc3405 Handle<Object> callback_data, in EventDetailsImpl()
/external/chromium/chrome/browser/ui/gtk/
Dgtk_floating_container.cc174 gpointer callback_data) { in gtk_floating_container_forall()
Dgtk_custom_menu_item.cc471 gpointer callback_data) { in gtk_custom_menu_item_foreach_button()