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

/external/libxml2/
H A Dxpath.c1034 xmlXPathFreeObject(op->value4);
1046 xmlXPathFreeObject(op->value4);
4443 * the list contrary to xmlXPathFreeObject().
5025 (xmlHashDeallocator)xmlXPathFreeObject));
5028 (xmlHashDeallocator)xmlXPathFreeObject));
5118 xmlHashFree(ctxt->varHash, (xmlHashDeallocator)xmlXPathFreeObject);
5476 * xmlXPathFreeObject:
5482 xmlXPathFreeObject(xmlXPathObjectPtr obj) { function
5533 xmlXPathFreeObject(obj);
5837 xmlXPathFreeObject(va
[all...]
H A Delfgcchack.h16280 #undef xmlXPathFreeObject macro
16281 extern __typeof (xmlXPathFreeObject) xmlXPathFreeObject __attribute((alias("xmlXPathFreeObject__internal_alias")));
16283 #ifndef xmlXPathFreeObject
16284 extern __typeof (xmlXPathFreeObject) xmlXPathFreeObject__internal_alias __attribute((visibility("hidden")));
16285 #define xmlXPathFreeObject xmlXPathFreeObject__internal_alias macro

Completed in 194 milliseconds