Home
last modified time | relevance | path

Searched refs:SystemID (Results 1 – 25 of 33) sorted by relevance

12

/external/libxml2/
Dentities.c121 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 …]
DtestSAX.c309 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()
Dlegacy.c879 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()
DHTMLtree.c656 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()
DtestHTML.c150 const xmlChar *ExternalID, const xmlChar *SystemID) in internalSubsetDebug() argument
157 if (SystemID == NULL) in internalSubsetDebug()
160 fprintf(stdout, " %s)\n", SystemID); in internalSubsetDebug()
Dvalid.c2389 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 …]
DSAX2.c355 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()
DdebugXML.c469 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()
Dxinclude.c1303 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()
Dxmlsave.c720 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()
Dxmllint.c944 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()
Dtestlimits.c752 const xmlChar * SystemID ATTRIBUTE_UNUSED) in internalSubsetCallback()
768 const xmlChar * SystemID ATTRIBUTE_UNUSED) in externalSubsetCallback()
Druntest.c879 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()
Dtree.c877 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/
Dentities.h54 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC Entity */ member
87 const xmlChar *SystemID,
94 const xmlChar *SystemID,
101 const xmlChar *SystemID,
DSAX.h50 const xmlChar *SystemID);
55 const xmlChar *SystemID);
DSAX2.h48 const xmlChar *SystemID);
53 const xmlChar *SystemID);
Dparser.h367 const xmlChar *SystemID);
380 const xmlChar *SystemID);
927 const xmlChar *SystemID);
930 const xmlChar *SystemID);
Dtree.h197 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);
Dvalid.h158 const xmlChar *SystemID);
DparserInternals.h495 const xmlChar *SystemID);
/external/libxml2/os400/libxmlrpg/
Dentities.rpgle78 d SystemID * value options(*string) const xmlChar *
88 d SystemID * value options(*string) const xmlChar *
98 d SystemID * value options(*string) const xmlChar *
DSAX.rpgle56 d SystemID * value options(*string) const xmlChar *
62 d SystemID * value options(*string) const xmlChar *
DSAX2.rpgle60 d SystemID * value options(*string) const xmlChar *
67 d SystemID * value options(*string) const xmlChar *
Dparser.rpgle369 * @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 *

12