Home | History | Annotate | Download | only in libxml2

Lines Matching refs:sysid

2822  * @sysid:  the system identifier, which is the URI of the DTD
2831 const xmlChar * pubid, const xmlChar * sysid)
2878 if (sysid == 0) {
2914 if (sysid != 0) {
2943 xmlOutputBufferWriteString(writer->out, (const char *) sysid);
3039 * @sysid: the system identifier, which is the URI of the DTD
3051 const xmlChar * sysid, const char *format, ...)
3058 rc = xmlTextWriterWriteVFormatDTD(writer, name, pubid, sysid, format,
3070 * @sysid: the system identifier, which is the URI of the DTD
3082 const xmlChar * sysid,
3095 rc = xmlTextWriterWriteDTD(writer, name, pubid, sysid, buf);
3106 * @sysid: the system identifier, which is the URI of the DTD
3117 const xmlChar * sysid, const xmlChar * subset)
3123 count = xmlTextWriterStartDTD(writer, name, pubid, sysid);
3844 * @sysid: the system identifier, which is the URI of the DTD
3857 const xmlChar * sysid,
3861 if ((content == NULL) && (pubid == NULL) && (sysid == NULL))
3866 if ((pubid == NULL) && (sysid == NULL))
3871 sysid, ndataid);
3922 * @sysid: the system identifier, which is the URI of the DTD
3934 const xmlChar * sysid,
3940 if (((pubid == NULL) && (sysid == NULL)))
3952 xmlTextWriterWriteDTDExternalEntityContents(writer, pubid, sysid,
3970 * @sysid: the system identifier, which is the URI of the DTD
3980 const xmlChar * sysid,
4023 if (sysid == 0) {
4051 if (sysid != 0) {
4070 xmlOutputBufferWriteString(writer->out, (const char *) sysid);
4103 * @sysid: the system identifier, which is the URI of the DTD
4112 const xmlChar * pubid, const xmlChar * sysid)
4187 if (sysid != 0) {
4203 xmlOutputBufferWriteString(writer->out, (const char *) sysid);