Home | History | Annotate | Download | only in libxml2

Lines Matching full:systemid

309 	       const xmlChar *ExternalID, const xmlChar *SystemID)
319 if (SystemID == NULL)
322 fprintf(stdout, " %s)\n", SystemID);
333 const xmlChar *ExternalID, const xmlChar *SystemID)
343 if (SystemID == NULL)
346 fprintf(stdout, " %s)\n", SystemID);
353 * @systemId: The system ID of the entity
364 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId)
377 if (systemId != NULL)
378 fprintf(stdout, ", %s)\n", (char *)systemId);
382 if (systemId != NULL) {
383 return(xmlNewInputFromFile(ctxt, (char *) systemId));
434 * @systemId: The system ID of the entity
441 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
447 if (systemId == NULL)
448 systemId = nullstr;
455 name, type, publicId, systemId, content);
508 * @systemId: The system ID of the entity
514 const xmlChar *publicId, const xmlChar *systemId)
520 (char *) name, (char *) publicId, (char *) systemId);
528 * @systemId: The system ID of the entity
535 const xmlChar *publicId, const xmlChar *systemId,
542 if (systemId == NULL)
543 systemId = nullstr;
550 (char *) name, (char *) publicId, (char *) systemId,