Searched refs:xmlXPathContextCachePtr (Results 1 – 2 of 2) sorted by relevance
1037 typedef xmlXPathContextCache *xmlXPathContextCachePtr; typedef1443 static xmlXPathContextCachePtr1446 xmlXPathContextCachePtr ret; in xmlXPathNewCache()1448 ret = (xmlXPathContextCachePtr) xmlMalloc(sizeof(xmlXPathContextCache)); in xmlXPathNewCache()1477 xmlXPathFreeCache(xmlXPathContextCachePtr cache) in xmlXPathFreeCache()1519 xmlXPathContextCachePtr cache; in xmlXPathContextSetCache()1528 cache = (xmlXPathContextCachePtr) ctxt->cache; in xmlXPathContextSetCache()1536 xmlXPathFreeCache((xmlXPathContextCachePtr) ctxt->cache); in xmlXPathContextSetCache()1561 xmlXPathContextCachePtr cache = in xmlXPathCacheWrapNodeSet()1562 (xmlXPathContextCachePtr) ctxt->cache; in xmlXPathCacheWrapNodeSet()[all …]
1082 typedef xmlXPathContextCache *xmlXPathContextCachePtr; typedef1556 static xmlXPathContextCachePtr1559 xmlXPathContextCachePtr ret; in xmlXPathNewCache()1561 ret = (xmlXPathContextCachePtr) xmlMalloc(sizeof(xmlXPathContextCache)); in xmlXPathNewCache()1590 xmlXPathFreeCache(xmlXPathContextCachePtr cache) in xmlXPathFreeCache()1632 xmlXPathContextCachePtr cache; in xmlXPathContextSetCache()1641 cache = (xmlXPathContextCachePtr) ctxt->cache; in xmlXPathContextSetCache()1649 xmlXPathFreeCache((xmlXPathContextCachePtr) ctxt->cache); in xmlXPathContextSetCache()1674 xmlXPathContextCachePtr cache = in xmlXPathCacheWrapNodeSet()1675 (xmlXPathContextCachePtr) ctxt->cache; in xmlXPathCacheWrapNodeSet()[all …]