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.c5621 xmlAutomataStatePtr
5638 xmlAutomataSetFinalState(xmlAutomataPtr am, xmlAutomataStatePtr state) { in xmlAutomataSetFinalState()
5659 xmlAutomataStatePtr
5660 xmlAutomataNewTransition(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewTransition()
5661 xmlAutomataStatePtr to, const xmlChar *token, in xmlAutomataNewTransition()
5699 xmlAutomataStatePtr
5700 xmlAutomataNewTransition2(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewTransition2()
5701 xmlAutomataStatePtr to, const xmlChar *token, in xmlAutomataNewTransition2()
5759 xmlAutomataStatePtr
5760 xmlAutomataNewNegTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewNegTrans()
[all …]
Drelaxng.c250 xmlAutomataStatePtr state; /* used to build the automata */
3027 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile()
3058 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile()
3099 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile()
3106 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile()
3122 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile()
3141 xmlAutomataStatePtr target = NULL; in xmlRelaxNGCompile()
3142 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile()
3176 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile()
Dxmlschemas.c616 xmlAutomataStatePtr start;
617 xmlAutomataStatePtr end;
618 xmlAutomataStatePtr state;
12517 xmlSchemaParticlePtr particle, int counter, xmlAutomataStatePtr end) in xmlSchemaBuildContentModelForSubstGroup()
12519 xmlAutomataStatePtr start, tmp; in xmlSchemaBuildContentModelForSubstGroup()
12589 xmlAutomataStatePtr hop; in xmlSchemaBuildContentModelForSubstGroup()
12635 xmlAutomataStatePtr start; in xmlSchemaBuildContentModelForElement()
12700 xmlAutomataStatePtr start, end; in xmlSchemaBuildAContentModel()
12745 xmlAutomataStatePtr hop; in xmlSchemaBuildAContentModel()
12804 xmlAutomataStatePtr oldstate = pctxt->state; in xmlSchemaBuildAContentModel()
[all …]
Dvalid.c673 xmlAutomataStatePtr oldstate = ctxt->state; in xmlValidBuildAContentModel()
711 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel()
748 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel()