• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/

Lines Matching defs:dbenv_class

208 static jclass db_class, dbc_class, dbenv_class, dbt_class, dblsn_class;
559 { &dbenv_class, DB_PKG "internal/DbEnv" },
935 { &dbenv_construct, &dbenv_class, "<init>", "(JZ)V" },
943 { &get_err_msg_method, &dbenv_class, "get_err_msg",
1002 { &app_dispatch_method, &dbenv_class, "handle_app_dispatch",
1004 { &panic_event_notify_method, &dbenv_class, "handle_panic_event_notify",
1006 { &rep_client_event_notify_method, &dbenv_class,
1008 { &rep_elected_event_notify_method, &dbenv_class,
1010 { &rep_master_event_notify_method, &dbenv_class,
1012 { &rep_new_master_event_notify_method, &dbenv_class,
1014 { &rep_perm_failed_event_notify_method, &dbenv_class,
1016 { &rep_startup_done_event_notify_method, &dbenv_class,
1018 { &write_failed_event_notify_method, &dbenv_class,
1020 { &env_feedback_method, &dbenv_class, "handle_env_feedback", "(II)V" },
1021 { &errcall_method, &dbenv_class, "handle_error",
1023 { &msgcall_method, &dbenv_class, "handle_message",
1025 { &paniccall_method, &dbenv_class, "handle_panic",
1027 { &rep_transport_method, &dbenv_class, "handle_rep_transport",
1176 jdbenv, dbenv_class, get_err_msg_method, jmsg);
1796 (*jenv)->CallNonvirtualVoidMethod(jenv, jdbenv, dbenv_class,
1808 (*jenv)->CallNonvirtualVoidMethod(jenv, jdbenv, dbenv_class,
1820 (*jenv)->CallNonvirtualVoidMethod(jenv, jdbenv, dbenv_class,
1832 (*jenv)->CallNonvirtualVoidMethod(jenv, jdbenv, dbenv_class,
1856 ret = (*jenv)->CallNonvirtualIntMethod(jenv, jdbenv, dbenv_class,
1883 dbenv_class, panic_event_notify_method);
1887 dbenv_class, rep_client_event_notify_method);
1891 dbenv_class, rep_elected_event_notify_method);
1895 dbenv_class, rep_master_event_notify_method);
1899 dbenv_class, rep_new_master_event_notify_method,
1904 dbenv_class, rep_perm_failed_event_notify_method);
1908 dbenv_class, rep_startup_done_event_notify_method);
1912 dbenv_class, write_failed_event_notify_method,
1946 ret = (*jenv)->CallNonvirtualIntMethod(jenv, jdbenv, dbenv_class,