Lines Matching refs:public_id
527 const xmlChar *public_id,const xmlChar *system_id) in SVGResolveEntity() argument
543 (public_id != (const xmlChar *) NULL ? (const char *) public_id : "none"), in SVGResolveEntity()
547 public_id,svg_info->parser); in SVGResolveEntity()
580 const xmlChar *public_id,const xmlChar *system_id,xmlChar *content) in SVGEntityDeclaration() argument
590 public_id != (xmlChar *) NULL ? (const char *) public_id : "none", in SVGEntityDeclaration()
594 (void) xmlAddDocEntity(svg_info->document,name,type,public_id,system_id, in SVGEntityDeclaration()
598 (void) xmlAddDtdEntity(svg_info->document,name,type,public_id,system_id, in SVGEntityDeclaration()
668 const xmlChar *public_id,const xmlChar *system_id) in SVGNotationDeclaration() argument
681 public_id != (const xmlChar *) NULL ? (const char *) public_id : "none", in SVGNotationDeclaration()
687 name,public_id,system_id); in SVGNotationDeclaration()
691 name,public_id,system_id); in SVGNotationDeclaration()
695 const xmlChar *public_id,const xmlChar *system_id,const xmlChar *notation) in SVGUnparsedEntityDeclaration() argument
705 public_id != (xmlChar *) NULL ? (const char *) public_id : "none", in SVGUnparsedEntityDeclaration()
709 XML_EXTERNAL_GENERAL_UNPARSED_ENTITY,public_id,system_id,notation); in SVGUnparsedEntityDeclaration()