Searched refs:xmlExpCtxt (Results 1 – 4 of 4) sorted by relevance
116 typedef struct _xmlExpCtxt xmlExpCtxt; typedef117 typedef xmlExpCtxt *xmlExpCtxtPtr;
145 typedef struct _xmlExpCtxt xmlExpCtxt; typedef146 typedef xmlExpCtxt *xmlExpCtxtPtr;
6404 ret = (xmlExpCtxtPtr) xmlMalloc(sizeof(xmlExpCtxt)); in xmlExpNewCtxt()6407 memset(ret, 0, sizeof(xmlExpCtxt)); in xmlExpNewCtxt()
6466 ret = (xmlExpCtxtPtr) xmlMalloc(sizeof(xmlExpCtxt)); in xmlExpNewCtxt()6469 memset(ret, 0, sizeof(xmlExpCtxt)); in xmlExpNewCtxt()