Lines Matching defs:sysid
43380 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
43391 sysid = gen_const_xmlChar_ptr(n_sysid, 3);
43393 ret_val = xmlTextWriterStartDTD(writer, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlChar *)sysid);
43399 des_const_xmlChar_ptr(n_sysid, (const xmlChar *)sysid, 3);
44059 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
44073 sysid = gen_const_xmlChar_ptr(n_sysid, 3);
44076 ret_val = xmlTextWriterWriteDTD(writer, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlChar *)sysid, (const xmlChar *)subset);
44082 des_const_xmlChar_ptr(n_sysid, (const xmlChar *)sysid, 3);
44219 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
44238 sysid = gen_const_xmlChar_ptr(n_sysid, 4);
44242 ret_val = xmlTextWriterWriteDTDEntity(writer, pe, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlChar *)sysid, (const xmlChar *)ndataid, (const xmlChar *)content);
44249 des_const_xmlChar_ptr(n_sysid, (const xmlChar *)sysid, 4);
44295 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
44311 sysid = gen_const_xmlChar_ptr(n_sysid, 4);
44314 ret_val = xmlTextWriterWriteDTDExternalEntity(writer, pe, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlChar *)sysid, (const xmlChar *)ndataid);
44321 des_const_xmlChar_ptr(n_sysid, (const xmlChar *)sysid, 4);
44360 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
44372 sysid = gen_const_xmlChar_ptr(n_sysid, 2);
44375 ret_val = xmlTextWriterWriteDTDExternalEntityContents(writer, (const xmlChar *)pubid, (const xmlChar *)sysid, (const xmlChar *)ndataid);
44380 des_const_xmlChar_ptr(n_sysid, (const xmlChar *)sysid, 2);
44472 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
44483 sysid = gen_const_xmlChar_ptr(n_sysid, 3);
44485 ret_val = xmlTextWriterWriteDTDNotation(writer, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlChar *)sysid);
44491 des_const_xmlChar_ptr(n_sysid, (const xmlChar *)sysid, 3);