Lines Matching refs:systemId
364 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug() argument
377 if (systemId != NULL) in resolveEntityDebug()
378 fprintf(stdout, ", %s)\n", (char *)systemId); in resolveEntityDebug()
441 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in entityDeclDebug() argument
447 if (systemId == NULL) in entityDeclDebug()
448 systemId = nullstr; in entityDeclDebug()
455 name, type, publicId, systemId, content); in entityDeclDebug()
514 const xmlChar *publicId, const xmlChar *systemId) in notationDeclDebug() argument
520 (char *) name, (char *) publicId, (char *) systemId); in notationDeclDebug()
535 const xmlChar *publicId, const xmlChar *systemId, in unparsedEntityDeclDebug() argument
542 if (systemId == NULL) in unparsedEntityDeclDebug()
543 systemId = nullstr; in unparsedEntityDeclDebug()
550 (char *) name, (char *) publicId, (char *) systemId, in unparsedEntityDeclDebug()