Lines Matching refs:xmlXPathContextCachePtr
1183 typedef xmlXPathContextCache *xmlXPathContextCachePtr; typedef
1725 xmlXPathContextCachePtr cache = in xmlXPathDebugObjUsageReset()
1726 (xmlXPathContextCachePtr) ctxt->cache; in xmlXPathDebugObjUsageReset()
1800 xmlXPathContextCachePtr cache = in xmlXPathDebugObjUsageRequested()
1801 (xmlXPathContextCachePtr) ctxt->cache; in xmlXPathDebugObjUsageRequested()
1954 xmlXPathContextCachePtr cache = in xmlXPathDebugObjUsageReleased()
1955 (xmlXPathContextCachePtr) ctxt->cache; in xmlXPathDebugObjUsageReleased()
2058 xmlXPathContextCachePtr cache = in xmlXPathDebugObjUsageDisplay()
2059 (xmlXPathContextCachePtr) ctxt->cache; in xmlXPathDebugObjUsageDisplay()
2159 static xmlXPathContextCachePtr
2162 xmlXPathContextCachePtr ret; in xmlXPathNewCache()
2164 ret = (xmlXPathContextCachePtr) xmlMalloc(sizeof(xmlXPathContextCache)); in xmlXPathNewCache()
2207 xmlXPathFreeCache(xmlXPathContextCachePtr cache) in xmlXPathFreeCache()
2255 xmlXPathContextCachePtr cache; in xmlXPathContextSetCache()
2262 cache = (xmlXPathContextCachePtr) ctxt->cache; in xmlXPathContextSetCache()
2273 xmlXPathFreeCache((xmlXPathContextCachePtr) ctxt->cache); in xmlXPathContextSetCache()
2293 xmlXPathContextCachePtr cache = in xmlXPathCacheWrapNodeSet()
2294 (xmlXPathContextCachePtr) ctxt->cache; in xmlXPathCacheWrapNodeSet()
2330 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; in xmlXPathCacheWrapString()
2382 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; in xmlXPathCacheNewNodeSet()
2451 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; in xmlXPathCacheNewCString()
2500 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; in xmlXPathCacheNewString()
2554 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; in xmlXPathCacheNewBoolean()
2602 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; in xmlXPathCacheNewFloat()
5549 xmlXPathContextCachePtr cache = in xmlXPathReleaseObject()
5550 (xmlXPathContextCachePtr) ctxt->cache; in xmlXPathReleaseObject()
6179 xmlXPathFreeCache((xmlXPathContextCachePtr) ctxt->cache); in xmlXPathFreeContext()