Searched refs:xmlRegExecCtxt (Results 1 – 2 of 2) sorted by relevance
36 typedef struct _xmlRegExecCtxt xmlRegExecCtxt; typedef37 typedef xmlRegExecCtxt *xmlRegExecCtxtPtr;
3136 xmlRegExecCtxt execval; in xmlFARegExec()3457 exec = (xmlRegExecCtxtPtr) xmlMalloc(sizeof(xmlRegExecCtxt)); in xmlRegNewExecCtxt()3462 memset(exec, 0, sizeof(xmlRegExecCtxt)); in xmlRegNewExecCtxt()