Home | History | Annotate | Download | only in libxml2

Lines Matching full:systemid

830 	       const xmlChar *ExternalID, const xmlChar *SystemID)
840 if (SystemID == NULL)
843 fprintf(SAXdebug, " %s)\n", SystemID);
854 const xmlChar *ExternalID, const xmlChar *SystemID)
864 if (SystemID == NULL)
867 fprintf(SAXdebug, " %s)\n", SystemID);
874 * @systemId: The system ID of the entity
885 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId)
898 if (systemId != NULL)
899 fprintf(SAXdebug, ", %s)\n", (char *)systemId);
903 if (systemId != NULL) {
904 return(xmlNewInputFromFile(ctxt, (char *) systemId));
955 * @systemId: The system ID of the entity
962 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
968 if (systemId == NULL)
969 systemId = nullstr;
976 name, type, publicId, systemId, content);
1029 * @systemId: The system ID of the entity
1035 const xmlChar *publicId, const xmlChar *systemId)
1041 (char *) name, (char *) publicId, (char *) systemId);
1049 * @systemId: The system ID of the entity
1056 const xmlChar *publicId, const xmlChar *systemId,
1063 if (systemId == NULL)
1064 systemId = nullstr;
1071 (char *) name, (char *) publicId, (char *) systemId,