Lines Matching refs:pubid

44276     xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */  in test_xmlTextWriterStartDTD()  local
44288 pubid = gen_const_xmlChar_ptr(n_pubid, 2); in test_xmlTextWriterStartDTD()
44291 …ret_val = xmlTextWriterStartDTD(writer, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlC… in test_xmlTextWriterStartDTD()
44296 des_const_xmlChar_ptr(n_pubid, (const xmlChar *)pubid, 2); in test_xmlTextWriterStartDTD()
44967 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTD() local
44982 pubid = gen_const_xmlChar_ptr(n_pubid, 2); in test_xmlTextWriterWriteDTD()
44986 …ret_val = xmlTextWriterWriteDTD(writer, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlC… in test_xmlTextWriterWriteDTD()
44991 des_const_xmlChar_ptr(n_pubid, (const xmlChar *)pubid, 2); in test_xmlTextWriterWriteDTD()
45127 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTDEntity() local
45147 pubid = gen_const_xmlChar_ptr(n_pubid, 3); in test_xmlTextWriterWriteDTDEntity()
45152 …tWriterWriteDTDEntity(writer, pe, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlChar *)… in test_xmlTextWriterWriteDTDEntity()
45158 des_const_xmlChar_ptr(n_pubid, (const xmlChar *)pubid, 3); in test_xmlTextWriterWriteDTDEntity()
45203 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTDExternalEntity() local
45220 pubid = gen_const_xmlChar_ptr(n_pubid, 3); in test_xmlTextWriterWriteDTDExternalEntity()
45224 …riteDTDExternalEntity(writer, pe, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlChar *)… in test_xmlTextWriterWriteDTDExternalEntity()
45230 des_const_xmlChar_ptr(n_pubid, (const xmlChar *)pubid, 3); in test_xmlTextWriterWriteDTDExternalEntity()
45268 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTDExternalEntityContents() local
45281 pubid = gen_const_xmlChar_ptr(n_pubid, 1); in test_xmlTextWriterWriteDTDExternalEntityContents()
45285 …ret_val = xmlTextWriterWriteDTDExternalEntityContents(writer, (const xmlChar *)pubid, (const xmlCh… in test_xmlTextWriterWriteDTDExternalEntityContents()
45289 des_const_xmlChar_ptr(n_pubid, (const xmlChar *)pubid, 1); in test_xmlTextWriterWriteDTDExternalEntityContents()
45380 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTDNotation() local
45392 pubid = gen_const_xmlChar_ptr(n_pubid, 2); in test_xmlTextWriterWriteDTDNotation()
45395 …extWriterWriteDTDNotation(writer, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlChar *)… in test_xmlTextWriterWriteDTDNotation()
45400 des_const_xmlChar_ptr(n_pubid, (const xmlChar *)pubid, 2); in test_xmlTextWriterWriteDTDNotation()