Lines Matching refs:sysid

44080     xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
44091 sysid = gen_const_xmlChar_ptr(n_sysid, 3);
44093 ret_val = xmlTextWriterStartDTD(writer, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlChar *)sysid);
44099 des_const_xmlChar_ptr(n_sysid, (const xmlChar *)sysid, 3);
44759 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
44773 sysid = gen_const_xmlChar_ptr(n_sysid, 3);
44776 ret_val = xmlTextWriterWriteDTD(writer, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlChar *)sysid, (const xmlChar *)subset);
44782 des_const_xmlChar_ptr(n_sysid, (const xmlChar *)sysid, 3);
44919 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
44938 sysid = gen_const_xmlChar_ptr(n_sysid, 4);
44942 ret_val = xmlTextWriterWriteDTDEntity(writer, pe, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlChar *)sysid, (const xmlChar *)ndataid, (const xmlChar *)content);
44949 des_const_xmlChar_ptr(n_sysid, (const xmlChar *)sysid, 4);
44995 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
45011 sysid = gen_const_xmlChar_ptr(n_sysid, 4);
45014 ret_val = xmlTextWriterWriteDTDExternalEntity(writer, pe, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlChar *)sysid, (const xmlChar *)ndataid);
45021 des_const_xmlChar_ptr(n_sysid, (const xmlChar *)sysid, 4);
45060 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
45072 sysid = gen_const_xmlChar_ptr(n_sysid, 2);
45075 ret_val = xmlTextWriterWriteDTDExternalEntityContents(writer, (const xmlChar *)pubid, (const xmlChar *)sysid, (const xmlChar *)ndataid);
45080 des_const_xmlChar_ptr(n_sysid, (const xmlChar *)sysid, 2);
45172 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
45183 sysid = gen_const_xmlChar_ptr(n_sysid, 3);
45185 ret_val = xmlTextWriterWriteDTDNotation(writer, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlChar *)sysid);
45191 des_const_xmlChar_ptr(n_sysid, (const xmlChar *)sysid, 3);