Lines Matching refs:systemId
949 const xmlChar *ExternalID, const xmlChar *SystemID)
959 if (SystemID == NULL)
962 fprintf(stdout, " %s)\n", SystemID);
973 const xmlChar *ExternalID, const xmlChar *SystemID)
983 if (SystemID == NULL)
986 fprintf(stdout, " %s)\n", SystemID);
993 * @systemId: The system ID of the entity
1004 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId)
1017 if (systemId != NULL)
1018 fprintf(stdout, ", %s)\n", (char *)systemId);
1069 * @systemId: The system ID of the entity
1076 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
1082 if (systemId == NULL)
1083 systemId = nullstr;
1090 name, type, publicId, systemId, content);
1143 * @systemId: The system ID of the entity
1149 const xmlChar *publicId, const xmlChar *systemId)
1155 (char *) name, (char *) publicId, (char *) systemId);
1163 * @systemId: The system ID of the entity
1170 const xmlChar *publicId, const xmlChar *systemId,
1177 if (systemId == NULL)
1178 systemId = nullstr;
1185 (char *) name, (char *) publicId, (char *) systemId,