Lines Matching refs:pubid
44078 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterStartDTD() local
44090 pubid = gen_const_xmlChar_ptr(n_pubid, 2); in test_xmlTextWriterStartDTD()
44093 …ret_val = xmlTextWriterStartDTD(writer, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlC… in test_xmlTextWriterStartDTD()
44098 des_const_xmlChar_ptr(n_pubid, (const xmlChar *)pubid, 2); in test_xmlTextWriterStartDTD()
44757 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTD() local
44772 pubid = gen_const_xmlChar_ptr(n_pubid, 2); in test_xmlTextWriterWriteDTD()
44776 …ret_val = xmlTextWriterWriteDTD(writer, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlC… in test_xmlTextWriterWriteDTD()
44781 des_const_xmlChar_ptr(n_pubid, (const xmlChar *)pubid, 2); in test_xmlTextWriterWriteDTD()
44917 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTDEntity() local
44937 pubid = gen_const_xmlChar_ptr(n_pubid, 3); in test_xmlTextWriterWriteDTDEntity()
44942 …tWriterWriteDTDEntity(writer, pe, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlChar *)… in test_xmlTextWriterWriteDTDEntity()
44948 des_const_xmlChar_ptr(n_pubid, (const xmlChar *)pubid, 3); in test_xmlTextWriterWriteDTDEntity()
44993 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTDExternalEntity() local
45010 pubid = gen_const_xmlChar_ptr(n_pubid, 3); in test_xmlTextWriterWriteDTDExternalEntity()
45014 …riteDTDExternalEntity(writer, pe, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlChar *)… in test_xmlTextWriterWriteDTDExternalEntity()
45020 des_const_xmlChar_ptr(n_pubid, (const xmlChar *)pubid, 3); in test_xmlTextWriterWriteDTDExternalEntity()
45058 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTDExternalEntityContents() local
45071 pubid = gen_const_xmlChar_ptr(n_pubid, 1); in test_xmlTextWriterWriteDTDExternalEntityContents()
45075 …ret_val = xmlTextWriterWriteDTDExternalEntityContents(writer, (const xmlChar *)pubid, (const xmlCh… in test_xmlTextWriterWriteDTDExternalEntityContents()
45079 des_const_xmlChar_ptr(n_pubid, (const xmlChar *)pubid, 1); in test_xmlTextWriterWriteDTDExternalEntityContents()
45170 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTDNotation() local
45182 pubid = gen_const_xmlChar_ptr(n_pubid, 2); in test_xmlTextWriterWriteDTDNotation()
45185 …extWriterWriteDTDNotation(writer, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlChar *)… in test_xmlTextWriterWriteDTDNotation()
45190 des_const_xmlChar_ptr(n_pubid, (const xmlChar *)pubid, 2); in test_xmlTextWriterWriteDTDNotation()