Abstract Interfaces

Abstract InterfaceLocationDescription
dm_cgi_router_callback dm_cgi_router

Route callback routine to be invoked by router.

dm_db_backup_handler dm_db

Callback routine that is invoked if passed to dm_db_backup().

dm_db_busy_handler dm_db

C-interoperable callback function that is invoked on error SQL_BUSY. May return 0 to signal that no more invocations are desired.

dm_db_log_handler dm_db

C-interoperable callback routine that is invoked for each created SQLite log.

dm_db_update_handler dm_db

C-interoperable callback routine that is invoked on database updates.

dm_lua_callback dm_lua

C-interoperable Lua callback function.

dm_rpc_callback dm_rpc

C-interoperable read/write callback for libcurl.

dm_signal_handler dm_signal

C-interoperable signal handler routine interface, to be passed as argument to dm_signal_register().

dm_test_callback dm_test

Logical test function that either returns TEST_PASSED or TEST_FAILED.

dm_thread_routine dm_thread

C-interoperable POSIX thread routine.