Lines Matching refs:publicId
364 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug() argument
373 if (publicId != NULL) in resolveEntityDebug()
374 fprintf(stdout, "%s", (char *)publicId); in resolveEntityDebug()
441 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in entityDeclDebug() argument
445 if (publicId == NULL) in entityDeclDebug()
446 publicId = 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
540 if (publicId == NULL) in unparsedEntityDeclDebug()
541 publicId = nullstr; in unparsedEntityDeclDebug()
550 (char *) name, (char *) publicId, (char *) systemId, in unparsedEntityDeclDebug()