Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A Dxpath.c1037 typedef xmlXPathContextCache *xmlXPathContextCachePtr; typedef
1443 static xmlXPathContextCachePtr
1446 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 …]
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dxpath.c1082 typedef xmlXPathContextCache *xmlXPathContextCachePtr; typedef
1556 static xmlXPathContextCachePtr
1559 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 …]