Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
char * | cdrname |
struct { | |
struct column * next | |
} | list |
char * | name |
char * | staticvalue |
char * | type |
Definition at line 98 of file cdr_mysql.c.
char* cdrname |
Definition at line 100 of file cdr_mysql.c.
Referenced by my_connect_db(), and mysql_log().
struct { ... } list |
Referenced by my_connect_db(), and my_unload_module().
char* name |
Definition at line 99 of file cdr_mysql.c.
Referenced by PathSegment::get_child(), Parameter::load(), SwaggerType::load(), Property::load(), my_connect_db(), and mysql_log().
struct column* next |
Definition at line 103 of file cdr_mysql.c.
char* staticvalue |
Definition at line 101 of file cdr_mysql.c.
Referenced by my_connect_db(), and mysql_log().
char* type |
Definition at line 102 of file cdr_mysql.c.
Referenced by Property::load(), my_connect_db(), and mysql_log().