Home
last modified time | relevance | path

Searched refs:xmlRemoveProp (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h1034 xmlRemoveProp (xmlAttrPtr cur);
/external/libxml2/
Delfgcchack.h8571 #undef xmlRemoveProp
8572 extern __typeof (xmlRemoveProp) xmlRemoveProp __attribute((alias("xmlRemoveProp__internal_alias")));
8574 #ifndef xmlRemoveProp
8575 extern __typeof (xmlRemoveProp) xmlRemoveProp__internal_alias __attribute((visibility("hidden")));
8576 #define xmlRemoveProp xmlRemoveProp__internal_alias macro
Dtree.c2042 xmlRemoveProp(xmlAttrPtr cur) { in xmlRemoveProp() function
2894 xmlRemoveProp((xmlAttrPtr) attr); in xmlAddPropSibling()