Lines Matching defs:system_id

514   const xmlChar *external_id,const xmlChar *system_id)
525 (system_id != (const xmlChar *) NULL ? (const char *) system_id : "none"));
527 (void) xmlCreateIntSubset(svg_info->document,name,external_id,system_id);
531 const xmlChar *public_id,const xmlChar *system_id)
548 (system_id != (const xmlChar *) NULL ? (const char *) system_id : "none"));
550 stream=xmlLoadExternalEntity((const char *) system_id,(const char *)
584 const xmlChar *public_id,const xmlChar *system_id,xmlChar *content)
595 system_id != (xmlChar *) NULL ? (const char *) system_id : "none",content);
598 (void) xmlAddDocEntity(svg_info->document,name,type,public_id,system_id,
602 (void) xmlAddDtdEntity(svg_info->document,name,type,public_id,system_id,
672 const xmlChar *public_id,const xmlChar *system_id)
686 system_id != (const xmlChar *) NULL ? (const char *) system_id : "none");
691 name,public_id,system_id);
695 name,public_id,system_id);
699 const xmlChar *public_id,const xmlChar *system_id,const xmlChar *notation)
710 system_id != (xmlChar *) NULL ? (const char *) system_id : "none",notation);
713 XML_EXTERNAL_GENERAL_UNPARSED_ENTITY,public_id,system_id,notation);
2712 const xmlChar *external_id,const xmlChar *system_id)
2732 (system_id != (const xmlChar *) NULL ? (const char *) system_id : "none"));
2735 if (((external_id == NULL) && (system_id == NULL)) ||
2739 input=SVGResolveEntity(context,external_id,system_id);
2742 (void) xmlNewDtd(svg_info->document,name,external_id,system_id);
2760 input->filename=(char *) xmlStrdup(system_id);
2766 xmlParseExternalSubset(parser,external_id,system_id);