Lines Matching refs:systemId
80 const XML_Char *systemId; member
340 free((void *)notationListHead->systemId); in freeNotations()
423 if (notations[i]->systemId != NULL) { in endDoctypeDecl()
426 fputts(notations[i]->systemId, data->fp); in endDoctypeDecl()
429 } else if (notations[i]->systemId != NULL) { in endDoctypeDecl()
431 fputts(notations[i]->systemId, data->fp); in endDoctypeDecl()
449 const XML_Char *systemId, const XML_Char *publicId) { in notationDecl() argument
465 if (systemId != NULL) { in notationDecl()
466 entry->systemId = xcsdup(systemId); in notationDecl()
467 if (entry->systemId == NULL) { in notationDecl()
474 entry->systemId = NULL; in notationDecl()
480 free((void *)entry->systemId); /* Safe if it's NULL */ in notationDecl()
713 const XML_Char *base, const XML_Char *systemId, in metaNotationDecl() argument
722 if (systemId) { in metaNotationDecl()
724 characterData(data, systemId, (int)tcslen(systemId)); in metaNotationDecl()
734 const XML_Char *systemId, const XML_Char *publicId, in metaEntityDecl() argument
753 characterData(data, systemId, (int)tcslen(systemId)); in metaEntityDecl()
763 characterData(data, systemId, (int)tcslen(systemId)); in metaEntityDecl()