Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
void * | data |
struct { | |
struct ast_MYSQL_id * next | |
} | entries |
int | identifier |
int | identifier_type |
struct ast_channel * | owner |
Definition at line 124 of file app_mysql.c.
void* data |
Definition at line 128 of file app_mysql.c.
Referenced by add_identifier(), find_identifier(), mysql_ds_destroy(), and mysql_ds_fixup().
struct { ... } entries |
Referenced by add_identifier(), del_identifier(), find_identifier(), mysql_ds_destroy(), and mysql_ds_fixup().
int identifier |
Definition at line 127 of file app_mysql.c.
Referenced by add_identifier(), del_identifier(), and find_identifier().
int identifier_type |
Definition at line 126 of file app_mysql.c.
Referenced by add_identifier(), del_identifier(), find_identifier(), mysql_ds_destroy(), and mysql_ds_fixup().
struct ast_MYSQL_id* next |
Definition at line 129 of file app_mysql.c.
struct ast_channel* owner |
Definition at line 125 of file app_mysql.c.
Referenced by add_identifier(), mysql_ds_destroy(), and mysql_ds_fixup().