Home
last modified time | relevance | path

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

/third_party/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 */
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlautomata.in.h67 typedef xmlAutomataState *xmlAutomataStatePtr; typedef
77 XMLPUBFUN xmlAutomataStatePtr XMLCALL
81 xmlAutomataStatePtr state);
82 XMLPUBFUN xmlAutomataStatePtr XMLCALL
84 XMLPUBFUN xmlAutomataStatePtr XMLCALL
86 xmlAutomataStatePtr from,
87 xmlAutomataStatePtr to,
90 XMLPUBFUN xmlAutomataStatePtr XMLCALL
92 xmlAutomataStatePtr from,
93 xmlAutomataStatePtr to,
[all …]
Dxmlregexp.c5704 xmlAutomataStatePtr
5721 xmlAutomataSetFinalState(xmlAutomataPtr am, xmlAutomataStatePtr state) { in xmlAutomataSetFinalState()
5742 xmlAutomataStatePtr
5743 xmlAutomataNewTransition(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewTransition()
5744 xmlAutomataStatePtr to, const xmlChar *token, in xmlAutomataNewTransition()
5780 xmlAutomataStatePtr
5781 xmlAutomataNewTransition2(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewTransition2()
5782 xmlAutomataStatePtr to, const xmlChar *token, in xmlAutomataNewTransition2()
5840 xmlAutomataStatePtr
5841 xmlAutomataNewNegTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewNegTrans()
[all …]
Dvalid.in.h133 xmlAutomataStatePtr state; /* used to build the automata */
Drelaxng.c282 xmlAutomataStatePtr state; /* used to build the automata */
3081 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile()
3123 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile()
3170 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile()
3181 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile()
3197 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile()
3216 xmlAutomataStatePtr target = NULL; in xmlRelaxNGCompile()
3217 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile()
3251 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile()
Dxmlschemas.c653 xmlAutomataStatePtr start;
654 xmlAutomataStatePtr end;
655 xmlAutomataStatePtr state;
12624 xmlSchemaParticlePtr particle, int counter, xmlAutomataStatePtr end) in xmlSchemaBuildContentModelForSubstGroup()
12626 xmlAutomataStatePtr start, tmp; in xmlSchemaBuildContentModelForSubstGroup()
12697 xmlAutomataStatePtr hop; in xmlSchemaBuildContentModelForSubstGroup()
12753 xmlAutomataStatePtr start; in xmlSchemaBuildContentModelForElement()
12824 xmlAutomataStatePtr start, end; in xmlSchemaBuildAContentModel()
12869 xmlAutomataStatePtr hop; in xmlSchemaBuildAContentModel()
12933 xmlAutomataStatePtr oldstate = pctxt->state; in xmlSchemaBuildAContentModel()
[all …]
Dvalid.c705 xmlAutomataStatePtr oldstate = ctxt->state; in xmlValidBuildAContentModel()
743 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel()
780 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel()
/third_party/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
/third_party/libxml2/
Dxmlregexp.c5766 xmlAutomataStatePtr
5783 xmlAutomataSetFinalState(xmlAutomataPtr am, xmlAutomataStatePtr state) { in xmlAutomataSetFinalState()
5804 xmlAutomataStatePtr
5805 xmlAutomataNewTransition(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewTransition()
5806 xmlAutomataStatePtr to, const xmlChar *token, in xmlAutomataNewTransition()
5842 xmlAutomataStatePtr
5843 xmlAutomataNewTransition2(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewTransition2()
5844 xmlAutomataStatePtr to, const xmlChar *token, in xmlAutomataNewTransition2()
5902 xmlAutomataStatePtr
5903 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;
12646 xmlSchemaParticlePtr particle, int counter, xmlAutomataStatePtr end) in xmlSchemaBuildContentModelForSubstGroup()
12648 xmlAutomataStatePtr start, tmp; in xmlSchemaBuildContentModelForSubstGroup()
12719 xmlAutomataStatePtr hop; in xmlSchemaBuildContentModelForSubstGroup()
12775 xmlAutomataStatePtr start; in xmlSchemaBuildContentModelForElement()
12846 xmlAutomataStatePtr start, end; in xmlSchemaBuildAContentModel()
12891 xmlAutomataStatePtr hop; in xmlSchemaBuildAContentModel()
12955 xmlAutomataStatePtr oldstate = pctxt->state; in xmlSchemaBuildAContentModel()
[all …]
Dvalid.c705 xmlAutomataStatePtr oldstate = ctxt->state; in xmlValidBuildAContentModel()
743 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel()
780 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel()
Dtestapi.c29630 static xmlAutomataStatePtr gen_xmlAutomataStatePtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED… in gen_xmlAutomataStatePtr()
29633 static void des_xmlAutomataStatePtr(int no ATTRIBUTE_UNUSED, xmlAutomataStatePtr val ATTRIBUTE_UNUS… in des_xmlAutomataStatePtr()
29647 xmlAutomataStatePtr state; /* a state in this automata */ in test_xmlAutomataSetFinalState()
/third_party/libxml2/doc/html/
Dindex.sgml302 <ANCHOR id="xmlAutomataStatePtr" href="libxml/libxml-xmlautomata.html#xmlAutomataStatePtr">
/third_party/chromium/patch/
D0001-cve.patch131373 -static xmlAutomataStatePtr gen_xmlAutomataStatePtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSE…
131376 -static void des_xmlAutomataStatePtr(int no ATTRIBUTE_UNUSED, xmlAutomataStatePtr val ATTRIBUTE_UNU…