Lines Matching refs:xmlRegParserCtxtPtr

227 typedef xmlRegParserCtxt *xmlRegParserCtxtPtr;  typedef
341 static void xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top);
361 xmlRegexpErrMemory(xmlRegParserCtxtPtr ctxt, const char *extra) in xmlRegexpErrMemory()
381 xmlRegexpErrCompile(xmlRegParserCtxtPtr ctxt, const char *extra) in xmlRegexpErrCompile()
403 static int xmlFAComputesDeterminism(xmlRegParserCtxtPtr ctxt);
413 xmlRegEpxFromParse(xmlRegParserCtxtPtr ctxt) { in xmlRegEpxFromParse()
666 static xmlRegParserCtxtPtr
668 xmlRegParserCtxtPtr ret; in xmlRegNewParserCtxt()
670 ret = (xmlRegParserCtxtPtr) xmlMalloc(sizeof(xmlRegParserCtxt)); in xmlRegNewParserCtxt()
697 xmlRegNewRange(xmlRegParserCtxtPtr ctxt, in xmlRegNewRange()
739 xmlRegNewAtom(xmlRegParserCtxtPtr ctxt, xmlRegAtomType type) { in xmlRegNewAtom()
782 xmlRegNewState(xmlRegParserCtxtPtr ctxt) { in xmlRegNewState()
821 xmlRegFreeParserCtxt(xmlRegParserCtxtPtr ctxt) { in xmlRegFreeParserCtxt()
1076 xmlRegPrintCtxt(FILE *output, xmlRegParserCtxtPtr ctxt) { in xmlRegPrintCtxt()
1123 xmlRegAtomAddRange(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom, in xmlRegAtomAddRange()
1166 xmlRegGetCounter(xmlRegParserCtxtPtr ctxt) { in xmlRegGetCounter()
1194 xmlRegAtomPush(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom) { in xmlRegAtomPush()
1226 xmlRegStateAddTransTo(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr target, in xmlRegStateAddTransTo()
1254 xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, in xmlRegStateAddTrans()
1333 xmlRegStatePush(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state) { in xmlRegStatePush()
1370 xmlFAGenerateAllTransition(xmlRegParserCtxtPtr ctxt, in xmlFAGenerateAllTransition()
1392 xmlFAGenerateEpsilonTransition(xmlRegParserCtxtPtr ctxt, in xmlFAGenerateEpsilonTransition()
1411 xmlFAGenerateCountedEpsilonTransition(xmlRegParserCtxtPtr ctxt, in xmlFAGenerateCountedEpsilonTransition()
1430 xmlFAGenerateCountedTransition(xmlRegParserCtxtPtr ctxt, in xmlFAGenerateCountedTransition()
1450 xmlFAGenerateTransitions(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, in xmlFAGenerateTransitions()
1613 xmlFAReduceEpsilonTransitions(xmlRegParserCtxtPtr ctxt, int fromnr, in xmlFAReduceEpsilonTransitions()
1702 xmlFAEliminateSimpleEpsilonTransitions(xmlRegParserCtxtPtr ctxt) { in xmlFAEliminateSimpleEpsilonTransitions()
1775 xmlFAEliminateEpsilonTransitions(xmlRegParserCtxtPtr ctxt) { in xmlFAEliminateEpsilonTransitions()
2407 xmlFARecurseDeterminism(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, in xmlFARecurseDeterminism()
2457 xmlFAComputesDeterminism(xmlRegParserCtxtPtr ctxt) { in xmlFAComputesDeterminism()
4369 xmlFAIsChar(xmlRegParserCtxtPtr ctxt) { in xmlFAIsChar()
4399 xmlFAParseCharProp(xmlRegParserCtxtPtr ctxt) { in xmlFAParseCharProp()
4616 xmlFAParseCharClassEsc(xmlRegParserCtxtPtr ctxt) { in xmlFAParseCharClassEsc()
4743 xmlFAParseCharRef(xmlRegParserCtxtPtr ctxt) { in xmlFAParseCharRef()
4805 xmlFAParseCharRange(xmlRegParserCtxtPtr ctxt) { in xmlFAParseCharRange()
4897 xmlFAParsePosCharGroup(xmlRegParserCtxtPtr ctxt) { in xmlFAParsePosCharGroup()
4918 xmlFAParseCharGroup(xmlRegParserCtxtPtr ctxt) { in xmlFAParseCharGroup()
4957 xmlFAParseCharClass(xmlRegParserCtxtPtr ctxt) { in xmlFAParseCharClass()
4983 xmlFAParseQuantExact(xmlRegParserCtxtPtr ctxt) { in xmlFAParseQuantExact()
5009 xmlFAParseQuantifier(xmlRegParserCtxtPtr ctxt) { in xmlFAParseQuantifier()
5069 xmlFAParseAtom(xmlRegParserCtxtPtr ctxt) { in xmlFAParseAtom()
5123 xmlFAParsePiece(xmlRegParserCtxtPtr ctxt) { in xmlFAParsePiece()
5148 xmlFAParseBranch(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr to) { in xmlFAParseBranch()
5182 xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top) { in xmlFAParseRegExp()
5268 xmlRegParserCtxtPtr ctxt; in xmlRegexpCompile()