Searched refs:xmlSchemaParserCtxtPtr (Results 1 – 19 of 19) sorted by relevance
/external/libxml2/include/libxml/ |
D | xmlschemas.h | 113 typedef xmlSchemaParserCtxt *xmlSchemaParserCtxtPtr; typedef 137 XMLPUBFUN xmlSchemaParserCtxtPtr XMLCALL 139 XMLPUBFUN xmlSchemaParserCtxtPtr XMLCALL 142 XMLPUBFUN xmlSchemaParserCtxtPtr XMLCALL 145 xmlSchemaFreeParserCtxt (xmlSchemaParserCtxtPtr ctxt); 147 xmlSchemaSetParserErrors (xmlSchemaParserCtxtPtr ctxt, 152 xmlSchemaSetParserStructuredErrors(xmlSchemaParserCtxtPtr ctxt, 156 xmlSchemaGetParserErrors(xmlSchemaParserCtxtPtr ctxt, 164 xmlSchemaParse (xmlSchemaParserCtxtPtr ctxt);
|
D | xmlschemastypes.h | 68 xmlSchemaParserCtxtPtr ctxt,
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlschemas.rpgle | 132 d xmlSchemaParserCtxtPtr... 157 d like(xmlSchemaParserCtxtPtr) 162 d like(xmlSchemaParserCtxtPtr) 168 d like(xmlSchemaParserCtxtPtr) 173 d ctxt value like(xmlSchemaParserCtxtPtr) 177 d ctxt value like(xmlSchemaParserCtxtPtr) 187 d ctxt value like(xmlSchemaParserCtxtPtr) 194 d ctxt value like(xmlSchemaParserCtxtPtr) 206 d ctxt value like(xmlSchemaParserCtxtPtr)
|
D | xmlschemastypes.rpgle | 94 d ctxt value like(xmlSchemaParserCtxtPtr)
|
/external/libxml2/ |
D | xmlschemas.c | 139 #define PCTXT_CAST (xmlSchemaParserCtxtPtr) 1002 xmlSchemaParserCtxtPtr pctxt; 1077 static int xmlSchemaParseInclude(xmlSchemaParserCtxtPtr ctxt, 1080 static int xmlSchemaParseRedefine(xmlSchemaParserCtxtPtr ctxt, 1089 xmlSchemaParseImport(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, 1093 xmlSchemaParserCtxtPtr ctxt); 1099 xmlSchemaParseModelGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, 1117 xmlSchemaParserCtxtPtr ctxt); 1121 xmlSchemaParseAttributeGroupRef(xmlSchemaParserCtxtPtr pctxt, 1926 xmlSchemaPErrMemory(xmlSchemaParserCtxtPtr ctxt, in xmlSchemaPErrMemory() [all …]
|
D | testSchemas.c | 81 xmlSchemaParserCtxtPtr ctxt; in main()
|
D | runsuite.c | 868 xmlSchemaParserCtxtPtr ctxt; in xstcTestGroup()
|
D | xmllint.c | 3619 xmlSchemaParserCtxtPtr ctxt; in main()
|
D | runtest.c | 3077 xmlSchemaParserCtxtPtr ctxt; in schemasTest()
|
D | testapi.c | 854 static void desret_xmlSchemaParserCtxtPtr(xmlSchemaParserCtxtPtr val) { in desret_xmlSchemaParserCtxtPtr() 34363 static xmlSchemaParserCtxtPtr gen_xmlSchemaParserCtxtPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_… in gen_xmlSchemaParserCtxtPtr() 34366 static void des_xmlSchemaParserCtxtPtr(int no ATTRIBUTE_UNUSED, xmlSchemaParserCtxtPtr val ATTRIBUT… in des_xmlSchemaParserCtxtPtr() 34398 xmlSchemaParserCtxtPtr ctxt; /* a XMl-Schema parser context */ in test_xmlSchemaGetParserErrors() 34541 xmlSchemaParserCtxtPtr ret_val; in test_xmlSchemaNewDocParserCtxt() 34575 xmlSchemaParserCtxtPtr ret_val; in test_xmlSchemaNewMemParserCtxt() 34619 xmlSchemaParserCtxtPtr ret_val; in test_xmlSchemaNewParserCtxt() 35176 xmlSchemaParserCtxtPtr pctxt; /* the schema parser context or NULL */ in test_xmlSchemaCheckFacet()
|
D | xmlreader.c | 4564 xmlSchemaParserCtxtPtr pctxt; in xmlTextReaderSchemaValidateInternal()
|
/external/libxml2/fuzz/ |
D | schema.c | 26 xmlSchemaParserCtxtPtr pctxt; in LLVMFuzzerTestOneInput()
|
D | genSeed.c | 156 xmlSchemaParserCtxtPtr pctxt; in processSchema()
|
/external/libxml2/python/ |
D | libxml_wrap.h | 218 xmlSchemaParserCtxtPtr obj; 272 PyObject * libxml_xmlSchemaParserCtxtPtrWrap(xmlSchemaParserCtxtPtr ctxt);
|
D | types.c | 902 libxml_xmlSchemaParserCtxtPtrWrap(xmlSchemaParserCtxtPtr ctxt) in libxml_xmlSchemaParserCtxtPtrWrap()
|
/external/parameter-framework/upstream/xmlserializer/ |
D | XmlDocSource.cpp | 177 xmlSchemaParserCtxtPtr pParserCtxt = xmlSchemaNewDocParserCtxt(pSchemaDoc); in isInstanceDocumentValid()
|
/external/wpa_supplicant_8/src/utils/ |
D | xml_libxml2.c | 58 xmlSchemaParserCtxtPtr pctx; in xml_validate()
|
/external/libxml2/doc/html/ |
D | index.sgml | 607 <ANCHOR id="xmlSchemaParserCtxtPtr" href="libxml/libxml-xmlschemas.html#xmlSchemaParserCtxtPtr">
|
/external/mesa3d/src/freedreno/rnn/ |
D | rnn.c | 902 xmlSchemaParserCtxtPtr parser = xmlSchemaNewParserCtxt(schema_path); in validate_doc()
|