Home
last modified time | relevance | path

Searched refs:xmlAutomataStatePtr (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/include/libxml/
Dxmlautomata.h38 typedef xmlAutomataState *xmlAutomataStatePtr; typedef
48 XMLPUBFUN xmlAutomataStatePtr XMLCALL
52 xmlAutomataStatePtr state);
53 XMLPUBFUN xmlAutomataStatePtr XMLCALL
55 XMLPUBFUN xmlAutomataStatePtr XMLCALL
57 xmlAutomataStatePtr from,
58 xmlAutomataStatePtr to,
61 XMLPUBFUN xmlAutomataStatePtr XMLCALL
63 xmlAutomataStatePtr from,
64 xmlAutomataStatePtr to,
[all …]
Dvalid.h105 xmlAutomataStatePtr state; /* used to build the automata */
/external/libxml2/
Dxmlregexp.c5646 xmlAutomataStatePtr
5663 xmlAutomataSetFinalState(xmlAutomataPtr am, xmlAutomataStatePtr state) { in xmlAutomataSetFinalState()
5684 xmlAutomataStatePtr
5685 xmlAutomataNewTransition(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewTransition()
5686 xmlAutomataStatePtr to, const xmlChar *token, in xmlAutomataNewTransition()
5724 xmlAutomataStatePtr
5725 xmlAutomataNewTransition2(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewTransition2()
5726 xmlAutomataStatePtr to, const xmlChar *token, in xmlAutomataNewTransition2()
5784 xmlAutomataStatePtr
5785 xmlAutomataNewNegTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewNegTrans()
[all …]
Drelaxng.c251 xmlAutomataStatePtr state; /* used to build the automata */
3037 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile()
3079 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile()
3126 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile()
3137 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile()
3153 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile()
3172 xmlAutomataStatePtr target = NULL; in xmlRelaxNGCompile()
3173 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile()
3207 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile()
Dxmlschemas.c616 xmlAutomataStatePtr start;
617 xmlAutomataStatePtr end;
618 xmlAutomataStatePtr state;
12535 xmlSchemaParticlePtr particle, int counter, xmlAutomataStatePtr end) in xmlSchemaBuildContentModelForSubstGroup()
12537 xmlAutomataStatePtr start, tmp; in xmlSchemaBuildContentModelForSubstGroup()
12608 xmlAutomataStatePtr hop; in xmlSchemaBuildContentModelForSubstGroup()
12664 xmlAutomataStatePtr start; in xmlSchemaBuildContentModelForElement()
12735 xmlAutomataStatePtr start, end; in xmlSchemaBuildAContentModel()
12780 xmlAutomataStatePtr hop; in xmlSchemaBuildAContentModel()
12844 xmlAutomataStatePtr oldstate = pctxt->state; in xmlSchemaBuildAContentModel()
[all …]
Dvalid.c676 xmlAutomataStatePtr oldstate = ctxt->state; in xmlValidBuildAContentModel()
714 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel()
751 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel()