Skip to main content

switch_xml_locate

Function switch_xml_locate 

Source
pub unsafe extern "C" fn switch_xml_locate(
    section: *const c_char,
    tag_name: *const c_char,
    key_name: *const c_char,
    key_value: *const c_char,
    root: *mut switch_xml_t,
    node: *mut switch_xml_t,
    params: *mut switch_event_t,
    clone: switch_bool_t,
) -> switch_status_t