Home | History | Annotate | Download | only in libxml2

Lines Matching full:attrs_to_delete

1130     xmlAttrPtr attrs_to_delete = NULL;
1321 xml_base_attr->next = attrs_to_delete;
1322 attrs_to_delete = xml_base_attr;
1339 xmlFreePropList(attrs_to_delete);