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.c5675 xmlAutomataStatePtr
5692 xmlAutomataSetFinalState(xmlAutomataPtr am, xmlAutomataStatePtr state) { in xmlAutomataSetFinalState()
5713 xmlAutomataStatePtr
5714 xmlAutomataNewTransition(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewTransition()
5715 xmlAutomataStatePtr to, const xmlChar *token, in xmlAutomataNewTransition()
5751 xmlAutomataStatePtr
5752 xmlAutomataNewTransition2(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewTransition2()
5753 xmlAutomataStatePtr to, const xmlChar *token, in xmlAutomataNewTransition2()
5811 xmlAutomataStatePtr
5812 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;
12595 xmlSchemaParticlePtr particle, int counter, xmlAutomataStatePtr end) in xmlSchemaBuildContentModelForSubstGroup()
12597 xmlAutomataStatePtr start, tmp; in xmlSchemaBuildContentModelForSubstGroup()
12668 xmlAutomataStatePtr hop; in xmlSchemaBuildContentModelForSubstGroup()
12724 xmlAutomataStatePtr start; in xmlSchemaBuildContentModelForElement()
12795 xmlAutomataStatePtr start, end; in xmlSchemaBuildAContentModel()
12840 xmlAutomataStatePtr hop; in xmlSchemaBuildAContentModel()
12904 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.c29459 static xmlAutomataStatePtr gen_xmlAutomataStatePtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED… in gen_xmlAutomataStatePtr()
29462 static void des_xmlAutomataStatePtr(int no ATTRIBUTE_UNUSED, xmlAutomataStatePtr val ATTRIBUTE_UNUS… in des_xmlAutomataStatePtr()
29644 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">