Searched refs:xmlXPathContextCache (Results 1 – 1 of 1) sorted by relevance
1218 typedef struct _xmlXPathContextCache xmlXPathContextCache; typedef1219 typedef xmlXPathContextCache *xmlXPathContextCachePtr;2198 ret = (xmlXPathContextCachePtr) xmlMalloc(sizeof(xmlXPathContextCache)); in xmlXPathNewCache()2203 memset(ret, 0 , (size_t) sizeof(xmlXPathContextCache)); in xmlXPathNewCache()