Searched defs:xmlRemoveProp (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dtree.c2033 * xmlRemoveProp:
2042 xmlRemoveProp(xmlAttrPtr cur) { function
2047 "xmlRemoveProp : cur == NULL\n");
2054 "xmlRemoveProp : cur->parent == NULL\n");
2078 "xmlRemoveProp : attribute not owned by its node\n");
2894 xmlRemoveProp((xmlAttrPtr) attr);
H A Delfgcchack.h8571 #undef xmlRemoveProp macro
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

Completed in 147 milliseconds