Lines Matching refs:xmlRegExecCtxtPtr
3145 xmlFARegDebugExec(xmlRegExecCtxtPtr exec) { in xmlFARegDebugExec()
3161 xmlFARegExecSave(xmlRegExecCtxtPtr exec) { in xmlFARegExecSave()
3222 xmlFARegExecRollBack(xmlRegExecCtxtPtr exec) { in xmlFARegExecRollBack()
3261 xmlRegExecCtxtPtr exec = &execval; in xmlFARegExec()
3561 static void testerr(xmlRegExecCtxtPtr exec);
3575 xmlRegExecCtxtPtr
3577 xmlRegExecCtxtPtr exec; in xmlRegNewExecCtxt()
3583 exec = (xmlRegExecCtxtPtr) xmlMalloc(sizeof(xmlRegExecCtxt)); in xmlRegNewExecCtxt()
3637 xmlRegFreeExecCtxt(xmlRegExecCtxtPtr exec) { in xmlRegFreeExecCtxt()
3668 xmlFARegExecSaveInputString(xmlRegExecCtxtPtr exec, const xmlChar *value, in xmlFARegExecSaveInputString()
3765 xmlRegCompactPushString(xmlRegExecCtxtPtr exec, in xmlRegCompactPushString()
3848 xmlRegExecPushStringInternal(xmlRegExecCtxtPtr exec, const xmlChar *value, in xmlRegExecPushStringInternal()
4208 xmlRegExecPushString(xmlRegExecCtxtPtr exec, const xmlChar *value, in xmlRegExecPushString()
4226 xmlRegExecPushString2(xmlRegExecCtxtPtr exec, const xmlChar *value, in xmlRegExecPushString2()
4284 xmlRegExecGetValues(xmlRegExecCtxtPtr exec, int err, in xmlRegExecGetValues()
4447 xmlRegExecNextValues(xmlRegExecCtxtPtr exec, int *nbval, int *nbneg, in xmlRegExecNextValues()
4472 xmlRegExecErrInfo(xmlRegExecCtxtPtr exec, const xmlChar **string, in xmlRegExecErrInfo()
4486 static void testerr(xmlRegExecCtxtPtr exec) { in testerr()
4498 xmlRegExecPushChar(xmlRegExecCtxtPtr exec, int UCS) {