Lines Matching refs:system_id
784 const xmlChar *external_id,const xmlChar *system_id) in SVGInternalSubset() argument
795 (system_id != (const xmlChar *) NULL ? (const char *) system_id : "none")); in SVGInternalSubset()
797 (void) xmlCreateIntSubset(svg_info->document,name,external_id,system_id); in SVGInternalSubset()
801 const xmlChar *public_id,const xmlChar *system_id) in SVGResolveEntity() argument
818 (system_id != (const xmlChar *) NULL ? (const char *) system_id : "none")); in SVGResolveEntity()
820 stream=xmlLoadExternalEntity((const char *) system_id,(const char *) in SVGResolveEntity()
854 const xmlChar *public_id,const xmlChar *system_id,xmlChar *content) in SVGEntityDeclaration() argument
865 system_id != (xmlChar *) NULL ? (const char *) system_id : "none",content); 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
1081 system_id != (const xmlChar *) NULL ? (const char *) system_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
1442 system_id != (xmlChar *) NULL ? (const char *) system_id : "none",notation); in SVGUnparsedEntityDeclaration()
1445 XML_EXTERNAL_GENERAL_UNPARSED_ENTITY,public_id,system_id,notation); in SVGUnparsedEntityDeclaration()
3396 const xmlChar *external_id,const xmlChar *system_id) in SVGExternalSubset() argument
3416 (system_id != (const xmlChar *) NULL ? (const char *) system_id : "none")); in SVGExternalSubset()
3419 if (((external_id == NULL) && (system_id == NULL)) || in SVGExternalSubset()
3423 input=SVGResolveEntity(context,external_id,system_id); in SVGExternalSubset()
3426 (void) xmlNewDtd(svg_info->document,name,external_id,system_id); in SVGExternalSubset()
3444 input->filename=(char *) xmlStrdup(system_id); in SVGExternalSubset()
3450 xmlParseExternalSubset(parser,external_id,system_id); in SVGExternalSubset()