Searched refs:xmlExpCtxt (Results 1 – 2 of 2) sorted by relevance
116 typedef struct _xmlExpCtxt xmlExpCtxt; typedef117 typedef xmlExpCtxt *xmlExpCtxtPtr;
6459 ret = (xmlExpCtxtPtr) xmlMalloc(sizeof(xmlExpCtxt)); in xmlExpNewCtxt()6462 memset(ret, 0, sizeof(xmlExpCtxt)); in xmlExpNewCtxt()