|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
Data Fields | |
| int | row_count |
| void * | wrapped_arg |
| callback_t | wrapped_callback |
Structure passed to row counting SQLite callback.
Definition at line 550 of file res_config_sqlite3.c.
| int row_count |
Definition at line 553 of file res_config_sqlite3.c.
Referenced by realtime_sqlite3_exec_query_with_handle(), and row_counter_wrapper().
| void* wrapped_arg |
Definition at line 552 of file res_config_sqlite3.c.
Referenced by row_counter_wrapper().
| callback_t wrapped_callback |
Definition at line 551 of file res_config_sqlite3.c.
Referenced by realtime_sqlite3_exec_query_with_handle(), and row_counter_wrapper().