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
241 ret = xmlCreateEntity(dict, name, type, ExternalID, SystemID, content); in xmlAddEntity()
307 const xmlChar *ExternalID, const xmlChar *SystemID, in xmlAddDtdEntity() argument
323 ret = xmlAddEntity(dtd, name, type, ExternalID, SystemID, content); in xmlAddDtdEntity()
356 const xmlChar *ExternalID, const xmlChar *SystemID, in xmlAddDocEntity() argument
372 ret = xmlAddEntity(dtd, name, type, ExternalID, SystemID, content); in xmlAddDocEntity()
409 const xmlChar *ExternalID, const xmlChar *SystemID, in xmlNewEntity() argument
415 return(xmlAddDocEntity(doc, name, type, ExternalID, SystemID, content)); in xmlNewEntity()
421 ret = xmlCreateEntity(dict, name, type, ExternalID, SystemID, content); in xmlNewEntity()
931 if (ent->SystemID != NULL) in xmlCopyEntity()
932 cur->SystemID = xmlStrdup(ent->SystemID); in xmlCopyEntity()
1027 xmlBufferWriteQuotedString(buf, ent->SystemID); in xmlDumpEntityDecl()
1030 xmlBufferWriteQuotedString(buf, ent->SystemID); in xmlDumpEntityDecl()
1041 xmlBufferWriteQuotedString(buf, ent->SystemID); in xmlDumpEntityDecl()
1044 xmlBufferWriteQuotedString(buf, ent->SystemID); in xmlDumpEntityDecl()
1072 xmlBufferWriteQuotedString(buf, ent->SystemID); in xmlDumpEntityDecl()
1075 xmlBufferWriteQuotedString(buf, ent->SystemID); in xmlDumpEntityDecl()