Searched refs:xmlDOMWrapCtxt (Results 1 – 2 of 2) sorted by relevance
550 typedef struct _xmlDOMWrapCtxt xmlDOMWrapCtxt; typedef551 typedef xmlDOMWrapCtxt *xmlDOMWrapCtxtPtr;
7784 ret = xmlMalloc(sizeof(xmlDOMWrapCtxt)); in xmlDOMWrapNewCtxt()7789 memset(ret, 0, sizeof(xmlDOMWrapCtxt)); in xmlDOMWrapNewCtxt()