/external/libxml2/ |
D | entities.c | 116 if ((entity->SystemID != NULL) && in xmlFreeEntity() 117 (!xmlDictOwns(dict, entity->SystemID))) in xmlFreeEntity() 118 xmlFree((char *) entity->SystemID); in xmlFreeEntity() 131 if (entity->SystemID != NULL) in xmlFreeEntity() 132 xmlFree((char *) entity->SystemID); in xmlFreeEntity() 150 const xmlChar *ExternalID, const xmlChar *SystemID, in xmlCreateEntity() argument 171 if (SystemID != NULL) in xmlCreateEntity() 172 ret->SystemID = xmlStrdup(SystemID); in xmlCreateEntity() 177 if (SystemID != NULL) in xmlCreateEntity() 178 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 | 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 | 2328 if (nota->SystemID != NULL) in xmlFreeNotation() 2329 xmlFree((xmlChar *) nota->SystemID); in xmlFreeNotation() 2349 const xmlChar *PublicID, const xmlChar *SystemID) { in xmlAddNotationDecl() argument 2359 if ((PublicID == NULL) && (SystemID == NULL)) { in xmlAddNotationDecl() 2391 if (SystemID != NULL) in xmlAddNotationDecl() 2392 ret->SystemID = xmlStrdup(SystemID); in xmlAddNotationDecl() 2449 if (nota->SystemID != NULL) in xmlCopyNotation() 2450 cur->SystemID = xmlStrdup(nota->SystemID); in xmlCopyNotation() 2452 cur->SystemID = NULL; in xmlCopyNotation() 2488 if (nota->SystemID != NULL) { in xmlDumpNotationDecl() [all …]
|
D | SAX2.c | 354 const xmlChar *ExternalID, const xmlChar *SystemID) in xmlSAX2InternalSubset() argument 362 name, ExternalID, SystemID); in xmlSAX2InternalSubset() 376 xmlCreateIntSubset(ctxt->myDoc, name, ExternalID, SystemID); in xmlSAX2InternalSubset() 392 const xmlChar *ExternalID, const xmlChar *SystemID) in xmlSAX2ExternalSubset() argument 399 name, ExternalID, SystemID); in xmlSAX2ExternalSubset() 401 if (((ExternalID != NULL) || (SystemID != NULL)) && in xmlSAX2ExternalSubset() 421 SystemID); in xmlSAX2ExternalSubset() 426 xmlNewDtd(ctxt->myDoc, name, ExternalID, SystemID); in xmlSAX2ExternalSubset() 465 input->filename = (char *) xmlCanonicPath(SystemID); in xmlSAX2ExternalSubset() 475 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() 1263 if (cur->SystemID != NULL) in xmlCtxtDumpEntityCallback() 1264 fprintf(ctxt->output, "SYSTEM \"%s\"", (char *) cur->SystemID); in xmlCtxtDumpEntityCallback()
|
D | xinclude.c | 1287 ent->SystemID, ent->content); in xmlXIncludeMergeEntity() 1297 if ((ent->SystemID != NULL) && (prev->SystemID != NULL)) { in xmlXIncludeMergeEntity() 1298 if (!xmlStrEqual(ent->SystemID, prev->SystemID)) in xmlXIncludeMergeEntity() 1383 (!xmlStrEqual(target->SystemID, source->SystemID))) { in xmlXIncludeMergeEntities()
|
D | xmlsave.c | 722 xmlBufWriteQuotedString(buf->buffer, dtd->SystemID); in xmlDtdDumpOutput() 723 } else if (dtd->SystemID != NULL) { in xmlDtdDumpOutput() 725 xmlBufWriteQuotedString(buf->buffer, dtd->SystemID); in xmlDtdDumpOutput() 1219 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID); in xmlDocContentDumpOutput() 2382 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID); in xmlNodeDumpOutput()
|
D | xmllint.c | 952 const xmlChar *ExternalID, const xmlChar *SystemID) in internalSubsetDebug() argument 962 if (SystemID == NULL) in internalSubsetDebug() 965 fprintf(stdout, " %s)\n", SystemID); in internalSubsetDebug() 976 const xmlChar *ExternalID, const xmlChar *SystemID) in externalSubsetDebug() argument 986 if (SystemID == NULL) in externalSubsetDebug() 989 fprintf(stdout, " %s)\n", SystemID); in externalSubsetDebug()
|
D | runtest.c | 876 const xmlChar *ExternalID, const xmlChar *SystemID) in internalSubsetDebug() argument 886 if (SystemID == NULL) in internalSubsetDebug() 889 fprintf(SAXdebug, " %s)\n", SystemID); in internalSubsetDebug() 900 const xmlChar *ExternalID, const xmlChar *SystemID) in externalSubsetDebug() argument 910 if (SystemID == NULL) in externalSubsetDebug() 913 fprintf(SAXdebug, " %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 | tree.c | 871 const xmlChar *ExternalID, const xmlChar *SystemID) { in xmlNewDtd() argument 899 if (SystemID != NULL) in xmlNewDtd() 900 cur->SystemID = xmlStrdup(SystemID); in xmlNewDtd() 945 const xmlChar *ExternalID, const xmlChar *SystemID) { in xmlCreateIntSubset() argument 987 if (SystemID != NULL) { in xmlCreateIntSubset() 988 cur->SystemID = xmlStrdup(SystemID); in xmlCreateIntSubset() 989 if (cur->SystemID == NULL) { in xmlCreateIntSubset() 1129 DICT_FREE(cur->SystemID) in xmlFreeDtd() 3751 DICT_FREE(ent->SystemID); in xmlFreeNode() 4434 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 | SAX2.h | 48 const xmlChar *SystemID); 53 const xmlChar *SystemID);
|
D | SAX.h | 50 const xmlChar *SystemID); 55 const xmlChar *SystemID);
|
D | parser.h | 365 const xmlChar *SystemID); 378 const xmlChar *SystemID); 925 const xmlChar *SystemID); 928 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 *
|
/external/libxml2/python/ |
D | libxml.c | 1389 const xmlChar * ExternalID, const xmlChar * SystemID) in pythonInternalSubset() argument 1396 name, ExternalID, SystemID); in pythonInternalSubset() 1402 SystemID); in pythonInternalSubset()
|