Lines Matching full:systemid
862 * @SystemID: the system ID
871 const xmlChar *ExternalID, const xmlChar *SystemID) {
899 if (SystemID != NULL)
900 cur->SystemID = xmlStrdup(SystemID);
938 * @SystemID: the system ID
945 const xmlChar *ExternalID, const xmlChar *SystemID) {
987 if (SystemID != NULL) {
988 cur->SystemID = xmlStrdup(SystemID);
989 if (cur->SystemID == NULL) {
1129 DICT_FREE(cur->SystemID)
3750 DICT_FREE(ent->SystemID);
4433 ret = xmlNewDtd(NULL, dtd->name, dtd->ExternalID, dtd->SystemID);