Searched refs:get_node_ex (Results 1 – 4 of 4) sorted by relevance
/PHP-7.4/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 | 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 | 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 | 348 definitions = get_node_ex(root, "definitions", WSDL_NAMESPACE); in load_wsdl_ex() 351 xmlNodePtr schema = get_node_ex(root, "schema", XSD_NAMESPACE); in load_wsdl_ex() 853 soapBindingNode = get_node_ex(binding->children, "binding", wsdl_soap_namespace); in load_wsdl() 957 soapOperation = get_node_ex(operation->children, "operation", wsdl_soap_namespace); in load_wsdl() 979 input = get_node_ex(portTypeOperation->children, "input", WSDL_NAMESPACE); in load_wsdl() 1000 input = get_node_ex(operation->children, "input", WSDL_NAMESPACE); in load_wsdl() 1008 output = get_node_ex(portTypeOperation->children, "output", WSDL_NAMESPACE); in load_wsdl() 1034 output = get_node_ex(operation->children, "output", WSDL_NAMESPACE); in load_wsdl()
|
Completed in 24 milliseconds