Home
last modified time | relevance | path

Searched refs:xmlEntityReferenceFunc (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/reactos/libs/libxml/
H A DparserInternals.h598 typedef void (*xmlEntityReferenceFunc) (xmlEntityPtr ent, typedef
603 XMLPUBFUN void XMLCALL xmlSetEntityReferenceFunc (xmlEntityReferenceFunc func);
/reactos/sdk/lib/3rdparty/libxml2/
H A Dparser.c14621 static xmlEntityReferenceFunc xmlEntityRefFunc = NULL;
14648 xmlSetEntityReferenceFunc(xmlEntityReferenceFunc func) in xmlSetEntityReferenceFunc()