Home | History | Annotate | Download | only in libxml2

Lines Matching full:systemid

951 	       const xmlChar *ExternalID, const xmlChar *SystemID)
961 if (SystemID == NULL)
964 fprintf(stdout, " %s)\n", SystemID);
975 const xmlChar *ExternalID, const xmlChar *SystemID)
985 if (SystemID == NULL)
988 fprintf(stdout, " %s)\n", SystemID);
995 * @systemId: The system ID of the entity
1006 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId)
1019 if (systemId != NULL)
1020 fprintf(stdout, ", %s)\n", (char *)systemId);
1071 * @systemId: The system ID of the entity
1078 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
1084 if (systemId == NULL)
1085 systemId = nullstr;
1092 name, type, publicId, systemId, content);
1145 * @systemId: The system ID of the entity
1151 const xmlChar *publicId, const xmlChar *systemId)
1157 (char *) name, (char *) publicId, (char *) systemId);
1165 * @systemId: The system ID of the entity
1172 const xmlChar *publicId, const xmlChar *systemId,
1179 if (systemId == NULL)
1180 systemId = nullstr;
1187 (char *) name, (char *) publicId, (char *) systemId,