Lines Matching refs:systemId
78 const XML_Char *systemId; member
338 free((void *)notationListHead->systemId); in freeNotations()
421 if (notations[i]->systemId != NULL) { in endDoctypeDecl()
424 fputts(notations[i]->systemId, data->fp); in endDoctypeDecl()
427 } else if (notations[i]->systemId != NULL) { in endDoctypeDecl()
429 fputts(notations[i]->systemId, data->fp); in endDoctypeDecl()
447 const XML_Char *systemId, const XML_Char *publicId) { in notationDecl() argument
463 if (systemId != NULL) { in notationDecl()
464 entry->systemId = xcsdup(systemId); in notationDecl()
465 if (entry->systemId == NULL) { in notationDecl()
472 entry->systemId = NULL; in notationDecl()
478 free((void *)entry->systemId); /* Safe if it's NULL */ in notationDecl()
711 const XML_Char *base, const XML_Char *systemId, in metaNotationDecl() argument
720 if (systemId) { in metaNotationDecl()
722 characterData(data, systemId, (int)tcslen(systemId)); in metaNotationDecl()
732 const XML_Char *systemId, const XML_Char *publicId, in metaEntityDecl() argument
751 characterData(data, systemId, (int)tcslen(systemId)); in metaEntityDecl()
761 characterData(data, systemId, (int)tcslen(systemId)); in metaEntityDecl()