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.rpgle26 * xmlAutomataStatePtr:
30 d xmlAutomataStatePtr...
44 d like(xmlAutomataStatePtr)
51 d state value like(xmlAutomataStatePtr)
55 d like(xmlAutomataStatePtr)
60 d like(xmlAutomataStatePtr)
62 d from value like(xmlAutomataStatePtr)
63 d to value like(xmlAutomataStatePtr)
69 d like(xmlAutomataStatePtr)
71 d from value like(xmlAutomataStatePtr)
[all …]
Dvalid.rpgle84 d state like(xmlAutomataStatePtr) Automata build state
/external/libxml2/
Dxmlregexp.c5759 xmlAutomataStatePtr
5776 xmlAutomataSetFinalState(xmlAutomataPtr am, xmlAutomataStatePtr state) { in xmlAutomataSetFinalState()
5797 xmlAutomataStatePtr
5798 xmlAutomataNewTransition(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewTransition()
5799 xmlAutomataStatePtr to, const xmlChar *token, in xmlAutomataNewTransition()
5835 xmlAutomataStatePtr
5836 xmlAutomataNewTransition2(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewTransition2()
5837 xmlAutomataStatePtr to, const xmlChar *token, in xmlAutomataNewTransition2()
5895 xmlAutomataStatePtr
5896 xmlAutomataNewNegTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewNegTrans()
[all …]
DtestAutomata.c37 xmlAutomataStatePtr states[1000]; in testRegexpFile()
224 xmlAutomataStatePtr start, cur; in main()
Drelaxng.c253 xmlAutomataStatePtr state; /* used to build the automata */
3052 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile()
3094 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile()
3141 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile()
3152 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile()
3168 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile()
3187 xmlAutomataStatePtr target = NULL; in xmlRelaxNGCompile()
3188 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile()
3222 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile()
Dxmlschemas.c624 xmlAutomataStatePtr start;
625 xmlAutomataStatePtr end;
626 xmlAutomataStatePtr state;
12640 xmlSchemaParticlePtr particle, int counter, xmlAutomataStatePtr end) in xmlSchemaBuildContentModelForSubstGroup()
12642 xmlAutomataStatePtr start, tmp; in xmlSchemaBuildContentModelForSubstGroup()
12713 xmlAutomataStatePtr hop; in xmlSchemaBuildContentModelForSubstGroup()
12769 xmlAutomataStatePtr start; in xmlSchemaBuildContentModelForElement()
12840 xmlAutomataStatePtr start, end; in xmlSchemaBuildAContentModel()
12885 xmlAutomataStatePtr hop; in xmlSchemaBuildAContentModel()
12949 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.c29628 static xmlAutomataStatePtr gen_xmlAutomataStatePtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED… in gen_xmlAutomataStatePtr()
29631 static void des_xmlAutomataStatePtr(int no ATTRIBUTE_UNUSED, xmlAutomataStatePtr val ATTRIBUTE_UNUS… in des_xmlAutomataStatePtr()
29645 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">