Searched refs:sysid (Results 1 – 11 of 11) sorted by relevance
/external/libxml2/include/libxml/ |
D | xmlwriter.h | 306 const xmlChar * sysid); 316 const xmlChar * sysid, 323 const xmlChar * sysid, 330 const xmlChar * sysid, 435 const xmlChar * sysid, 441 const xmlChar * sysid, 450 sysid, 463 const xmlChar * sysid);
|
/external/libxml2/ |
D | xmlwriter.c | 2824 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterStartDTD() argument 2871 if (sysid == 0) { in xmlTextWriterStartDTD() 2907 if (sysid != 0) { in xmlTextWriterStartDTD() 2936 xmlOutputBufferWriteString(writer->out, (const char *) sysid); in xmlTextWriterStartDTD() 3044 const xmlChar * sysid, const char *format, ...) in xmlTextWriterWriteFormatDTD() argument 3051 rc = xmlTextWriterWriteVFormatDTD(writer, name, pubid, sysid, format, in xmlTextWriterWriteFormatDTD() 3075 const xmlChar * sysid, in xmlTextWriterWriteVFormatDTD() argument 3088 rc = xmlTextWriterWriteDTD(writer, name, pubid, sysid, buf); in xmlTextWriterWriteVFormatDTD() 3110 const xmlChar * sysid, const xmlChar * subset) in xmlTextWriterWriteDTD() argument 3116 count = xmlTextWriterStartDTD(writer, name, pubid, sysid); in xmlTextWriterWriteDTD() [all …]
|
D | catalog.c | 2345 xmlChar *sysid = NULL; in xmlParseSGMLCatalog() local 2412 cur = xmlParseSGMLCatalogPubid(cur, &sysid); in xmlParseSGMLCatalog() 2446 cur = xmlParseSGMLCatalogPubid(cur, &sysid); in xmlParseSGMLCatalog() 2456 cur = xmlParseSGMLCatalogPubid(cur, &sysid); in xmlParseSGMLCatalog() 2468 if (sysid != NULL) in xmlParseSGMLCatalog() 2469 xmlFree(sysid); in xmlParseSGMLCatalog() 2474 base = xmlStrdup(sysid); in xmlParseSGMLCatalog() 2479 filename = xmlBuildURI(sysid, base); in xmlParseSGMLCatalog() 2496 entry = xmlNewCatalogEntry(type, sysid, NULL, NULL, in xmlParseSGMLCatalog() 2498 res = xmlHashAddEntry(catal->sgml, sysid, entry); in xmlParseSGMLCatalog() [all …]
|
/external/stlport/doc/ |
D | build_system.txt | 50 build/Makefiles/nmake/sysid.mak
|
/external/expat/amiga/include/libraries/ |
D | expat.h | 224 const XML_Char *sysid,
|
/external/expat/lib/ |
D | expat.h | 301 const XML_Char *sysid,
|
/external/expat/ |
D | Changes | 163 sysid, pubid, has_internal_subset
|
/external/expat/xmlwf/ |
D | xmlwf.c | 437 const XML_Char *sysid, in metaStartDoctypeDecl() argument
|
/external/expat/tests/ |
D | runtests.c | 93 const XML_Char *sysid, in dummy_start_doctype_handler() argument
|
/external/stlport/etc/ |
D | ChangeLog | 305 * build/Makefiles/gmake/sysid.mak: uname -m on MacOS return 1221 nmake catalog; settings from gmake/windows/sysid.mak should 1222 be present in common gmake/sysid.mak file; gcc 3.3 has bad or
|
D | ChangeLog-5.1 | 2755 * build/Makefiles/gmake/sysid.mak: parse two-token target 3423 * build/Makefiles/gmake/sysid.mak: add underscore in architecture recognition, 3530 * build/Makefiles/gmake/sysid.mak: provide identification hosted platform. 4471 * build/Makefiles/gmake/sysid.mak: treat mwccnlm as cross-compiler, 4784 * build/Makefiles/gmake/sysid.mak, app/gcc.mak, lib/gcc.mak: 6752 * src/explore/Makefiles/gmake/sysid.mak: correctly detect Mingw
|