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

/external/libxml2/
H A Dxpath.c820 typedef struct _xmlXPathContextCache xmlXPathContextCache; typedef in typeref:struct:_xmlXPathContextCache
821 typedef xmlXPathContextCache *xmlXPathContextCachePtr;
1796 ret = (xmlXPathContextCachePtr) xmlMalloc(sizeof(xmlXPathContextCache));
1801 memset(ret, 0 , (size_t) sizeof(xmlXPathContextCache));

Completed in 35 milliseconds