Home | History | Annotate | Download | only in src

Lines Matching refs:systemId

945 	       const xmlChar *ExternalID, const xmlChar *SystemID)
955 if (SystemID == NULL)
958 fprintf(stdout, " %s)\n", SystemID);
969 const xmlChar *ExternalID, const xmlChar *SystemID)
979 if (SystemID == NULL)
982 fprintf(stdout, " %s)\n", SystemID);
989 * @systemId: The system ID of the entity
1000 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId)
1013 if (systemId != NULL)
1014 fprintf(stdout, ", %s)\n", (char *)systemId);
1065 * @systemId: The system ID of the entity
1072 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
1078 if (systemId == NULL)
1079 systemId = nullstr;
1086 name, type, publicId, systemId, content);
1139 * @systemId: The system ID of the entity
1145 const xmlChar *publicId, const xmlChar *systemId)
1151 (char *) name, (char *) publicId, (char *) systemId);
1159 * @systemId: The system ID of the entity
1166 const xmlChar *publicId, const xmlChar *systemId,
1173 if (systemId == NULL)
1174 systemId = nullstr;
1181 (char *) name, (char *) publicId, (char *) systemId,