Searched refs:xmlSchemaNewParserCtxt (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlschemas.h120 xmlSchemaNewParserCtxt (const char *URL);
/external/chromium_org/third_party/libxml/src/
H A DtestSchemas.c109 ctxt = xmlSchemaNewParserCtxt(argv[i]);
H A Drunsuite.c930 ctxt = xmlSchemaNewParserCtxt((const char *) path);
966 ctxt = xmlSchemaNewParserCtxt((const char *) path);
H A Druntest.c3001 ctxt = xmlSchemaNewParserCtxt(filename);
H A Dxmllint.c3548 ctxt = xmlSchemaNewParserCtxt(schema);
H A Delfgcchack.h9746 #undef xmlSchemaNewParserCtxt macro
9747 extern __typeof (xmlSchemaNewParserCtxt) xmlSchemaNewParserCtxt __attribute((alias("xmlSchemaNewParserCtxt__internal_alias")));
9749 #ifndef xmlSchemaNewParserCtxt
9750 extern __typeof (xmlSchemaNewParserCtxt) xmlSchemaNewParserCtxt__internal_alias __attribute((visibility("hidden")));
9751 #define xmlSchemaNewParserCtxt xmlSchemaNewParserCtxt__internal_alias macro
H A Dxmlreader.c4344 pctxt = xmlSchemaNewParserCtxt(xsd);
H A Dxmlschemas.c9974 vctxt->pctxt = xmlSchemaNewParserCtxt("*");
12418 * xmlSchemaNewParserCtxt:
12427 xmlSchemaNewParserCtxt(const char *URL) function
18661 pctxt = xmlSchemaNewParserCtxt("*");
H A Dtestapi.c34170 ret_val = xmlSchemaNewParserCtxt((const char *)URL);
34176 printf("Leak of %d blocks found in xmlSchemaNewParserCtxt",
[all...]
/external/libxml2/include/libxml/
H A Dxmlschemas.h138 xmlSchemaNewParserCtxt (const char *URL);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dxml_libxml2.c79 pctx = xmlSchemaNewParserCtxt(xml_schema_fname);
/external/wpa_supplicant_8/src/utils/
H A Dxml_libxml2.c79 pctx = xmlSchemaNewParserCtxt(xml_schema_fname);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dxml_libxml2.c79 pctx = xmlSchemaNewParserCtxt(xml_schema_fname);
/external/libxml2/
H A Dxmllint.c3597 ctxt = xmlSchemaNewParserCtxt(schema);
H A Delfgcchack.h9872 #undef xmlSchemaNewParserCtxt macro
9873 extern __typeof (xmlSchemaNewParserCtxt) xmlSchemaNewParserCtxt __attribute((alias("xmlSchemaNewParserCtxt__internal_alias")));
9875 #ifndef xmlSchemaNewParserCtxt
9876 extern __typeof (xmlSchemaNewParserCtxt) xmlSchemaNewParserCtxt__internal_alias __attribute((visibility("hidden")));
9877 #define xmlSchemaNewParserCtxt xmlSchemaNewParserCtxt__internal_alias macro
H A Dxmlreader.c4454 pctxt = xmlSchemaNewParserCtxt(xsd);
H A Dxmlschemas.c9993 vctxt->pctxt = xmlSchemaNewParserCtxt("*");
12437 * xmlSchemaNewParserCtxt:
12446 xmlSchemaNewParserCtxt(const char *URL) function
18690 pctxt = xmlSchemaNewParserCtxt("*");

Completed in 1664 milliseconds