Home
last modified time | relevance | path

Searched refs:attr_ns (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/soap/
H A Dphp_xml.c300 …tribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, char *attr_ns) in get_node_with_attribute_ex() argument
312 attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_ex()
321 …cursive_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, char *attr_ns) in get_node_with_attribute_recursive_ex() argument
325 xmlAttrPtr attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_recursive_ex()
331 …p = get_node_with_attribute_recursive_ex(node->children, name, name_ns, attribute, value, attr_ns); in get_node_with_attribute_recursive_ex()
H A Dphp_xml.h43 …ribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, char *attr_ns);
44 …ursive_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, char *attr_ns);

Completed in 5 milliseconds