Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlRegExecCtxtPtr

382     xmlRegExecCtxtPtr elem;     /* the current element regexp */
385 xmlRegExecCtxtPtr *elemTab; /* the stack of regexp runtime */
7795 xmlRelaxNGValidateCompiledCallback(xmlRegExecCtxtPtr exec ATTRIBUTE_UNUSED,
7849 xmlRegExecCtxtPtr exec;
7943 xmlRelaxNGElemPush(xmlRelaxNGValidCtxtPtr ctxt, xmlRegExecCtxtPtr exec)
7947 ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlMalloc(ctxt->elemMax *
7949 (xmlRegExecCtxtPtr));
7957 ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlRealloc(ctxt->elemTab,
7960 (xmlRegExecCtxtPtr));
7979 static xmlRegExecCtxtPtr
7982 xmlRegExecCtxtPtr ret;
8007 xmlRelaxNGValidateProgressiveCallback(xmlRegExecCtxtPtr exec
8168 xmlRegExecCtxtPtr exec;
8280 xmlRegExecCtxtPtr exec;
10708 xmlRegExecCtxtPtr exec;