Home
last modified time | relevance | path

Searched refs:get_node_with_attribute_ex (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/ext/soap/
H A Dphp_xml.h28 #define get_node_with_attribute(node, name, attr, val) get_node_with_attribute_ex(node, name, NULL,…
43 xmlNodePtr get_node_with_attribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, …
H A Dphp_xml.c276 xmlNodePtr get_node_with_attribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, … in get_node_with_attribute_ex() function
H A Dphp_sdl.c471 …part = get_node_with_attribute_ex(message->children, "part", WSDL_NAMESPACE, "name", (char*)tmp->c… in wsdl_soap_binding_header()
933 …portTypeOperation = get_node_with_attribute_ex(portType->children, "operation", WSDL_NAMESPACE, "n… in load_wsdl()
1068 …xmlNodePtr soap_fault = get_node_with_attribute_ex(operation->children, "fault", WSDL_NAMESPACE, "… in load_wsdl()

Completed in 21 milliseconds