Lines Matching full:systemid
850 * @SystemID: the system ID
859 const xmlChar *ExternalID, const xmlChar *SystemID) {
887 if (SystemID != NULL)
888 cur->SystemID = xmlStrdup(SystemID);
926 * @SystemID: the system ID
933 const xmlChar *ExternalID, const xmlChar *SystemID) {
975 if (SystemID != NULL) {
976 cur->SystemID = xmlStrdup(SystemID);
977 if (cur->SystemID == NULL) {
1117 DICT_FREE(cur->SystemID)
3692 DICT_FREE(ent->SystemID);
4364 ret = xmlNewDtd(NULL, dtd->name, dtd->ExternalID, dtd->SystemID);