Searched refs:attr_ns (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/soap/ |
H A D | php_xml.c | 271 …tribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, char *attr_ns) in get_node_with_attribute_ex() argument 283 attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_ex() 292 …cursive_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, char *attr_ns) in get_node_with_attribute_recursive_ex() argument 296 xmlAttrPtr attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_recursive_ex() 302 …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 D | php_xml.h | 40 …ribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, char *attr_ns); 41 …ursive_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, char *attr_ns);
|
Completed in 5 milliseconds