Home | History | Annotate | Download | only in src

Lines Matching refs:sysid

2818  * @sysid:  the system identifier, which is the URI of the DTD
2827 const xmlChar * pubid, const xmlChar * sysid)
2874 if (sysid == 0) {
2910 if (sysid != 0) {
2939 xmlOutputBufferWriteString(writer->out, (const char *) sysid);
3035 * @sysid: the system identifier, which is the URI of the DTD
3047 const xmlChar * sysid, const char *format, ...)
3054 rc = xmlTextWriterWriteVFormatDTD(writer, name, pubid, sysid, format,
3066 * @sysid: the system identifier, which is the URI of the DTD
3078 const xmlChar * sysid,
3091 rc = xmlTextWriterWriteDTD(writer, name, pubid, sysid, buf);
3102 * @sysid: the system identifier, which is the URI of the DTD
3113 const xmlChar * sysid, const xmlChar * subset)
3119 count = xmlTextWriterStartDTD(writer, name, pubid, sysid);
3840 * @sysid: the system identifier, which is the URI of the DTD
3853 const xmlChar * sysid,
3857 if ((content == NULL) && (pubid == NULL) && (sysid == NULL))
3862 if ((pubid == NULL) && (sysid == NULL))
3867 sysid, ndataid);
3918 * @sysid: the system identifier, which is the URI of the DTD
3930 const xmlChar * sysid,
3936 if (((pubid == NULL) && (sysid == NULL)))
3948 xmlTextWriterWriteDTDExternalEntityContents(writer, pubid, sysid,
3966 * @sysid: the system identifier, which is the URI of the DTD
3976 const xmlChar * sysid,
4019 if (sysid == 0) {
4047 if (sysid != 0) {
4066 xmlOutputBufferWriteString(writer->out, (const char *) sysid);
4099 * @sysid: the system identifier, which is the URI of the DTD
4108 const xmlChar * pubid, const xmlChar * sysid)
4183 if (sysid != 0) {
4199 xmlOutputBufferWriteString(writer->out, (const char *) sysid);