Home
last modified time | relevance | path

Searched refs:xmlXPathFreeObject (Results 1 – 17 of 17) sorted by relevance

/external/libxslt/libxslt/
Dfunctions.c210 xmlXPathFreeObject(resObj); in xsltDocumentFunctionLoadDocument()
279 xmlXPathFreeObject(newobj); in xsltDocumentFunction()
283 xmlXPathFreeObject(obj); in xsltDocumentFunction()
285 xmlXPathFreeObject(obj2); in xsltDocumentFunction()
298 xmlXPathFreeObject(obj2); in xsltDocumentFunction()
338 xmlXPathFreeObject(obj); in xsltDocumentFunction()
340 xmlXPathFreeObject(obj2); in xsltDocumentFunction()
372 xmlXPathFreeObject(obj2); in xsltKeyFunction()
397 xmlXPathFreeObject(newobj); in xsltKeyFunction()
535 xmlXPathFreeObject(obj1); in xsltKeyFunction()
[all …]
Dkeys.c756 xmlXPathFreeObject(useRes); in xsltInitCtxtKey()
858 xmlXPathFreeObject(useRes); in xsltInitCtxtKey()
860 xmlXPathFreeObject(matchRes); in xsltInitCtxtKey()
Dtemplates.c79 xmlXPathFreeObject(res); in xsltEvalXPathPredicate()
148 xmlXPathFreeObject(res); in xsltEvalXPathStringNs()
Dpattern.c568 xmlXPathFreeObject(newlist); in xsltTestCompMatchDirect()
578 xmlXPathFreeObject(list); in xsltTestCompMatchDirect()
588 (xmlFreeFunc) xmlXPathFreeObject; in xsltTestCompMatchDirect()
595 xmlXPathFreeObject(list); in xsltTestCompMatchDirect()
603 xmlXPathFreeObject(list); in xsltTestCompMatchDirect()
610 xmlXPathFreeObject(list); in xsltTestCompMatchDirect()
Dtransform.c4345 xmlXPathFreeObject(res); in xsltCopyOf()
4461 xmlXPathFreeObject(res); in xsltValueOf()
4778 xmlXPathFreeObject(res); in xsltApplyTemplates()
4781 xmlXPathFreeObject(res); in xsltApplyTemplates()
5189 xmlXPathFreeObject(res); in xsltChoose()
5428 xmlXPathFreeObject(xpobj); in xsltIf()
5634 xmlXPathFreeObject(res); in xsltForEach()
6076 xmlXPathFreeObject(vptr->value); in xsltApplyStylesheetInternal()
Dnumbers.c719 xmlXPathFreeObject(obj); in xsltNumberFormatGetValue()
Dvariables.c540 xmlXPathFreeObject(elem->value); in xsltFreeStackElem()
Dxsltutils.c1324 xmlXPathFreeObject(resultsTab[j][i]); in xsltDefaultSortFunction()
/external/libxml2/
Dxpointer.c652 xmlXPathFreeObject(val); in xmlXPtrLocationSetAdd()
775 xmlXPathFreeObject(obj->locTab[i]); in xmlXPtrFreeLocationSet()
930 xmlXPathFreeObject(obj); in xmlXPtrGetChildNo()
936 xmlXPathFreeObject(obj); in xmlXPtrGetChildNo()
1194 xmlXPathFreeObject(obj); in xmlXPtrEvalFullXPtr()
1414 xmlXPathFreeObject(tmp); in xmlXPtrEval()
1423 xmlXPathFreeObject(res); in xmlXPtrEval()
1814 xmlXPathFreeObject(obj); in xmlXPtrStartPointFunction()
1820 xmlXPathFreeObject(obj); in xmlXPtrStartPointFunction()
1841 xmlXPathFreeObject(obj); in xmlXPtrStartPointFunction()
[all …]
Dxpath.c666 xmlXPathFreeObject(op->value4); in xmlXPathFreeCompExpr()
678 xmlXPathFreeObject(op->value4); in xmlXPathFreeCompExpr()
4950 (xmlHashDeallocator)xmlXPathFreeObject)); in xmlXPathRegisterVariableNS()
4953 (xmlHashDeallocator)xmlXPathFreeObject)); in xmlXPathRegisterVariableNS()
5043 xmlHashFree(ctxt->varHash, (xmlHashDeallocator)xmlXPathFreeObject); in xmlXPathRegisteredVariablesCleanup()
5407 xmlXPathFreeObject(xmlXPathObjectPtr obj) { in xmlXPathFreeObject() function
5458 xmlXPathFreeObject(obj); in xmlXPathReleaseObject()
5762 xmlXPathFreeObject(val); in xmlXPathConvertString()
5904 xmlXPathFreeObject(val); in xmlXPathConvertNumber()
6017 xmlXPathFreeObject(val); in xmlXPathConvertBoolean()
[all …]
DdebugXML.c2989 xmlXPathFreeObject(list); in xmlShell()
3073 xmlXPathFreeObject(list); in xmlShell()
3153 xmlXPathFreeObject(list); in xmlShell()
3231 xmlXPathFreeObject(list); in xmlShell()
Dxinclude.c209 xmlXPathFreeObject(ref->xptr); in xmlXIncludeFreeRef()
1677 xmlXPathFreeObject(xptr); in xmlXIncludeLoadDoc()
2173 xmlXPathFreeObject(ctxt->incTab[nr]->xptr); in xmlXIncludeIncludeNode()
Dschematron.c1259 xmlXPathFreeObject(ret); in xmlSchematronGetNode()
1641 xmlXPathFreeObject(ret); in xmlSchematronRunTest()
Delfgcchack.h16106 #undef xmlXPathFreeObject
16107 extern __typeof (xmlXPathFreeObject) xmlXPathFreeObject __attribute((alias("xmlXPathFreeObject__int…
16109 #ifndef xmlXPathFreeObject
16110 extern __typeof (xmlXPathFreeObject) xmlXPathFreeObject__internal_alias __attribute((visibility("hi…
16111 #define xmlXPathFreeObject xmlXPathFreeObject__internal_alias macro
Dxmllint.c2151 xmlXPathFreeObject(res); in doXPathQuery()
/external/libxml2/include/libxml/
Dxpath.h440 xmlXPathFreeObject (xmlXPathObjectPtr obj);
/external/webkit/Source/WebCore/xml/
DXSLTUnicodeSort.cpp314 xmlXPathFreeObject(resultsTab[j][i]); in xsltUnicodeSortFunction()