
Data Structures | |
| struct | odbc_columns |
| struct | psql_columns |
Data Fields | |
| struct tables::psql_columns | columns |
| struct tables::odbc_columns | columns |
| char * | connection |
| struct { | |
| struct tables * next | |
| } | list |
| ast_rwlock_t | lock |
| char | name [0] |
| char * | table |
| unsigned int | usegmtime:1 |
Definition at line 69 of file res_config_pgsql.c.
| struct tables::psql_columns columns |
| struct tables::odbc_columns columns |
Referenced by load_config(), free_config(), odbc_log(), destroy_table(), find_table(), find_column(), update_pgsql(), require_pgsql(), and handle_cli_realtime_pgsql_cache().
| char* connection |
Definition at line 72 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().
| struct { ... } list |
Referenced by destroy_table(), find_table(), find_column(), update_pgsql(), require_pgsql(), unload_pgsql(), unload_module(), and handle_cli_realtime_pgsql_cache().
Definition at line 70 of file res_config_pgsql.c.
Referenced by destroy_table(), and find_table().
| char name[0] |
Definition at line 73 of file res_config_pgsql.c.
Referenced by find_table(), unload_pgsql(), and handle_cli_realtime_pgsql_cache().
Definition at line 72 of file res_config_pgsql.c.
| char* table |
Definition at line 73 of file cdr_adaptive_odbc.c.
Referenced by load_config(), odbc_log(), find_table(), update_pgsql(), update2_pgsql(), require_pgsql(), and unload_module().
| unsigned int usegmtime |
Definition at line 74 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().