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.c2346 if (nota->SystemID != NULL) in xmlFreeNotation()
2347 xmlFree((xmlChar *) nota->SystemID); in xmlFreeNotation()
2367 const xmlChar *PublicID, const xmlChar *SystemID) { in xmlAddNotationDecl() argument
2377 if ((PublicID == NULL) && (SystemID == NULL)) { in xmlAddNotationDecl()
2409 if (SystemID != NULL) in xmlAddNotationDecl()
2410 ret->SystemID = xmlStrdup(SystemID); in xmlAddNotationDecl()
2473 if (nota->SystemID != NULL) in xmlCopyNotation()
2474 cur->SystemID = xmlStrdup(nota->SystemID); in xmlCopyNotation()
2476 cur->SystemID = NULL; in xmlCopyNotation()
2511 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.c1289 ent->SystemID, ent->content); in xmlXIncludeMergeEntity()
1299 if ((ent->SystemID != NULL) && (prev->SystemID != NULL)) { in xmlXIncludeMergeEntity()
1300 if (!xmlStrEqual(ent->SystemID, prev->SystemID)) in xmlXIncludeMergeEntity()
1385 (!xmlStrEqual(target->SystemID, source->SystemID))) { in xmlXIncludeMergeEntities()
Dxmlsave.c722 xmlBufWriteQuotedString(buf->buffer, dtd->SystemID); in xmlDtdDumpOutput()
723 } else if (dtd->SystemID != NULL) { in xmlDtdDumpOutput()
725 xmlBufWriteQuotedString(buf->buffer, dtd->SystemID); in xmlDtdDumpOutput()
1216 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID); in xmlDocContentDumpOutput()
2374 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID); in xmlNodeDumpOutput()
Dxmllint.c937 const xmlChar *ExternalID, const xmlChar *SystemID) in internalSubsetDebug() argument
947 if (SystemID == NULL) in internalSubsetDebug()
950 fprintf(stdout, " %s)\n", SystemID); in internalSubsetDebug()
961 const xmlChar *ExternalID, const xmlChar *SystemID) in externalSubsetDebug() argument
971 if (SystemID == NULL) in externalSubsetDebug()
974 fprintf(stdout, " %s)\n", SystemID); in externalSubsetDebug()
Druntest.c878 const xmlChar *ExternalID, const xmlChar *SystemID) in internalSubsetDebug() argument
888 if (SystemID == NULL) in internalSubsetDebug()
891 fprintf(SAXdebug, " %s)\n", SystemID); in internalSubsetDebug()
902 const xmlChar *ExternalID, const xmlChar *SystemID) in externalSubsetDebug() argument
912 if (SystemID == NULL) in externalSubsetDebug()
915 fprintf(SAXdebug, " %s)\n", SystemID); in externalSubsetDebug()
Dtestlimits.c752 const xmlChar * SystemID ATTRIBUTE_UNUSED) in internalSubsetCallback()
768 const xmlChar * SystemID ATTRIBUTE_UNUSED) in externalSubsetCallback()
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()
3761 DICT_FREE(ent->SystemID); in xmlFreeNode()
4444 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.h365 const xmlChar *SystemID);
378 const xmlChar *SystemID);
925 const xmlChar *SystemID);
928 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