Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_MYSQL_id Struct Reference
Collaboration diagram for ast_MYSQL_id:
Collaboration graph
[legend]

Data Fields

void * data
 
struct {
   struct ast_MYSQL_id *   next
 
entries
 
int identifier
 
int identifier_type
 
struct ast_channelowner
 

Detailed Description

Definition at line 124 of file app_mysql.c.

Field Documentation

◆ data

void* data

Definition at line 128 of file app_mysql.c.

Referenced by add_identifier(), find_identifier(), mysql_ds_destroy(), and mysql_ds_fixup().

◆ entries

struct { ... } entries

◆ identifier

int identifier

Definition at line 127 of file app_mysql.c.

Referenced by add_identifier(), del_identifier(), and find_identifier().

◆ identifier_type

int identifier_type

◆ next

struct ast_MYSQL_id* next

Definition at line 129 of file app_mysql.c.

◆ owner

struct ast_channel* owner

Definition at line 125 of file app_mysql.c.

Referenced by add_identifier(), mysql_ds_destroy(), and mysql_ds_fixup().


The documentation for this struct was generated from the following file: