Searched refs:xmlRemoveProp (Results 1 - 5 of 5) sorted by relevance

/external/libxml2/
H A Dlibxml2.syms1019 xmlRemoveProp;
H A Delfgcchack.h8777 #undef xmlRemoveProp macro
8778 extern __typeof (xmlRemoveProp) xmlRemoveProp __attribute((alias("xmlRemoveProp__internal_alias")));
8780 #ifndef xmlRemoveProp
8781 extern __typeof (xmlRemoveProp) xmlRemoveProp__internal_alias __attribute((visibility("hidden")));
8782 #define xmlRemoveProp xmlRemoveProp__internal_alias macro
H A Dtree.c2103 * xmlRemoveProp:
2112 xmlRemoveProp(xmlAttrPtr cur) { function
2117 "xmlRemoveProp : cur == NULL\n");
2124 "xmlRemoveProp : cur->parent == NULL\n");
2148 "xmlRemoveProp : attribute not owned by its node\n");
2990 xmlRemoveProp((xmlAttrPtr) attr);
H A Dtestapi.c23130 ret_val = xmlRemoveProp(cur);
23137 printf("Leak of %d blocks found in xmlRemoveProp",
[all...]
/external/libxml2/include/libxml/
H A Dtree.h1110 xmlRemoveProp (xmlAttrPtr cur);

Completed in 247 milliseconds