Searched refs:get_node_ex (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/soap/ |
H A D | php_xml.h | 23 #define get_node(node, name) get_node_ex(node, name, NULL) 38 xmlNodePtr get_node_ex(xmlNodePtr node,char *name, char *ns); 65 i = get_node_ex(n,c,NULL); \
|
H A D | php_xml.c | 244 xmlNodePtr get_node_ex(xmlNodePtr node, char *name, char *ns) in get_node_ex() function 277 node = get_node_ex(node, name, name_ns); in get_node_with_attribute_ex()
|
H A D | php_packet_soap.c | 177 fault = get_node_ex(body->children,"Fault",envelope_ns); in parse_packet_soap() 286 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() 851 soapBindingNode = get_node_ex(binding->children, "binding", wsdl_soap_namespace); in load_wsdl() 955 soapOperation = get_node_ex(operation->children, "operation", wsdl_soap_namespace); in load_wsdl() 977 input = get_node_ex(portTypeOperation->children, "input", WSDL_NAMESPACE); in load_wsdl() 998 input = get_node_ex(operation->children, "input", WSDL_NAMESPACE); in load_wsdl() 1006 output = get_node_ex(portTypeOperation->children, "output", WSDL_NAMESPACE); in load_wsdl() 1032 output = get_node_ex(operation->children, "output", WSDL_NAMESPACE); in load_wsdl()
|
Completed in 17 milliseconds