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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DparserInternals.h558 XMLPUBFUN void XMLCALL xmlSetEntityReferenceFunc (xmlEntityReferenceFunc func);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Delfgcchack.h10164 #undef xmlSetEntityReferenceFunc macro
10165 extern __typeof (xmlSetEntityReferenceFunc) xmlSetEntityReferenceFunc __attribute((alias("xmlSetEntityReferenceFunc__internal_alias")));
10167 #ifndef xmlSetEntityReferenceFunc
10168 extern __typeof (xmlSetEntityReferenceFunc) xmlSetEntityReferenceFunc__internal_alias __attribute((visibility("hidden")));
10169 #define xmlSetEntityReferenceFunc xmlSetEntityReferenceFunc__internal_alias macro
H A Dparser.c12699 * xmlSetEntityReferenceFunc:
12705 xmlSetEntityReferenceFunc(xmlEntityReferenceFunc func) function

Completed in 99 milliseconds