Home
last modified time | relevance | path

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

/external/libxml2/
Dxpath.c955 xmlXPathReleaseObject(xmlXPathContextPtr ctxt, xmlXPathObjectPtr obj);
2682 xmlXPathReleaseObject(ctxt, val); in xmlXPathCacheConvertString()
2742 xmlXPathReleaseObject(ctxt, val); in xmlXPathCacheConvertBoolean()
2766 xmlXPathReleaseObject(ctxt, val); in xmlXPathCacheConvertNumber()
2902 xmlXPathReleaseObject(ctxt->context, obj); in xmlXPathPopBoolean()
2929 xmlXPathReleaseObject(ctxt->context, obj); in xmlXPathPopNumber()
2956 xmlXPathReleaseObject(ctxt->context, obj); in xmlXPathPopString()
2991 xmlXPathReleaseObject(ctxt->context, obj); in xmlXPathPopNodeSet()
3020 xmlXPathReleaseObject(ctxt->context, obj); in xmlXPathPopExternal()
5538 xmlXPathReleaseObject(xmlXPathContextPtr ctxt, xmlXPathObjectPtr obj) in xmlXPathReleaseObject() function
[all …]