/external/libxml2/ |
D | entities.c | 121 if ((entity->SystemID != NULL) && in xmlFreeEntity() 122 (!xmlDictOwns(dict, entity->SystemID))) in xmlFreeEntity() 123 xmlFree((char *) entity->SystemID); in xmlFreeEntity() 136 if (entity->SystemID != NULL) in xmlFreeEntity() 137 xmlFree((char *) entity->SystemID); in xmlFreeEntity() 155 const xmlChar *ExternalID, const xmlChar *SystemID, in xmlCreateEntity() argument 176 if (SystemID != NULL) in xmlCreateEntity() 177 ret->SystemID = xmlStrdup(SystemID); in xmlCreateEntity() 182 if (SystemID != NULL) in xmlCreateEntity() 183 ret->SystemID = xmlDictLookup(dict, SystemID, -1); in xmlCreateEntity() [all …]
|
D | testSAX.c | 309 const xmlChar *ExternalID, const xmlChar *SystemID) in internalSubsetDebug() argument 319 if (SystemID == NULL) in internalSubsetDebug() 322 fprintf(stdout, " %s)\n", SystemID); in internalSubsetDebug() 333 const xmlChar *ExternalID, const xmlChar *SystemID) in externalSubsetDebug() argument 343 if (SystemID == NULL) in externalSubsetDebug() 346 fprintf(stdout, " %s)\n", SystemID); in externalSubsetDebug()
|
D | legacy.c | 879 const xmlChar * ExternalID, const xmlChar * SystemID) in internalSubset() argument 882 xmlSAX2InternalSubset(ctx, name, ExternalID, SystemID); in internalSubset() 897 const xmlChar * ExternalID, const xmlChar * SystemID) in externalSubset() argument 900 xmlSAX2ExternalSubset(ctx, name, ExternalID, SystemID); in externalSubset()
|
D | HTMLtree.c | 656 if (cur->SystemID != NULL) { in htmlDtdDumpOutput() 658 xmlBufWriteQuotedString(buf->buffer, cur->SystemID); in htmlDtdDumpOutput() 660 } else if (cur->SystemID != NULL && in htmlDtdDumpOutput() 661 xmlStrcmp(cur->SystemID, BAD_CAST "about:legacy-compat")) { in htmlDtdDumpOutput() 663 xmlBufWriteQuotedString(buf->buffer, cur->SystemID); in htmlDtdDumpOutput()
|
D | testHTML.c | 150 const xmlChar *ExternalID, const xmlChar *SystemID) in internalSubsetDebug() argument 157 if (SystemID == NULL) in internalSubsetDebug() 160 fprintf(stdout, " %s)\n", SystemID); in internalSubsetDebug()
|
D | valid.c | 2389 if (nota->SystemID != NULL) in xmlFreeNotation() 2390 xmlFree((xmlChar *) nota->SystemID); in xmlFreeNotation() 2410 const xmlChar *PublicID, const xmlChar *SystemID) { in xmlAddNotationDecl() argument 2420 if ((PublicID == NULL) && (SystemID == NULL)) { in xmlAddNotationDecl() 2452 if (SystemID != NULL) in xmlAddNotationDecl() 2453 ret->SystemID = xmlStrdup(SystemID); in xmlAddNotationDecl() 2516 if (nota->SystemID != NULL) in xmlCopyNotation() 2517 cur->SystemID = xmlStrdup(nota->SystemID); in xmlCopyNotation() 2519 cur->SystemID = NULL; in xmlCopyNotation() 2554 if (nota->SystemID != NULL) { in xmlDumpNotationDecl() [all …]
|
D | SAX2.c | 355 const xmlChar *ExternalID, const xmlChar *SystemID) in xmlSAX2InternalSubset() argument 363 name, ExternalID, SystemID); in xmlSAX2InternalSubset() 377 xmlCreateIntSubset(ctxt->myDoc, name, ExternalID, SystemID); in xmlSAX2InternalSubset() 393 const xmlChar *ExternalID, const xmlChar *SystemID) in xmlSAX2ExternalSubset() argument 400 name, ExternalID, SystemID); in xmlSAX2ExternalSubset() 402 if (((ExternalID != NULL) || (SystemID != NULL)) && in xmlSAX2ExternalSubset() 422 SystemID); in xmlSAX2ExternalSubset() 427 xmlNewDtd(ctxt->myDoc, name, ExternalID, SystemID); in xmlSAX2ExternalSubset() 466 input->filename = (char *) xmlCanonicPath(SystemID); in xmlSAX2ExternalSubset() 476 xmlParseExternalSubset(ctxt, ExternalID, SystemID); in xmlSAX2ExternalSubset()
|
D | debugXML.c | 469 if (dtd->SystemID != NULL) in xmlCtxtDumpDtdNode() 470 fprintf(ctxt->output, ", SYSTEM %s", (char *) dtd->SystemID); in xmlCtxtDumpDtdNode() 693 if (ent->SystemID) { in xmlCtxtDumpEntityDecl() 696 (char *) ent->SystemID); in xmlCtxtDumpEntityDecl() 798 if (ent->SystemID) { in xmlCtxtDumpEntity() 800 fprintf(ctxt->output, "SystemID=%s\n", (char *) ent->SystemID); in xmlCtxtDumpEntity() 1266 if (cur->SystemID != NULL) in xmlCtxtDumpEntityCallback() 1267 fprintf(ctxt->output, "SYSTEM \"%s\"", (char *) cur->SystemID); in xmlCtxtDumpEntityCallback()
|
D | xinclude.c | 1303 ent->SystemID, ent->content); in xmlXIncludeMergeEntity() 1313 if ((ent->SystemID != NULL) && (prev->SystemID != NULL)) { in xmlXIncludeMergeEntity() 1314 if (!xmlStrEqual(ent->SystemID, prev->SystemID)) in xmlXIncludeMergeEntity() 1399 (!xmlStrEqual(target->SystemID, source->SystemID))) { in xmlXIncludeMergeEntities()
|
D | xmlsave.c | 720 xmlBufWriteQuotedString(buf->buffer, dtd->SystemID); in xmlDtdDumpOutput() 721 } else if (dtd->SystemID != NULL) { in xmlDtdDumpOutput() 723 xmlBufWriteQuotedString(buf->buffer, dtd->SystemID); in xmlDtdDumpOutput() 1219 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID); in xmlDocContentDumpOutput() 2323 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID); in xmlNodeDumpOutput()
|
D | xmllint.c | 944 const xmlChar *ExternalID, const xmlChar *SystemID) in internalSubsetDebug() argument 954 if (SystemID == NULL) in internalSubsetDebug() 957 fprintf(stdout, " %s)\n", SystemID); in internalSubsetDebug() 968 const xmlChar *ExternalID, const xmlChar *SystemID) in externalSubsetDebug() argument 978 if (SystemID == NULL) in externalSubsetDebug() 981 fprintf(stdout, " %s)\n", SystemID); in externalSubsetDebug()
|
D | testlimits.c | 752 const xmlChar * SystemID ATTRIBUTE_UNUSED) in internalSubsetCallback() 768 const xmlChar * SystemID ATTRIBUTE_UNUSED) in externalSubsetCallback()
|
D | runtest.c | 879 const xmlChar *ExternalID, const xmlChar *SystemID) in internalSubsetDebug() argument 891 if (SystemID == NULL) in internalSubsetDebug() 894 fprintf(SAXdebug, " %s)\n", SystemID); in internalSubsetDebug() 905 const xmlChar *ExternalID, const xmlChar *SystemID) in externalSubsetDebug() argument 915 if (SystemID == NULL) in externalSubsetDebug() 918 fprintf(SAXdebug, " %s)\n", SystemID); in externalSubsetDebug()
|
D | tree.c | 877 const xmlChar *ExternalID, const xmlChar *SystemID) { in xmlNewDtd() argument 905 if (SystemID != NULL) in xmlNewDtd() 906 cur->SystemID = xmlStrdup(SystemID); in xmlNewDtd() 951 const xmlChar *ExternalID, const xmlChar *SystemID) { in xmlCreateIntSubset() argument 993 if (SystemID != NULL) { in xmlCreateIntSubset() 994 cur->SystemID = xmlStrdup(SystemID); in xmlCreateIntSubset() 995 if (cur->SystemID == NULL) { in xmlCreateIntSubset() 1135 DICT_FREE(cur->SystemID) in xmlFreeDtd() 3800 DICT_FREE(ent->SystemID); in xmlFreeNode() 4483 ret = xmlNewDtd(NULL, dtd->name, dtd->ExternalID, dtd->SystemID); in xmlCopyDtd()
|
/external/libxml2/include/libxml/ |
D | entities.h | 54 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC Entity */ member 87 const xmlChar *SystemID, 94 const xmlChar *SystemID, 101 const xmlChar *SystemID,
|
D | SAX.h | 50 const xmlChar *SystemID); 55 const xmlChar *SystemID);
|
D | SAX2.h | 48 const xmlChar *SystemID); 53 const xmlChar *SystemID);
|
D | parser.h | 367 const xmlChar *SystemID); 380 const xmlChar *SystemID); 927 const xmlChar *SystemID); 930 const xmlChar *SystemID);
|
D | tree.h | 197 const xmlChar *SystemID; /* System identifier, if any */ member 423 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC DTD */ member 755 const xmlChar *SystemID); 760 const xmlChar *SystemID);
|
D | valid.h | 158 const xmlChar *SystemID);
|
D | parserInternals.h | 495 const xmlChar *SystemID);
|
/external/libxml2/os400/libxmlrpg/ |
D | entities.rpgle | 78 d SystemID * value options(*string) const xmlChar * 88 d SystemID * value options(*string) const xmlChar * 98 d SystemID * value options(*string) const xmlChar *
|
D | SAX.rpgle | 56 d SystemID * value options(*string) const xmlChar * 62 d SystemID * value options(*string) const xmlChar *
|
D | SAX2.rpgle | 60 d SystemID * value options(*string) const xmlChar * 67 d SystemID * value options(*string) const xmlChar *
|
D | parser.rpgle | 369 * @SystemID: the SYSTEM ID (e.g. filename or URL) 381 * @SystemID: the SYSTEM ID (e.g. filename or URL) 997 d SystemID * value options(*string) const xmlChar * 1002 d SystemID * value options(*string) const xmlChar *
|