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

/vbox/src/libs/libxml2-2.6.31/
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 75 milliseconds