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

/external/chromium_org/third_party/libxml/src/
H A Dxpath.c665 xmlXPathFreeObject(op->value4);
677 xmlXPathFreeObject(op->value4);
4331 * the list contrary to xmlXPathFreeObject().
4906 (xmlHashDeallocator)xmlXPathFreeObject));
4909 (xmlHashDeallocator)xmlXPathFreeObject));
4999 xmlHashFree(ctxt->varHash, (xmlHashDeallocator)xmlXPathFreeObject);
5357 * xmlXPathFreeObject:
5363 xmlXPathFreeObject(xmlXPathObjectPtr obj) { function
5414 xmlXPathFreeObject(obj);
5718 xmlXPathFreeObject(va
[all...]
H A Delfgcchack.h16106 #undef xmlXPathFreeObject macro
16107 extern __typeof (xmlXPathFreeObject) xmlXPathFreeObject __attribute((alias("xmlXPathFreeObject__internal_alias")));
16109 #ifndef xmlXPathFreeObject
16110 extern __typeof (xmlXPathFreeObject) xmlXPathFreeObject__internal_alias __attribute((visibility("hidden")));
16111 #define xmlXPathFreeObject xmlXPathFreeObject__internal_alias macro
/external/libxml2/
H A Dxpath.c743 xmlXPathFreeObject(op->value4);
755 xmlXPathFreeObject(op->value4);
4438 * the list contrary to xmlXPathFreeObject().
5020 (xmlHashDeallocator)xmlXPathFreeObject));
5023 (xmlHashDeallocator)xmlXPathFreeObject));
5113 xmlHashFree(ctxt->varHash, (xmlHashDeallocator)xmlXPathFreeObject);
5471 * xmlXPathFreeObject:
5477 xmlXPathFreeObject(xmlXPathObjectPtr obj) { function
5528 xmlXPathFreeObject(obj);
5832 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 2651 milliseconds