• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/

Lines Matching refs:sysid

2770  * @sysid:  the system identifier, which is the URI of the DTD
2779 const xmlChar * pubid, const xmlChar * sysid)
2826 if (sysid == 0) {
2862 if (sysid != 0) {
2891 xmlOutputBufferWriteString(writer->out, (const char *) sysid);
2987 * @sysid: the system identifier, which is the URI of the DTD
2999 const xmlChar * sysid, const char *format, ...)
3006 rc = xmlTextWriterWriteVFormatDTD(writer, name, pubid, sysid, format,
3018 * @sysid: the system identifier, which is the URI of the DTD
3030 const xmlChar * sysid,
3043 rc = xmlTextWriterWriteDTD(writer, name, pubid, sysid, buf);
3054 * @sysid: the system identifier, which is the URI of the DTD
3065 const xmlChar * sysid, const xmlChar * subset)
3071 count = xmlTextWriterStartDTD(writer, name, pubid, sysid);
3792 * @sysid: the system identifier, which is the URI of the DTD
3805 const xmlChar * sysid,
3809 if ((content == NULL) && (pubid == NULL) && (sysid == NULL))
3814 if ((pubid == NULL) && (sysid == NULL))
3819 sysid, ndataid);
3870 * @sysid: the system identifier, which is the URI of the DTD
3882 const xmlChar * sysid,
3888 if (((pubid == NULL) && (sysid == NULL)))
3900 xmlTextWriterWriteDTDExternalEntityContents(writer, pubid, sysid,
3918 * @sysid: the system identifier, which is the URI of the DTD
3928 const xmlChar * sysid,
3971 if (sysid == 0) {
3999 if (sysid != 0) {
4018 xmlOutputBufferWriteString(writer->out, (const char *) sysid);
4051 * @sysid: the system identifier, which is the URI of the DTD
4060 const xmlChar * pubid, const xmlChar * sysid)
4135 if (sysid != 0) {
4151 xmlOutputBufferWriteString(writer->out, (const char *) sysid);