Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dtree.h1057 xmlRemoveProp (xmlAttrPtr cur);
/external/libxml2/
Delfgcchack.h8651 #undef xmlRemoveProp
8652 extern __typeof (xmlRemoveProp) xmlRemoveProp __attribute((alias("xmlRemoveProp__internal_alias")));
8654 #ifndef xmlRemoveProp
8655 extern __typeof (xmlRemoveProp) xmlRemoveProp__internal_alias __attribute((visibility("hidden")));
8656 #define xmlRemoveProp xmlRemoveProp__internal_alias macro
Dtree.c2067 xmlRemoveProp(xmlAttrPtr cur) { in xmlRemoveProp() function
2924 xmlRemoveProp((xmlAttrPtr) attr); in xmlAddPropSibling()