RTS API Documentation
1.10.11
|
Data Fields | |
switch_xml_search_function_t | function |
switch_xml_section_t | sections |
void * | user_data |
struct switch_xml_binding * | next |
Definition at line 221 of file switch_xml.c.
switch_xml_search_function_t switch_xml_binding::function |
Definition at line 222 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 225 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 223 of file switch_xml.c.
Referenced by switch_xml_bind_search_function_ret(), switch_xml_get_binding_sections(), switch_xml_locate(), and switch_xml_set_binding_sections().
void* switch_xml_binding::user_data |
Definition at line 224 of file switch_xml.c.
Referenced by switch_xml_bind_search_function_ret(), switch_xml_get_binding_user_data(), switch_xml_locate(), and switch_xml_set_binding_user_data().