Searched refs:get_node_ex (Results 1 – 4 of 4) sorted by relevance
/PHP-7.3/ext/soap/ |
H A D | php_xml.h | 25 #define get_node(node, name) get_node_ex(node, name, NULL) 40 xmlNodePtr get_node_ex(xmlNodePtr node,char *name, char *ns); 67 i = get_node_ex(n,c,NULL); \
|
H A D | php_xml.c | 248 xmlNodePtr get_node_ex(xmlNodePtr node, char *name, char *ns) in get_node_ex() function 281 node = get_node_ex(node, name, name_ns); in get_node_with_attribute_ex()
|
H A D | php_packet_soap.c | 179 fault = get_node_ex(body->children,"Fault",envelope_ns); in parse_packet_soap() 288 cur = get_node_ex(resp, name, ns); in parse_packet_soap()
|
H A D | php_sdl.c | 346 definitions = get_node_ex(root, "definitions", WSDL_NAMESPACE); in load_wsdl_ex() 349 xmlNodePtr schema = get_node_ex(root, "schema", XSD_NAMESPACE); in load_wsdl_ex() 850 soapBindingNode = get_node_ex(binding->children, "binding", wsdl_soap_namespace); in load_wsdl() 954 soapOperation = get_node_ex(operation->children, "operation", wsdl_soap_namespace); in load_wsdl() 976 input = get_node_ex(portTypeOperation->children, "input", WSDL_NAMESPACE); in load_wsdl() 997 input = get_node_ex(operation->children, "input", WSDL_NAMESPACE); in load_wsdl() 1005 output = get_node_ex(portTypeOperation->children, "output", WSDL_NAMESPACE); in load_wsdl() 1031 output = get_node_ex(operation->children, "output", WSDL_NAMESPACE); in load_wsdl()
|
Completed in 19 milliseconds