Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
int | row_count |
void * | wrapped_arg |
callback_t | wrapped_callback |
Structure passed to row counting SQLite callback.
Definition at line 553 of file res_config_sqlite3.c.
int row_count |
Definition at line 556 of file res_config_sqlite3.c.
Referenced by realtime_sqlite3_exec_query_with_handle(), and row_counter_wrapper().
void* wrapped_arg |
Definition at line 555 of file res_config_sqlite3.c.
Referenced by row_counter_wrapper().
callback_t wrapped_callback |
Definition at line 554 of file res_config_sqlite3.c.
Referenced by realtime_sqlite3_exec_query_with_handle(), and row_counter_wrapper().