Lines Matching refs:SystemID

121         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()
209 const xmlChar *ExternalID, const xmlChar *SystemID, in xmlAddEntity() argument
279 ret = xmlCreateEntity(dict, name, type, ExternalID, SystemID, content); in xmlAddEntity()
345 const xmlChar *ExternalID, const xmlChar *SystemID, in xmlAddDtdEntity() argument
361 ret = xmlAddEntity(dtd, name, type, ExternalID, SystemID, content); in xmlAddDtdEntity()
394 const xmlChar *ExternalID, const xmlChar *SystemID, in xmlAddDocEntity() argument
410 ret = xmlAddEntity(dtd, name, type, ExternalID, SystemID, content); in xmlAddDocEntity()
447 const xmlChar *ExternalID, const xmlChar *SystemID, in xmlNewEntity() argument
453 return(xmlAddDocEntity(doc, name, type, ExternalID, SystemID, content)); in xmlNewEntity()
459 ret = xmlCreateEntity(dict, name, type, ExternalID, SystemID, content); in xmlNewEntity()
983 if (ent->SystemID != NULL) in xmlCopyEntity()
984 cur->SystemID = xmlStrdup(ent->SystemID); in xmlCopyEntity()
1079 xmlBufferWriteQuotedString(buf, ent->SystemID); in xmlDumpEntityDecl()
1082 xmlBufferWriteQuotedString(buf, ent->SystemID); in xmlDumpEntityDecl()
1093 xmlBufferWriteQuotedString(buf, ent->SystemID); in xmlDumpEntityDecl()
1096 xmlBufferWriteQuotedString(buf, ent->SystemID); in xmlDumpEntityDecl()
1124 xmlBufferWriteQuotedString(buf, ent->SystemID); in xmlDumpEntityDecl()
1127 xmlBufferWriteQuotedString(buf, ent->SystemID); in xmlDumpEntityDecl()