/third_party/libxml2/include/libxml/ |
D | xmlautomata.h | 38 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 …]
|
D | valid.h | 105 xmlAutomataStatePtr state; /* used to build the automata */
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xmlautomata.in.h | 67 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 …]
|
D | xmlregexp.c | 5704 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 …]
|
D | valid.in.h | 133 xmlAutomataStatePtr state; /* used to build the automata */
|
D | relaxng.c | 282 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()
|
D | xmlschemas.c | 653 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 …]
|
D | valid.c | 705 xmlAutomataStatePtr oldstate = ctxt->state; in xmlValidBuildAContentModel() 743 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel() 780 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel()
|
/third_party/libxml2/os400/libxmlrpg/ |
D | xmlautomata.rpgle | 26 * 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 …]
|
D | valid.rpgle | 84 d state like(xmlAutomataStatePtr) Automata build state
|
/third_party/libxml2/ |
D | xmlregexp.c | 5766 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 …]
|
D | testAutomata.c | 37 xmlAutomataStatePtr states[1000]; in testRegexpFile() 224 xmlAutomataStatePtr start, cur; in main()
|
D | relaxng.c | 253 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()
|
D | xmlschemas.c | 624 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 …]
|
D | valid.c | 705 xmlAutomataStatePtr oldstate = ctxt->state; in xmlValidBuildAContentModel() 743 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel() 780 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel()
|
D | testapi.c | 29630 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/ |
D | index.sgml | 302 <ANCHOR id="xmlAutomataStatePtr" href="libxml/libxml-xmlautomata.html#xmlAutomataStatePtr">
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 131373 -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…
|