Searched refs:xmlFreeProp (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dtree.c2002 xmlFreeProp(cur);
2008 * xmlFreeProp:
2014 xmlFreeProp(xmlAttrPtr cur) { function
2063 xmlFreeProp(cur);
2071 xmlFreeProp(cur);
3306 xmlFreeProp(lastattr);
3444 xmlFreeProp((xmlAttrPtr) cur);
6369 xmlFreeProp(prop);
6390 xmlFreeProp(prop);
H A Delfgcchack.h3651 #undef xmlFreeProp macro
3652 extern __typeof (xmlFreeProp) xmlFreeProp __attribute((alias("xmlFreeProp__internal_alias")));
3654 #ifndef xmlFreeProp
3655 extern __typeof (xmlFreeProp) xmlFreeProp__internal_alias __attribute((visibility("hidden")));
3656 #define xmlFreeProp xmlFreeProp__internal_alias macro
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h739 xmlFreeProp (xmlAttrPtr cur);
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c4984 if (!PyArg_ParseTuple(args, (char *)"O:xmlFreeProp", &pyobj_cur))
4988 xmlFreeProp(cur);

Completed in 160 milliseconds