/external/chromium_org/third_party/libxml/src/ |
D | entities.c | 114 if ((entity->SystemID != NULL) && in xmlFreeEntity() 115 (!xmlDictOwns(dict, entity->SystemID))) in xmlFreeEntity() 116 xmlFree((char *) entity->SystemID); in xmlFreeEntity() 129 if (entity->SystemID != NULL) in xmlFreeEntity() 130 xmlFree((char *) entity->SystemID); in xmlFreeEntity() 148 const xmlChar *ExternalID, const xmlChar *SystemID, in xmlCreateEntity() argument 169 if (SystemID != NULL) in xmlCreateEntity() 170 ret->SystemID = xmlStrdup(SystemID); in xmlCreateEntity() 175 if (SystemID != NULL) in xmlCreateEntity() 176 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 | HTMLtree.c | 650 if (cur->SystemID != NULL) { in htmlDtdDumpOutput() 652 xmlBufferWriteQuotedString(buf->buffer, cur->SystemID); in htmlDtdDumpOutput() 654 } else if (cur->SystemID != NULL) { in htmlDtdDumpOutput() 656 xmlBufferWriteQuotedString(buf->buffer, cur->SystemID); in htmlDtdDumpOutput()
|
D | valid.c | 2327 if (nota->SystemID != NULL) in xmlFreeNotation() 2328 xmlFree((xmlChar *) nota->SystemID); in xmlFreeNotation() 2348 const xmlChar *PublicID, const xmlChar *SystemID) { in xmlAddNotationDecl() argument 2358 if ((PublicID == NULL) && (SystemID == NULL)) { in xmlAddNotationDecl() 2390 if (SystemID != NULL) in xmlAddNotationDecl() 2391 ret->SystemID = xmlStrdup(SystemID); in xmlAddNotationDecl() 2448 if (nota->SystemID != NULL) in xmlCopyNotation() 2449 cur->SystemID = xmlStrdup(nota->SystemID); in xmlCopyNotation() 2451 cur->SystemID = NULL; in xmlCopyNotation() 2487 if (nota->SystemID != NULL) { in xmlDumpNotationDecl() [all …]
|
D | SAX2.c | 337 const xmlChar *ExternalID, const xmlChar *SystemID) in xmlSAX2InternalSubset() argument 345 name, ExternalID, SystemID); in xmlSAX2InternalSubset() 359 xmlCreateIntSubset(ctxt->myDoc, name, ExternalID, SystemID); in xmlSAX2InternalSubset() 375 const xmlChar *ExternalID, const xmlChar *SystemID) in xmlSAX2ExternalSubset() argument 382 name, ExternalID, SystemID); in xmlSAX2ExternalSubset() 384 if (((ExternalID != NULL) || (SystemID != NULL)) && in xmlSAX2ExternalSubset() 403 SystemID); in xmlSAX2ExternalSubset() 408 xmlNewDtd(ctxt->myDoc, name, ExternalID, SystemID); in xmlSAX2ExternalSubset() 444 input->filename = (char *) xmlCanonicPath(SystemID); in xmlSAX2ExternalSubset() 454 xmlParseExternalSubset(ctxt, ExternalID, SystemID); in xmlSAX2ExternalSubset()
|
D | xinclude.c | 1283 ent->SystemID, ent->content); in xmlXIncludeMergeEntity() 1293 if ((ent->SystemID != NULL) && (prev->SystemID != NULL)) { in xmlXIncludeMergeEntity() 1294 if (!xmlStrEqual(ent->SystemID, prev->SystemID)) in xmlXIncludeMergeEntity() 1379 (!xmlStrEqual(target->SystemID, source->SystemID))) { in xmlXIncludeMergeEntities()
|
D | debugXML.c | 467 if (dtd->SystemID != NULL) in xmlCtxtDumpDtdNode() 468 fprintf(ctxt->output, ", SYSTEM %s", (char *) dtd->SystemID); in xmlCtxtDumpDtdNode() 691 if (ent->SystemID) { in xmlCtxtDumpEntityDecl() 694 (char *) ent->SystemID); in xmlCtxtDumpEntityDecl() 796 if (ent->SystemID) { in xmlCtxtDumpEntity() 798 fprintf(ctxt->output, "SystemID=%s\n", (char *) ent->SystemID); in xmlCtxtDumpEntity() 1261 if (cur->SystemID != NULL) in xmlCtxtDumpEntityCallback() 1262 fprintf(ctxt->output, "SYSTEM \"%s\"", (char *) cur->SystemID); in xmlCtxtDumpEntityCallback()
|
/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 | 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 | 667 if (cur->SystemID != NULL) { in htmlDtdDumpOutput() 669 xmlBufWriteQuotedString(buf->buffer, cur->SystemID); in htmlDtdDumpOutput() 671 } else if (cur->SystemID != NULL) { in htmlDtdDumpOutput() 673 xmlBufWriteQuotedString(buf->buffer, cur->SystemID); in htmlDtdDumpOutput()
|
D | valid.c | 2327 if (nota->SystemID != NULL) in xmlFreeNotation() 2328 xmlFree((xmlChar *) nota->SystemID); in xmlFreeNotation() 2348 const xmlChar *PublicID, const xmlChar *SystemID) { in xmlAddNotationDecl() argument 2358 if ((PublicID == NULL) && (SystemID == NULL)) { in xmlAddNotationDecl() 2390 if (SystemID != NULL) in xmlAddNotationDecl() 2391 ret->SystemID = xmlStrdup(SystemID); in xmlAddNotationDecl() 2448 if (nota->SystemID != NULL) in xmlCopyNotation() 2449 cur->SystemID = xmlStrdup(nota->SystemID); in xmlCopyNotation() 2451 cur->SystemID = NULL; in xmlCopyNotation() 2487 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 | 467 if (dtd->SystemID != NULL) in xmlCtxtDumpDtdNode() 468 fprintf(ctxt->output, ", SYSTEM %s", (char *) dtd->SystemID); in xmlCtxtDumpDtdNode() 691 if (ent->SystemID) { in xmlCtxtDumpEntityDecl() 694 (char *) ent->SystemID); in xmlCtxtDumpEntityDecl() 796 if (ent->SystemID) { in xmlCtxtDumpEntity() 798 fprintf(ctxt->output, "SystemID=%s\n", (char *) ent->SystemID); in xmlCtxtDumpEntity() 1261 if (cur->SystemID != NULL) in xmlCtxtDumpEntityCallback() 1262 fprintf(ctxt->output, "SYSTEM \"%s\"", (char *) cur->SystemID); in xmlCtxtDumpEntityCallback()
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | entities.h | 54 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC Entity */ member 86 const xmlChar *SystemID, 93 const xmlChar *SystemID, 100 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 | 362 const xmlChar *SystemID); 375 const xmlChar *SystemID); 922 const xmlChar *SystemID); 925 const xmlChar *SystemID);
|
D | tree.h | 158 const xmlChar *SystemID; /* System identifier, if any */ member 385 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC DTD */ member 711 const xmlChar *SystemID); 716 const xmlChar *SystemID);
|
/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 | 365 const xmlChar *SystemID); 378 const xmlChar *SystemID); 925 const xmlChar *SystemID); 928 const xmlChar *SystemID);
|
D | tree.h | 196 const xmlChar *SystemID; /* System identifier, if any */ member 422 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC DTD */ member 750 const xmlChar *SystemID); 755 const xmlChar *SystemID);
|