Lines Matching refs:xmlRegExecCtxtPtr
385 xmlRegExecCtxtPtr elem; /* the current element regexp */
388 xmlRegExecCtxtPtr *elemTab; /* the stack of regexp runtime */
7959 xmlRelaxNGValidateCompiledCallback(xmlRegExecCtxtPtr exec ATTRIBUTE_UNUSED, in xmlRelaxNGValidateCompiledCallback()
8013 xmlRegExecCtxtPtr exec; in xmlRelaxNGValidateCompiledContent()
8107 xmlRelaxNGElemPush(xmlRelaxNGValidCtxtPtr ctxt, xmlRegExecCtxtPtr exec) in xmlRelaxNGElemPush()
8111 ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlMalloc(ctxt->elemMax * in xmlRelaxNGElemPush()
8113 (xmlRegExecCtxtPtr)); in xmlRelaxNGElemPush()
8121 ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlRealloc(ctxt->elemTab, in xmlRelaxNGElemPush()
8124 (xmlRegExecCtxtPtr)); in xmlRelaxNGElemPush()
8143 static xmlRegExecCtxtPtr
8146 xmlRegExecCtxtPtr ret; in xmlRelaxNGElemPop()
8171 xmlRelaxNGValidateProgressiveCallback(xmlRegExecCtxtPtr exec in xmlRelaxNGValidateProgressiveCallback()
8332 xmlRegExecCtxtPtr exec; in xmlRelaxNGValidatePushElement()
8444 xmlRegExecCtxtPtr exec; in xmlRelaxNGValidatePopElement()
10984 xmlRegExecCtxtPtr exec; in xmlRelaxNGFreeValidCtxt()