Home | History | Annotate | Download | only in libxml2

Lines Matching refs:sysid

2828  * @sysid:  the system identifier, which is the URI of the DTD
2837 const xmlChar * pubid, const xmlChar * sysid)
2884 if (sysid == 0) {
2920 if (sysid != 0) {
2949 xmlOutputBufferWriteString(writer->out, (const char *) sysid);
3045 * @sysid: the system identifier, which is the URI of the DTD
3057 const xmlChar * sysid, const char *format, ...)
3064 rc = xmlTextWriterWriteVFormatDTD(writer, name, pubid, sysid, format,
3076 * @sysid: the system identifier, which is the URI of the DTD
3088 const xmlChar * sysid,
3101 rc = xmlTextWriterWriteDTD(writer, name, pubid, sysid, buf);
3112 * @sysid: the system identifier, which is the URI of the DTD
3123 const xmlChar * sysid, const xmlChar * subset)
3129 count = xmlTextWriterStartDTD(writer, name, pubid, sysid);
3850 * @sysid: the system identifier, which is the URI of the DTD
3863 const xmlChar * sysid,
3867 if ((content == NULL) && (pubid == NULL) && (sysid == NULL))
3872 if ((pubid == NULL) && (sysid == NULL))
3877 sysid, ndataid);
3928 * @sysid: the system identifier, which is the URI of the DTD
3940 const xmlChar * sysid,
3946 if (((pubid == NULL) && (sysid == NULL)))
3958 xmlTextWriterWriteDTDExternalEntityContents(writer, pubid, sysid,
3976 * @sysid: the system identifier, which is the URI of the DTD
3986 const xmlChar * sysid,
4029 if (sysid == 0) {
4057 if (sysid != 0) {
4076 xmlOutputBufferWriteString(writer->out, (const char *) sysid);
4109 * @sysid: the system identifier, which is the URI of the DTD
4118 const xmlChar * pubid, const xmlChar * sysid)
4193 if (sysid != 0) {
4209 xmlOutputBufferWriteString(writer->out, (const char *) sysid);