Searched refs:xmlXPathContext (Results 1 – 2 of 2) sorted by relevance
39 typedef struct _xmlXPathContext xmlXPathContext; typedef40 typedef xmlXPathContext *xmlXPathContextPtr;
6039 ret = (xmlXPathContextPtr) xmlMalloc(sizeof(xmlXPathContext)); in xmlXPathNewContext()6044 memset(ret, 0 , (size_t) sizeof(xmlXPathContext)); in xmlXPathNewContext()