Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_xml.h25 #define get_node_with_attribute(node, name, attr, val) get_node_with_attribute_ex(node, name, NULL,…
40 xmlNodePtr get_node_with_attribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, …
H A Dphp_xml.c277 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.c443 …part = get_node_with_attribute_ex(message->children, "part", WSDL_NAMESPACE, "name", (char*)tmp->c… in wsdl_soap_binding_header()
906 …portTypeOperation = get_node_with_attribute_ex(portType->children, "operation", WSDL_NAMESPACE, "n… in load_wsdl()
1041 …xmlNodePtr soap_fault = get_node_with_attribute_ex(operation->children, "fault", WSDL_NAMESPACE, "… in load_wsdl()

Completed in 14 milliseconds