xmlXPathContextCache  819 third_party/libxml/src/xpath.c typedef struct _xmlXPathContextCache xmlXPathContextCache;
xmlXPathContextCache  820 third_party/libxml/src/xpath.c typedef xmlXPathContextCache *xmlXPathContextCachePtr;
xmlXPathContextCache 1795 third_party/libxml/src/xpath.c     ret = (xmlXPathContextCachePtr) xmlMalloc(sizeof(xmlXPathContextCache));
xmlXPathContextCache 1800 third_party/libxml/src/xpath.c     memset(ret, 0 , (size_t) sizeof(xmlXPathContextCache));