Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A Dxpath.c1036 typedef struct _xmlXPathContextCache xmlXPathContextCache; typedef
1037 typedef xmlXPathContextCache *xmlXPathContextCachePtr;
1448 ret = (xmlXPathContextCachePtr) xmlMalloc(sizeof(xmlXPathContextCache)); in xmlXPathNewCache()
1451 memset(ret, 0 , sizeof(xmlXPathContextCache)); in xmlXPathNewCache()
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dxpath.c1081 typedef struct _xmlXPathContextCache xmlXPathContextCache; typedef
1082 typedef xmlXPathContextCache *xmlXPathContextCachePtr;
1561 ret = (xmlXPathContextCachePtr) xmlMalloc(sizeof(xmlXPathContextCache)); in xmlXPathNewCache()
1564 memset(ret, 0 , sizeof(xmlXPathContextCache)); in xmlXPathNewCache()