Lines Matching defs:attr
220 xmlAttrPtr attr = dom_element_reflected_attribute_write(obj, newval, "id"); in dom_element_id_write() local
299 xmlNodePtr attr; in PHP_METHOD() local
373 for (xmlAttrPtr attr = nodep->properties; attr; attr = attr->next) { in PHP_METHOD() local
389 static void dom_check_register_attribute_id(xmlAttrPtr attr, php_libxml_ref_obj *document) in dom_check_register_attribute_id()
440 xmlAttrPtr attr = php_dom_get_attribute_node(nodep, BAD_CAST name, name_len); in PHP_METHOD() local
457 xmlNodePtr attr = dom_get_attribute_or_nsdecl(intern, nodep, BAD_CAST name, name_len); in PHP_METHOD() local
511 for (xmlAttrPtr attr = current_worklist_item->current_node->properties; attr; attr = attr->next) { in dom_deep_ns_redef() local
920 xmlAttr *attr; in dom_set_attribute_ns_legacy() local
1018 xmlAttrPtr attr = xmlSetNsProp(elemp, ns, localname, BAD_CAST value); in dom_set_attribute_ns_modern() local
1068 for (xmlAttrPtr attr = node->properties; attr != NULL; attr = attr->next) { in dom_remove_eliminated_ns_single_element() local
1293 xmlNodePtr attr; in PHP_METHOD() local
1995 for (const xmlAttr *attr = cur->properties; attr != NULL; attr = attr->next) { in dom_element_get_in_scope_namespace_info() local
2001 for (const xmlAttr *attr = last; attr != NULL; attr = attr->prev) { in dom_element_get_in_scope_namespace_info() local