Lines Matching refs:xmlRegParserCtxtPtr

238 typedef xmlRegParserCtxt *xmlRegParserCtxtPtr;  typedef
356 static void xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top);
378 xmlRegexpErrMemory(xmlRegParserCtxtPtr ctxt, const char *extra) in xmlRegexpErrMemory()
398 xmlRegexpErrCompile(xmlRegParserCtxtPtr ctxt, const char *extra) in xmlRegexpErrCompile()
420 static int xmlFAComputesDeterminism(xmlRegParserCtxtPtr ctxt);
430 xmlRegEpxFromParse(xmlRegParserCtxtPtr ctxt) { in xmlRegEpxFromParse()
684 static xmlRegParserCtxtPtr
686 xmlRegParserCtxtPtr ret; in xmlRegNewParserCtxt()
688 ret = (xmlRegParserCtxtPtr) xmlMalloc(sizeof(xmlRegParserCtxt)); in xmlRegNewParserCtxt()
715 xmlRegNewRange(xmlRegParserCtxtPtr ctxt, in xmlRegNewRange()
756 xmlRegCopyRange(xmlRegParserCtxtPtr ctxt, xmlRegRangePtr range) { in xmlRegCopyRange()
787 xmlRegNewAtom(xmlRegParserCtxtPtr ctxt, xmlRegAtomType type) { in xmlRegNewAtom()
839 xmlRegCopyAtom(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom) { in xmlRegCopyAtom()
876 xmlRegNewState(xmlRegParserCtxtPtr ctxt) { in xmlRegNewState()
915 xmlRegFreeParserCtxt(xmlRegParserCtxtPtr ctxt) { in xmlRegFreeParserCtxt()
1170 xmlRegPrintCtxt(FILE *output, xmlRegParserCtxtPtr ctxt) { in xmlRegPrintCtxt()
1217 xmlRegAtomAddRange(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom, in xmlRegAtomAddRange()
1260 xmlRegGetCounter(xmlRegParserCtxtPtr ctxt) { in xmlRegGetCounter()
1288 xmlRegAtomPush(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom) { in xmlRegAtomPush()
1320 xmlRegStateAddTransTo(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr target, in xmlRegStateAddTransTo()
1348 xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, in xmlRegStateAddTrans()
1427 xmlRegStatePush(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state) { in xmlRegStatePush()
1464 xmlFAGenerateAllTransition(xmlRegParserCtxtPtr ctxt, in xmlFAGenerateAllTransition()
1486 xmlFAGenerateEpsilonTransition(xmlRegParserCtxtPtr ctxt, in xmlFAGenerateEpsilonTransition()
1505 xmlFAGenerateCountedEpsilonTransition(xmlRegParserCtxtPtr ctxt, in xmlFAGenerateCountedEpsilonTransition()
1524 xmlFAGenerateCountedTransition(xmlRegParserCtxtPtr ctxt, in xmlFAGenerateCountedTransition()
1544 xmlFAGenerateTransitions(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, in xmlFAGenerateTransitions()
1776 xmlFAReduceEpsilonTransitions(xmlRegParserCtxtPtr ctxt, int fromnr, in xmlFAReduceEpsilonTransitions()
1865 xmlFAEliminateSimpleEpsilonTransitions(xmlRegParserCtxtPtr ctxt) { in xmlFAEliminateSimpleEpsilonTransitions()
1929 xmlFAEliminateEpsilonTransitions(xmlRegParserCtxtPtr ctxt) { in xmlFAEliminateEpsilonTransitions()
2588 xmlFARecurseDeterminism(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, in xmlFARecurseDeterminism()
2647 xmlFAComputesDeterminism(xmlRegParserCtxtPtr ctxt) { in xmlFAComputesDeterminism()
4602 xmlFAIsChar(xmlRegParserCtxtPtr ctxt) { in xmlFAIsChar()
4632 xmlFAParseCharProp(xmlRegParserCtxtPtr ctxt) { in xmlFAParseCharProp()
4849 xmlFAParseCharClassEsc(xmlRegParserCtxtPtr ctxt) { in xmlFAParseCharClassEsc()
4994 xmlFAParseCharRange(xmlRegParserCtxtPtr ctxt) { in xmlFAParseCharRange()
5086 xmlFAParsePosCharGroup(xmlRegParserCtxtPtr ctxt) { in xmlFAParsePosCharGroup()
5107 xmlFAParseCharGroup(xmlRegParserCtxtPtr ctxt) { in xmlFAParseCharGroup()
5146 xmlFAParseCharClass(xmlRegParserCtxtPtr ctxt) { in xmlFAParseCharClass()
5172 xmlFAParseQuantExact(xmlRegParserCtxtPtr ctxt) { in xmlFAParseQuantExact()
5198 xmlFAParseQuantifier(xmlRegParserCtxtPtr ctxt) { in xmlFAParseQuantifier()
5258 xmlFAParseAtom(xmlRegParserCtxtPtr ctxt) { in xmlFAParseAtom()
5319 xmlFAParsePiece(xmlRegParserCtxtPtr ctxt) { in xmlFAParsePiece()
5344 xmlFAParseBranch(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr to) { in xmlFAParseBranch()
5378 xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top) { in xmlFAParseRegExp()
5468 xmlRegParserCtxtPtr ctxt; in xmlRegexpCompile()