|
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 | charset |
| unsigned int | connected:1 |
| const ast_string_field | database |
| DBPROCESS * | dbproc |
| unsigned int | has_userfield:1 |
| const ast_string_field | hostname |
| const ast_string_field | hrtime |
| const ast_string_field | language |
| const ast_string_field | password |
| const ast_string_field | table |
| const ast_string_field | username |
| struct ast_string_field_mgr __field_mgr |
| struct ast_string_field_pool* __field_mgr_pool |
| const ast_string_field charset |
Definition at line 90 of file cdr_tds.c.
Referenced by mssql_connect().
| unsigned int connected |
Definition at line 92 of file cdr_tds.c.
Referenced by mssql_connect(), mssql_disconnect(), and tds_log().
| const ast_string_field database |
Definition at line 90 of file cdr_tds.c.
Referenced by mssql_connect(), and tds_load_module().
| DBPROCESS* dbproc |
Definition at line 91 of file cdr_tds.c.
Referenced by mssql_connect(), mssql_disconnect(), and tds_log().
| unsigned int has_userfield |
Definition at line 93 of file cdr_tds.c.
Referenced by mssql_connect(), and tds_log().
| const ast_string_field hostname |
Definition at line 90 of file cdr_tds.c.
Referenced by mssql_connect(), tds_load_module(), and tds_log().
| const ast_string_field hrtime |
Definition at line 90 of file cdr_tds.c.
Referenced by tds_load_module(), and tds_log().
| const ast_string_field language |
Definition at line 90 of file cdr_tds.c.
Referenced by mssql_connect(), and tds_load_module().
| const ast_string_field password |
Definition at line 90 of file cdr_tds.c.
Referenced by mssql_connect(), and tds_load_module().
| const ast_string_field table |
Definition at line 90 of file cdr_tds.c.
Referenced by mssql_connect(), tds_load_module(), and tds_log().
| const ast_string_field username |
Definition at line 90 of file cdr_tds.c.
Referenced by mssql_connect(), and tds_load_module().
1.8.13