Home
last modified time | relevance | path

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

/external/libxml2/
Dxpath.c1182 typedef struct _xmlXPathContextCache xmlXPathContextCache; typedef
1183 typedef xmlXPathContextCache *xmlXPathContextCachePtr;
2166 ret = (xmlXPathContextCachePtr) xmlMalloc(sizeof(xmlXPathContextCache)); in xmlXPathNewCache()
2171 memset(ret, 0 , (size_t) sizeof(xmlXPathContextCache)); in xmlXPathNewCache()