Lines Matching refs:systemId
57 const XML_Char *systemId; member
332 free((void *)notationListHead->systemId); in freeNotations()
412 if (notations[i]->systemId != NULL) { in endDoctypeDecl()
415 fputts(notations[i]->systemId, data->fp); in endDoctypeDecl()
419 else if (notations[i]->systemId != NULL) { in endDoctypeDecl()
421 fputts(notations[i]->systemId, data->fp); in endDoctypeDecl()
441 const XML_Char *systemId, in notationDecl() argument
458 if (systemId != NULL) { in notationDecl()
459 entry->systemId = xcsdup(systemId); in notationDecl()
460 if (entry->systemId == NULL) { in notationDecl()
468 entry->systemId = NULL; in notationDecl()
474 free((void *)entry->systemId); /* Safe if it's NULL */ in notationDecl()
716 const XML_Char *systemId, in metaNotationDecl() argument
725 if (systemId) { in metaNotationDecl()
727 characterData(data, systemId, (int)tcslen(systemId)); in metaNotationDecl()
742 const XML_Char *systemId, in metaEntityDecl() argument
762 characterData(data, systemId, (int)tcslen(systemId)); in metaEntityDecl()
773 characterData(data, systemId, (int)tcslen(systemId)); in metaEntityDecl()