Searched refs:xmlXPathContextCache (Results 1 – 2 of 2) sorted by relevance
1036 typedef struct _xmlXPathContextCache xmlXPathContextCache; typedef1037 typedef xmlXPathContextCache *xmlXPathContextCachePtr;1448 ret = (xmlXPathContextCachePtr) xmlMalloc(sizeof(xmlXPathContextCache)); in xmlXPathNewCache()1451 memset(ret, 0 , sizeof(xmlXPathContextCache)); in xmlXPathNewCache()
1081 typedef struct _xmlXPathContextCache xmlXPathContextCache; typedef1082 typedef xmlXPathContextCache *xmlXPathContextCachePtr;1561 ret = (xmlXPathContextCachePtr) xmlMalloc(sizeof(xmlXPathContextCache)); in xmlXPathNewCache()1564 memset(ret, 0 , sizeof(xmlXPathContextCache)); in xmlXPathNewCache()