Lines Matching full:systemid
150 const xmlChar *ExternalID, const xmlChar *SystemID)
157 if (SystemID == NULL)
160 fprintf(stdout, " %s)\n", SystemID);
167 * @systemId: The system ID of the entity
178 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId)
188 if (systemId != NULL)
189 fprintf(stdout, ", %s)\n", (char *)systemId);
193 if (systemId != NULL) {
194 return(xmlNewInputFromFile(ctxt, (char *) systemId));
239 * @systemId: The system ID of the entity
246 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
249 name, type, publicId, systemId, content);
291 * @systemId: The system ID of the entity
297 const xmlChar *publicId, const xmlChar *systemId)
300 (char *) name, (char *) publicId, (char *) systemId);
308 * @systemId: The system ID of the entity
315 const xmlChar *publicId, const xmlChar *systemId,
319 (char *) name, (char *) publicId, (char *) systemId,