Searched refs:xmlTextWriterStartDTDEntity (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlwriter.h380 xmlTextWriterStartDTDEntity(xmlTextWriterPtr writer,
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlwriter.c3554 * xmlTextWriterStartDTDEntity:
3564 xmlTextWriterStartDTDEntity(xmlTextWriterPtr writer, function
3836 count = xmlTextWriterStartDTDEntity(writer, pe, name);
3863 * Write a DTD external entity. The entity must have been started with xmlTextWriterStartDTDEntity
3884 count = xmlTextWriterStartDTDEntity(writer, pe, name);
3936 "xmlTextWriterWriteDTDExternalEntityContents: you must call xmlTextWriterStartDTDEntity before the call to this function!\n");
3956 "xmlTextWriterWriteDTDExternalEntityContents: you must call xmlTextWriterStartDTDEntity before the call to this function!\n");
H A Delfgcchack.h11954 #undef xmlTextWriterStartDTDEntity macro
11955 extern __typeof (xmlTextWriterStartDTDEntity) xmlTextWriterStartDTDEntity __attribute((alias("xmlTextWriterStartDTDEntity__internal_alias")));
11957 #ifndef xmlTextWriterStartDTDEntity
11958 extern __typeof (xmlTextWriterStartDTDEntity) xmlTextWriterStartDTDEntity__internal_alias __attribute((visibility("hidden")));
11959 #define xmlTextWriterStartDTDEntity xmlTextWriterStartDTDEntity__internal_alias macro

Completed in 128 milliseconds