Asterisk - The Open Source Telephony Project
18.5.0
|
Data Structures | |
struct | mysql_columns |
struct | odbc_columns |
struct | psql_columns |
Data Fields | |
unsigned int | allowleapsec:1 |
struct tables::psql_columns | columns |
struct tables::odbc_columns | columns |
struct tables::mysql_columns | columns |
char * | connection |
struct mysql_conn * | database |
struct { | |
struct tables * next | |
} | list |
struct { | |
struct tables * next | |
} | list |
ast_rwlock_t | lock |
ast_mutex_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::psql_columns columns |
struct tables::odbc_columns columns |
struct tables::odbc_columns columns |
char * connection |
Definition at line 81 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().
struct mysql_conn* database |
Definition at line 113 of file res_config_mysql.c.
Referenced by find_table(), and handle_cli_realtime_mysql_cache().
struct { ... } list |
struct { ... } list |
Referenced by handle_cli_realtime_mysql_cache(), require_mysql(), unload_module(), and unload_mysql().
ast_rwlock_t lock |
Definition at line 69 of file res_config_pgsql.c.
ast_mutex_t lock |
Definition at line 110 of file res_config_mysql.c.
Referenced by destroy_table(), find_table(), and release_table().
char name |
Definition at line 114 of file res_config_mysql.c.
Referenced by find_table(), PathSegment::get_child(), handle_cli_realtime_mysql_cache(), handle_cli_realtime_pgsql_cache(), Parameter::load(), SwaggerType::load(), Property::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 load_config(), and odbc_log().
unsigned int usegmtime |
Definition at line 85 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().