Home
last modified time | relevance | path

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

12

/external/libxml2/
Dentities.c116 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 …]
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()
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.c2328 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 …]
DSAX2.c354 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()
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()
1263 if (cur->SystemID != NULL) in xmlCtxtDumpEntityCallback()
1264 fprintf(ctxt->output, "SYSTEM \"%s\"", (char *) cur->SystemID); in xmlCtxtDumpEntityCallback()
Dxinclude.c1287 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()
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()
1219 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID); in xmlDocContentDumpOutput()
2382 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID); in xmlNodeDumpOutput()
Dxmllint.c952 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()
Druntest.c876 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()
Dtestlimits.c752 const xmlChar * SystemID ATTRIBUTE_UNUSED) in internalSubsetCallback()
768 const xmlChar * SystemID ATTRIBUTE_UNUSED) in externalSubsetCallback()
Dtree.c871 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/
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,
DSAX2.h48 const xmlChar *SystemID);
53 const xmlChar *SystemID);
DSAX.h50 const xmlChar *SystemID);
55 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 *
/external/libxml2/python/
Dlibxml.c1389 const xmlChar * ExternalID, const xmlChar * SystemID) in pythonInternalSubset() argument
1396 name, ExternalID, SystemID); in pythonInternalSubset()
1402 SystemID); in pythonInternalSubset()

12