FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
switch_xml_search_function_t | function |
switch_xml_section_t | sections |
void * | user_data |
struct switch_xml_binding * | next |
Definition at line 165 of file switch_xml.c.
switch_xml_search_function_t switch_xml_binding::function |
Definition at line 166 of file switch_xml.c.
Referenced by switch_xml_bind_search_function_ret(), switch_xml_locate(), and switch_xml_unbind_search_function_ptr().
struct switch_xml_binding* switch_xml_binding::next |
Definition at line 169 of file switch_xml.c.
Referenced by switch_xml_bind_search_function_ret(), switch_xml_locate(), switch_xml_unbind_search_function(), and switch_xml_unbind_search_function_ptr().
switch_xml_section_t switch_xml_binding::sections |
Definition at line 167 of file switch_xml.c.
Referenced by switch_xml_bind_search_function_ret(), and switch_xml_locate().
void* switch_xml_binding::user_data |
Definition at line 168 of file switch_xml.c.
Referenced by switch_xml_bind_search_function_ret(), and switch_xml_locate().