| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Structures | |
| struct | mysql_columns | 
| struct | odbc_columns | 
| struct | psql_columns | 
| Data Fields | ||
| unsigned int | allowleapsec:1 | |
| struct tables::mysql_columns | columns | |
| struct tables::odbc_columns | columns | |
| struct tables::psql_columns | columns | |
| char * | connection | |
| struct mysql_conn * | database | |
| struct { | ||
| struct tables * next | ||
| } | list | |
| struct { | ||
| struct tables * next | ||
| } | list | |
| struct { | ||
| struct tables * next | ||
| } | list | |
| struct { | ||
| struct tables * next | ||
| } | list | |
| ast_mutex_t | lock | |
| ast_rwlock_t | lock | |
| char | name [0] | |
| char | quoted_identifiers | |
| char * | schema | |
| char * | table | |
| unsigned int | usegmtime:1 | |
Definition at line 109 of file res_config_mysql.c.
| unsigned int allowleapsec | 
Definition at line 84 of file cel_odbc.c.
Referenced by load_config(), and odbc_log().
| struct tables::odbc_columns columns | 
| struct tables::odbc_columns columns | 
| struct tables::psql_columns columns | 
| char * connection | 
Definition at line 81 of file cdr_adaptive_odbc.c.
Referenced by load_config(), load_config(), odbc_log(), and odbc_log().
| struct mysql_conn* database | 
Definition at line 113 of file res_config_mysql.c.
Referenced by find_table(), handle_cli_realtime_mysql_cache(), require_mysql(), require_pgsql(), unload_pgsql(), and update2_pgsql().
| struct { ... } list | 
| struct { ... } list | 
| struct { ... } list | 
| struct { ... } list | 
| ast_mutex_t lock | 
Definition at line 110 of file res_config_mysql.c.
Referenced by destroy_table(), destroy_table(), find_table(), find_table(), and release_table().
| ast_rwlock_t lock | 
Definition at line 69 of file res_config_pgsql.c.
| char name | 
Definition at line 114 of file res_config_mysql.c.
Referenced by find_table(), find_table(), PathSegment::get_child(), handle_cli_realtime_mysql_cache(), handle_cli_realtime_pgsql_cache(), SwaggerType::load(), unload_mysql(), and unload_pgsql().
| struct tables* next | 
Definition at line 112 of file res_config_mysql.c.
| char quoted_identifiers | 
Definition at line 84 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().
| char* schema | 
Definition at line 83 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().
| char * table | 
Definition at line 82 of file cdr_adaptive_odbc.c.
Referenced by find_table(), find_table(), free_config(), free_config(), load_config(), load_config(), odbc_log(), odbc_log(), require_mysql(), require_pgsql(), unload_module(), unload_module(), update2_mysql(), update2_pgsql(), update_mysql(), and update_pgsql().
| unsigned int usegmtime | 
Definition at line 85 of file cdr_adaptive_odbc.c.
Referenced by load_config(), load_config(), odbc_log(), and odbc_log().