Lines Matching defs:pubid

2821  * @pubid:  the public identifier, which is an alternative to the system identifier
2831 const xmlChar * pubid, const xmlChar * sysid)
2877 if (pubid != 0) {
2903 xmlOutputBufferWriteString(writer->out, (const char *) pubid);
2915 if (pubid == 0) {
3038 * @pubid: the public identifier, which is an alternative to the system identifier
3050 const xmlChar * pubid,
3058 rc = xmlTextWriterWriteVFormatDTD(writer, name, pubid, sysid, format,
3069 * @pubid: the public identifier, which is an alternative to the system identifier
3081 const xmlChar * pubid,
3095 rc = xmlTextWriterWriteDTD(writer, name, pubid, sysid, buf);
3105 * @pubid: the public identifier, which is an alternative to the system identifier
3116 const xmlChar * pubid,
3123 count = xmlTextWriterStartDTD(writer, name, pubid, sysid);
3843 * @pubid: the public identifier, which is an alternative to the system identifier
3856 const xmlChar * pubid,
3861 if ((content == NULL) && (pubid == NULL) && (sysid == NULL))
3866 if ((pubid == NULL) && (sysid == NULL))
3870 return xmlTextWriterWriteDTDExternalEntity(writer, pe, name, pubid,
3921 * @pubid: the public identifier, which is an alternative to the system identifier
3933 const xmlChar * pubid,
3940 if (((pubid == NULL) && (sysid == NULL)))
3952 xmlTextWriterWriteDTDExternalEntityContents(writer, pubid, sysid,
3969 * @pubid: the public identifier, which is an alternative to the system identifier
3979 const xmlChar * pubid,
4022 if (pubid != 0) {
4040 xmlOutputBufferWriteString(writer->out, (const char *) pubid);
4052 if (pubid == 0) {
4102 * @pubid: the public identifier, which is an alternative to the system identifier
4112 const xmlChar * pubid, const xmlChar * sysid)
4167 if (pubid != 0) {
4177 xmlOutputBufferWriteString(writer->out, (const char *) pubid);
4188 if (pubid == 0) {