Home
last modified time | relevance | path

Searched refs:xmlAutomataStatePtr (Results 1 – 11 of 11) 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/os400/libxmlrpg/
Dxmlautomata.rpgle25 * xmlAutomataStatePtr:
29 d xmlAutomataStatePtr...
43 d like(xmlAutomataStatePtr)
49 d state value like(xmlAutomataStatePtr)
53 d like(xmlAutomataStatePtr)
58 d like(xmlAutomataStatePtr)
60 d from value like(xmlAutomataStatePtr)
61 d to value like(xmlAutomataStatePtr)
67 d like(xmlAutomataStatePtr)
69 d from value like(xmlAutomataStatePtr)
[all …]
Dvalid.rpgle83 d state like(xmlAutomataStatePtr) Automata build state
/external/libxml2/
Dxmlregexp.c5662 xmlAutomataStatePtr
5679 xmlAutomataSetFinalState(xmlAutomataPtr am, xmlAutomataStatePtr state) { in xmlAutomataSetFinalState()
5700 xmlAutomataStatePtr
5701 xmlAutomataNewTransition(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewTransition()
5702 xmlAutomataStatePtr to, const xmlChar *token, in xmlAutomataNewTransition()
5738 xmlAutomataStatePtr
5739 xmlAutomataNewTransition2(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewTransition2()
5740 xmlAutomataStatePtr to, const xmlChar *token, in xmlAutomataNewTransition2()
5798 xmlAutomataStatePtr
5799 xmlAutomataNewNegTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewNegTrans()
[all …]
DtestAutomata.c37 xmlAutomataStatePtr states[1000]; in testRegexpFile()
224 xmlAutomataStatePtr start, cur; in main()
Drelaxng.c252 xmlAutomataStatePtr state; /* used to build the automata */
3035 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile()
3077 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile()
3124 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile()
3135 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile()
3151 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile()
3170 xmlAutomataStatePtr target = NULL; in xmlRelaxNGCompile()
3171 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile()
3205 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile()
Dxmlschemas.c616 xmlAutomataStatePtr start;
617 xmlAutomataStatePtr end;
618 xmlAutomataStatePtr state;
12556 xmlSchemaParticlePtr particle, int counter, xmlAutomataStatePtr end) in xmlSchemaBuildContentModelForSubstGroup()
12558 xmlAutomataStatePtr start, tmp; in xmlSchemaBuildContentModelForSubstGroup()
12629 xmlAutomataStatePtr hop; in xmlSchemaBuildContentModelForSubstGroup()
12685 xmlAutomataStatePtr start; in xmlSchemaBuildContentModelForElement()
12756 xmlAutomataStatePtr start, end; in xmlSchemaBuildAContentModel()
12801 xmlAutomataStatePtr hop; in xmlSchemaBuildAContentModel()
12865 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()
Dtestapi.c29303 static xmlAutomataStatePtr gen_xmlAutomataStatePtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED… in gen_xmlAutomataStatePtr()
29306 static void des_xmlAutomataStatePtr(int no ATTRIBUTE_UNUSED, xmlAutomataStatePtr val ATTRIBUTE_UNUS… in des_xmlAutomataStatePtr()
29488 xmlAutomataStatePtr state; /* a state in this automata */ in test_xmlAutomataSetFinalState()
/external/libxml2/doc/html/
Dindex.sgml302 <ANCHOR id="xmlAutomataStatePtr" href="libxml/libxml-xmlautomata.html#xmlAutomataStatePtr">