Lines Matching defs:sysid
5734 xmlChar * sysID; /* the system ID string */
5743 sysID = gen_const_xmlChar_ptr(n_sysID, 2);
5745 ret_val = xmlACatalogResolve(catal, (const xmlChar *)pubID, (const xmlChar *)sysID);
5750 des_const_xmlChar_ptr(n_sysID, (const xmlChar *)sysID, 2);
5821 xmlChar * sysID; /* the system ID string */
5828 sysID = gen_const_xmlChar_ptr(n_sysID, 1);
5830 ret_val = xmlACatalogResolveSystem(catal, (const xmlChar *)sysID);
5834 des_const_xmlChar_ptr(n_sysID, (const xmlChar *)sysID, 1);
6082 xmlChar * sysID; /* the system ID string */
6091 sysID = gen_const_xmlChar_ptr(n_sysID, 2);
6093 ret_val = xmlCatalogLocalResolve(catalogs, (const xmlChar *)pubID, (const xmlChar *)sysID);
6098 des_const_xmlChar_ptr(n_sysID, (const xmlChar *)sysID, 2);
6193 xmlChar * sysID; /* the system ID string */
6199 sysID = gen_const_xmlChar_ptr(n_sysID, 1);
6201 ret_val = xmlCatalogResolve((const xmlChar *)pubID, (const xmlChar *)sysID);
6205 des_const_xmlChar_ptr(n_sysID, (const xmlChar *)sysID, 1);
6257 xmlChar * sysID; /* the system ID string */
6262 sysID = gen_const_xmlChar_ptr(n_sysID, 0);
6264 ret_val = xmlCatalogResolveSystem((const xmlChar *)sysID);
6267 des_const_xmlChar_ptr(n_sysID, (const xmlChar *)sysID, 0);
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);