Searched refs:xmlXPathContextCache (Results 1 – 1 of 1) sorted by relevance
1182 typedef struct _xmlXPathContextCache xmlXPathContextCache; typedef1183 typedef xmlXPathContextCache *xmlXPathContextCachePtr;2164 ret = (xmlXPathContextCachePtr) xmlMalloc(sizeof(xmlXPathContextCache)); in xmlXPathNewCache()2169 memset(ret, 0 , (size_t) sizeof(xmlXPathContextCache)); in xmlXPathNewCache()