Lines Matching full:publicid
994 * @publicId: The public ID of the entity
1006 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId)
1015 if (publicId != NULL)
1016 fprintf(stdout, "%s", (char *)publicId);
1070 * @publicId: The public ID of the entity
1078 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
1082 if (publicId == NULL)
1083 publicId = nullstr;
1092 name, type, publicId, systemId, content);
1144 * @publicId: The public ID of the entity
1151 const xmlChar *publicId, const xmlChar *systemId)
1157 (char *) name, (char *) publicId, (char *) systemId);
1164 * @publicId: The public ID of the entity
1172 const xmlChar *publicId, const xmlChar *systemId,
1177 if (publicId == NULL)
1178 publicId = nullstr;
1187 (char *) name, (char *) publicId, (char *) systemId,