Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
const ast_string_field | encoding [256] |
const char * | extra |
const struct ast_variable * | fields |
unsigned long long | skip |
const char * | sql |
Definition at line 55 of file res_config_odbc.c.
struct ast_string_field_mgr __field_mgr |
Definition at line 60 of file res_config_odbc.c.
struct ast_string_field_pool* __field_mgr_pool |
Definition at line 60 of file res_config_odbc.c.
const ast_string_field encoding[256] |
Definition at line 60 of file res_config_odbc.c.
Referenced by custom_prepare().
const char* extra |
Definition at line 57 of file res_config_odbc.c.
Referenced by custom_prepare(), destroy_odbc(), and update_odbc().
const struct ast_variable* fields |
Definition at line 61 of file res_config_odbc.c.
Referenced by custom_prepare(), destroy_odbc(), realtime_multi_odbc(), realtime_odbc(), store_odbc(), and update_odbc().
unsigned long long skip |
Definition at line 62 of file res_config_odbc.c.
Referenced by custom_prepare(), and update_odbc().
const char* sql |
Definition at line 56 of file res_config_odbc.c.
Referenced by custom_prepare(), destroy_odbc(), realtime_multi_odbc(), realtime_odbc(), store_odbc(), update2_odbc(), and update_odbc().