Searched defs:pubid (Results 1 - 3 of 3) sorted by relevance

/external/expat/tests/
H A Druntests.c95 const XML_Char *pubid,
92 dummy_start_doctype_handler(void *userData, const XML_Char *doctypeName, const XML_Char *sysid, const XML_Char *pubid, int has_internal_subset) argument
/external/libxml2/
H A Dxmlwriter.c2827 * @pubid: the public identifier, which is an alternative to the system identifier
2837 const xmlChar * pubid, const xmlChar * sysid)
2883 if (pubid != 0) {
2909 xmlOutputBufferWriteString(writer->out, (const char *) pubid);
2921 if (pubid == 0) {
3044 * @pubid: the public identifier, which is an alternative to the system identifier
3056 const xmlChar * pubid,
3064 rc = xmlTextWriterWriteVFormatDTD(writer, name, pubid, sysid, format,
3075 * @pubid: the public identifier, which is an alternative to the system identifier
3087 const xmlChar * pubid,
2835 xmlTextWriterStartDTD(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid) argument
3054 xmlTextWriterWriteFormatDTD(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const char *format, ...) argument
3085 xmlTextWriterWriteVFormatDTD(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const char *format, va_list argptr) argument
3120 xmlTextWriterWriteDTD(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * subset) argument
3859 xmlTextWriterWriteDTDEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * ndataid, const xmlChar * content) argument
3936 xmlTextWriterWriteDTDExternalEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * ndataid) argument
3984 xmlTextWriterWriteDTDExternalEntityContents(xmlTextWriterPtr writer, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * ndataid) argument
4116 xmlTextWriterWriteDTDNotation(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid) argument
[all...]
H A Dtestapi.c44078 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ local
44757 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ local
44917 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ local
44993 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ local
45058 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ local
45170 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ local
[all...]

Completed in 238 milliseconds