FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
char * | name |
cJSON * | obj |
struct la_node_s * | next |
int | pos |
Definition at line 3080 of file switch_event.c.
char* la_node_s::name |
Definition at line 3081 of file switch_event.c.
Referenced by switch_live_array_add(), switch_live_array_bootstrap(), switch_live_array_clear(), and switch_live_array_del().
struct la_node_s* la_node_s::next |
Definition at line 3083 of file switch_event.c.
Referenced by switch_live_array_add(), switch_live_array_bootstrap(), switch_live_array_clear(), switch_live_array_del(), and switch_live_array_get_idx().
cJSON* la_node_s::obj |
Definition at line 3082 of file switch_event.c.
Referenced by switch_live_array_add(), switch_live_array_bootstrap(), switch_live_array_clear(), switch_live_array_del(), switch_live_array_get(), and switch_live_array_get_idx().
int la_node_s::pos |
Definition at line 3084 of file switch_event.c.
Referenced by switch_live_array_add(), switch_live_array_del(), and switch_live_array_get_idx().