Searched refs:xmlRegExecCtxt (Results 1 – 3 of 3) sorted by relevance
36 typedef struct _xmlRegExecCtxt xmlRegExecCtxt; typedef37 typedef xmlRegExecCtxt *xmlRegExecCtxtPtr;
74 <ANCHOR id="xmlRegExecCtxt" href="libxml/libxml-xmlregexp.html#xmlRegExecCtxt">
3195 xmlRegExecCtxt execval; in xmlFARegExec()3518 exec = (xmlRegExecCtxtPtr) xmlMalloc(sizeof(xmlRegExecCtxt)); in xmlRegNewExecCtxt()3523 memset(exec, 0, sizeof(xmlRegExecCtxt)); in xmlRegNewExecCtxt()