Lines Matching refs:public_id
801 const xmlChar *public_id,const xmlChar *system_id) in SVGResolveEntity() argument
817 (public_id != (const xmlChar *) NULL ? (const char *) public_id : "none"), in SVGResolveEntity()
821 public_id,svg_info->parser); in SVGResolveEntity()
854 const xmlChar *public_id,const xmlChar *system_id,xmlChar *content) in SVGEntityDeclaration() argument
864 public_id != (xmlChar *) NULL ? (const char *) public_id : "none", in SVGEntityDeclaration()
868 (void) xmlAddDocEntity(svg_info->document,name,type,public_id,system_id, in SVGEntityDeclaration()
872 (void) xmlAddDtdEntity(svg_info->document,name,type,public_id,system_id, in SVGEntityDeclaration()
1067 const xmlChar *public_id,const xmlChar *system_id) in SVGNotationDeclaration() argument
1080 public_id != (const xmlChar *) NULL ? (const char *) public_id : "none", in SVGNotationDeclaration()
1086 name,public_id,system_id); in SVGNotationDeclaration()
1090 name,public_id,system_id); in SVGNotationDeclaration()
1431 const xmlChar *public_id,const xmlChar *system_id,const xmlChar *notation) in SVGUnparsedEntityDeclaration() argument
1441 public_id != (xmlChar *) NULL ? (const char *) public_id : "none", in SVGUnparsedEntityDeclaration()
1445 XML_EXTERNAL_GENERAL_UNPARSED_ENTITY,public_id,system_id,notation); in SVGUnparsedEntityDeclaration()