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

/external/chromium_org/third_party/libxml/src/
H A Dxmlwriter.c3841 * @ndataid: the xml notation name.
3854 const xmlChar * ndataid,
3859 if ((pe != 0) && (ndataid != NULL))
3867 sysid, ndataid);
3919 * @ndataid: the xml notation name.
3931 const xmlChar * ndataid)
3938 if ((pe != 0) && (ndataid != NULL))
3949 ndataid);
3967 * @ndataid: the xml notation name.
3977 const xmlChar * ndataid)
3849 xmlTextWriterWriteDTDEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * ndataid, const xmlChar * content) argument
3926 xmlTextWriterWriteDTDExternalEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * ndataid) argument
3974 xmlTextWriterWriteDTDExternalEntityContents(xmlTextWriterPtr writer, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * ndataid) argument
[all...]
H A Dtestapi.c44538 xmlChar * ndataid; /* the xml notation name. */ local
44614 xmlChar * ndataid; /* the xml notation name. */ local
44679 xmlChar * ndataid; /* the xml notation name. */ local
[all...]
/external/libxml2/
H A Dxmlwriter.c3845 * @ndataid: the xml notation name.
3858 const xmlChar * ndataid,
3863 if ((pe != 0) && (ndataid != NULL))
3871 sysid, ndataid);
3923 * @ndataid: the xml notation name.
3935 const xmlChar * ndataid)
3942 if ((pe != 0) && (ndataid != NULL))
3953 ndataid);
3971 * @ndataid: the xml notation name.
3981 const xmlChar * ndataid)
3853 xmlTextWriterWriteDTDEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * ndataid, const xmlChar * content) argument
3930 xmlTextWriterWriteDTDExternalEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * ndataid) argument
3978 xmlTextWriterWriteDTDExternalEntityContents(xmlTextWriterPtr writer, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * ndataid) argument
[all...]

Completed in 313 milliseconds