
Data Fields | |
| struct ast_string_field_mgr | __field_mgr |
| struct ast_string_field_pool * | __field_mgr_pool |
| va_list | ap |
| const ast_string_field | encoding [256] |
| const char * | extra |
| unsigned long long | skip |
| const char * | sql |
Definition at line 52 of file res_config_odbc.c.
| struct ast_string_field_mgr __field_mgr |
Definition at line 57 of file res_config_odbc.c.
Definition at line 57 of file res_config_odbc.c.
| va_list ap |
Definition at line 58 of file res_config_odbc.c.
Referenced by custom_prepare(), destroy_odbc(), realtime_multi_odbc(), realtime_odbc(), store_odbc(), and update_odbc().
| const ast_string_field encoding[256] |
Definition at line 57 of file res_config_odbc.c.
Referenced by custom_prepare().
| const char* extra |
Definition at line 54 of file res_config_odbc.c.
Referenced by custom_prepare().
| unsigned long long skip |
Definition at line 59 of file res_config_odbc.c.
Referenced by custom_prepare(), and update_odbc().
| const char* sql |
Definition at line 53 of file res_config_odbc.c.
Referenced by custom_prepare(), destroy_odbc(), realtime_multi_odbc(), realtime_odbc(), store_odbc(), and update_odbc().