Lines Matching full:systemid
116 if ((entity->SystemID != NULL) &&
117 (!xmlDictOwns(dict, entity->SystemID)))
118 xmlFree((char *) entity->SystemID);
131 if (entity->SystemID != NULL)
132 xmlFree((char *) entity->SystemID);
150 const xmlChar *ExternalID, const xmlChar *SystemID,
171 if (SystemID != NULL)
172 ret->SystemID = xmlStrdup(SystemID);
177 if (SystemID != NULL)
178 ret->SystemID = xmlDictLookup(dict, SystemID, -1);
204 const xmlChar *ExternalID, const xmlChar *SystemID,
236 ret = xmlCreateEntity(dict, name, type, ExternalID, SystemID, content);
293 * @SystemID: the entity system ID if available
302 const xmlChar *ExternalID, const xmlChar *SystemID,
318 ret = xmlAddEntity(dtd, name, type, ExternalID, SystemID, content);
342 * @SystemID: the entity system ID if available
351 const xmlChar *ExternalID, const xmlChar *SystemID,
367 ret = xmlAddEntity(dtd, name, type, ExternalID, SystemID, content);
391 * @SystemID: the entity system ID if available
404 const xmlChar *ExternalID, const xmlChar *SystemID,
410 return(xmlAddDocEntity(doc, name, type, ExternalID, SystemID, content));
416 ret = xmlCreateEntity(dict, name, type, ExternalID, SystemID, content);
926 if (ent->SystemID != NULL)
927 cur->SystemID = xmlStrdup(ent->SystemID);
1022 xmlBufferWriteQuotedString(buf, ent->SystemID);
1025 xmlBufferWriteQuotedString(buf, ent->SystemID);
1036 xmlBufferWriteQuotedString(buf, ent->SystemID);
1039 xmlBufferWriteQuotedString(buf, ent->SystemID);
1067 xmlBufferWriteQuotedString(buf, ent->SystemID);
1070 xmlBufferWriteQuotedString(buf, ent->SystemID);