• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching refs:sysid

2807  * @sysid:  the system identifier, which is the URI of the DTD
2816 const xmlChar * pubid, const xmlChar * sysid)
2863 if (sysid == 0) {
2899 if (sysid != 0) {
2928 xmlOutputBufferWriteString(writer->out, (const char *) sysid);
3024 * @sysid: the system identifier, which is the URI of the DTD
3036 const xmlChar * sysid, const char *format, ...)
3043 rc = xmlTextWriterWriteVFormatDTD(writer, name, pubid, sysid, format,
3055 * @sysid: the system identifier, which is the URI of the DTD
3067 const xmlChar * sysid,
3080 rc = xmlTextWriterWriteDTD(writer, name, pubid, sysid, buf);
3091 * @sysid: the system identifier, which is the URI of the DTD
3102 const xmlChar * sysid, const xmlChar * subset)
3108 count = xmlTextWriterStartDTD(writer, name, pubid, sysid);
3829 * @sysid: the system identifier, which is the URI of the DTD
3842 const xmlChar * sysid,
3846 if ((content == NULL) && (pubid == NULL) && (sysid == NULL))
3851 if ((pubid == NULL) && (sysid == NULL))
3856 sysid, ndataid);
3907 * @sysid: the system identifier, which is the URI of the DTD
3919 const xmlChar * sysid,
3925 if (((pubid == NULL) && (sysid == NULL)))
3937 xmlTextWriterWriteDTDExternalEntityContents(writer, pubid, sysid,
3955 * @sysid: the system identifier, which is the URI of the DTD
3965 const xmlChar * sysid,
4008 if (sysid == 0) {
4036 if (sysid != 0) {
4055 xmlOutputBufferWriteString(writer->out, (const char *) sysid);
4088 * @sysid: the system identifier, which is the URI of the DTD
4097 const xmlChar * pubid, const xmlChar * sysid)
4172 if (sysid != 0) {
4188 xmlOutputBufferWriteString(writer->out, (const char *) sysid);