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);
2680 xmlXPathReleaseObject(ctxt, val); in xmlXPathCacheConvertString()
2740 xmlXPathReleaseObject(ctxt, val); in xmlXPathCacheConvertBoolean()
2764 xmlXPathReleaseObject(ctxt, val); in xmlXPathCacheConvertNumber()
2900 xmlXPathReleaseObject(ctxt->context, obj); in xmlXPathPopBoolean()
2927 xmlXPathReleaseObject(ctxt->context, obj); in xmlXPathPopNumber()
2954 xmlXPathReleaseObject(ctxt->context, obj); in xmlXPathPopString()
2989 xmlXPathReleaseObject(ctxt->context, obj); in xmlXPathPopNodeSet()
3018 xmlXPathReleaseObject(ctxt->context, obj); in xmlXPathPopExternal()
5536 xmlXPathReleaseObject(xmlXPathContextPtr ctxt, xmlXPathObjectPtr obj) in xmlXPathReleaseObject() function
[all …]