• Home
  • Raw
  • Download

Lines Matching defs:ctxt

368 xmlRegexpErrMemory(xmlRegParserCtxtPtr ctxt, const char *extra)  in xmlRegexpErrMemory()
388 xmlRegexpErrCompile(xmlRegParserCtxtPtr ctxt, const char *extra) in xmlRegexpErrCompile()
420 xmlRegEpxFromParse(xmlRegParserCtxtPtr ctxt) { in xmlRegEpxFromParse()
704 xmlRegNewRange(xmlRegParserCtxtPtr ctxt, in xmlRegNewRange()
745 xmlRegCopyRange(xmlRegParserCtxtPtr ctxt, xmlRegRangePtr range) { in xmlRegCopyRange()
776 xmlRegNewAtom(xmlRegParserCtxtPtr ctxt, xmlRegAtomType type) { in xmlRegNewAtom()
828 xmlRegCopyAtom(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom) { in xmlRegCopyAtom()
865 xmlRegNewState(xmlRegParserCtxtPtr ctxt) { in xmlRegNewState()
904 xmlRegFreeParserCtxt(xmlRegParserCtxtPtr ctxt) { in xmlRegFreeParserCtxt()
1159 xmlRegPrintCtxt(FILE *output, xmlRegParserCtxtPtr ctxt) { in xmlRegPrintCtxt()
1206 xmlRegAtomAddRange(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom, in xmlRegAtomAddRange()
1249 xmlRegGetCounter(xmlRegParserCtxtPtr ctxt) { in xmlRegGetCounter()
1277 xmlRegAtomPush(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom) { in xmlRegAtomPush()
1309 xmlRegStateAddTransTo(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr target, in xmlRegStateAddTransTo()
1337 xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, in xmlRegStateAddTrans()
1416 xmlRegStatePush(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state) { in xmlRegStatePush()
1453 xmlFAGenerateAllTransition(xmlRegParserCtxtPtr ctxt, in xmlFAGenerateAllTransition()
1475 xmlFAGenerateEpsilonTransition(xmlRegParserCtxtPtr ctxt, in xmlFAGenerateEpsilonTransition()
1494 xmlFAGenerateCountedEpsilonTransition(xmlRegParserCtxtPtr ctxt, in xmlFAGenerateCountedEpsilonTransition()
1513 xmlFAGenerateCountedTransition(xmlRegParserCtxtPtr ctxt, in xmlFAGenerateCountedTransition()
1533 xmlFAGenerateTransitions(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, in xmlFAGenerateTransitions()
1755 xmlFAReduceEpsilonTransitions(xmlRegParserCtxtPtr ctxt, int fromnr, in xmlFAReduceEpsilonTransitions()
1844 xmlFAEliminateSimpleEpsilonTransitions(xmlRegParserCtxtPtr ctxt) { in xmlFAEliminateSimpleEpsilonTransitions()
1908 xmlFAEliminateEpsilonTransitions(xmlRegParserCtxtPtr ctxt) { in xmlFAEliminateEpsilonTransitions()
2558 xmlFARecurseDeterminism(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, in xmlFARecurseDeterminism()
2608 xmlFAComputesDeterminism(xmlRegParserCtxtPtr ctxt) { in xmlFAComputesDeterminism()
4540 xmlFAIsChar(xmlRegParserCtxtPtr ctxt) { in xmlFAIsChar()
4570 xmlFAParseCharProp(xmlRegParserCtxtPtr ctxt) { in xmlFAParseCharProp()
4787 xmlFAParseCharClassEsc(xmlRegParserCtxtPtr ctxt) { in xmlFAParseCharClassEsc()
4920 xmlFAParseCharRange(xmlRegParserCtxtPtr ctxt) { in xmlFAParseCharRange()
5011 xmlFAParsePosCharGroup(xmlRegParserCtxtPtr ctxt) { in xmlFAParsePosCharGroup()
5032 xmlFAParseCharGroup(xmlRegParserCtxtPtr ctxt) { in xmlFAParseCharGroup()
5071 xmlFAParseCharClass(xmlRegParserCtxtPtr ctxt) { in xmlFAParseCharClass()
5097 xmlFAParseQuantExact(xmlRegParserCtxtPtr ctxt) { in xmlFAParseQuantExact()
5123 xmlFAParseQuantifier(xmlRegParserCtxtPtr ctxt) { in xmlFAParseQuantifier()
5183 xmlFAParseAtom(xmlRegParserCtxtPtr ctxt) { in xmlFAParseAtom()
5244 xmlFAParsePiece(xmlRegParserCtxtPtr ctxt) { in xmlFAParsePiece()
5269 xmlFAParseBranch(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr to) { in xmlFAParseBranch()
5303 xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top) { in xmlFAParseRegExp()
5389 xmlRegParserCtxtPtr ctxt; in xmlRegexpCompile() local
5535 xmlAutomataPtr ctxt; in xmlNewAutomata() local
6313 xmlExpFreeCtxt(xmlExpCtxtPtr ctxt) { in xmlExpFreeCtxt()
6446 xmlExpNewNode(xmlExpCtxtPtr ctxt, xmlExpNodeType type) { in xmlExpNewNode()
6473 xmlExpHashGetEntry(xmlExpCtxtPtr ctxt, xmlExpNodeType type, in xmlExpHashGetEntry()
6707 xmlExpFree(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp) { in xmlExpFree()
6765 xmlExpNewAtom(xmlExpCtxtPtr ctxt, const xmlChar *name, int len) { in xmlExpNewAtom()
6788 xmlExpNewOr(xmlExpCtxtPtr ctxt, xmlExpNodePtr left, xmlExpNodePtr right) { in xmlExpNewOr()
6813 xmlExpNewSeq(xmlExpCtxtPtr ctxt, xmlExpNodePtr left, xmlExpNodePtr right) { in xmlExpNewSeq()
6839 xmlExpNewRange(xmlExpCtxtPtr ctxt, xmlExpNodePtr subset, int min, int max) { in xmlExpNewRange()
6858 xmlExpGetLanguageInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, in xmlExpGetLanguageInt()
6903 xmlExpGetLanguage(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, in xmlExpGetLanguage()
6911 xmlExpGetStartInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, in xmlExpGetStartInt()
6971 xmlExpGetStart(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, in xmlExpGetStart()
6994 xmlExpStringDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar *str) in xmlExpStringDeriveInt()
7116 xmlExpStringDerive(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, in xmlExpStringDerive()
7169 xmlExpDivide(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub, in xmlExpDivide()
7230 xmlExpExpDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) { in xmlExpExpDeriveInt()
7684 xmlExpExpDerive(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) { in xmlExpExpDerive()
7718 xmlExpSubsume(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) { in xmlExpSubsume()
7779 xmlExpParseNumber(xmlExpCtxtPtr ctxt) { in xmlExpParseNumber()
7797 xmlExpParseOr(xmlExpCtxtPtr ctxt) { in xmlExpParseOr()
7874 xmlExpParseSeq(xmlExpCtxtPtr ctxt) { in xmlExpParseSeq()
7894 xmlExpParseExpr(xmlExpCtxtPtr ctxt) { in xmlExpParseExpr()
7931 xmlExpParse(xmlExpCtxtPtr ctxt, const char *expr) { in xmlExpParse()
8060 xmlExpCtxtNbNodes(xmlExpCtxtPtr ctxt) { in xmlExpCtxtNbNodes()
8075 xmlExpCtxtNbCons(xmlExpCtxtPtr ctxt) { in xmlExpCtxtNbCons()