Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DparserInternals.h563 typedef void (*xmlEntityReferenceFunc) (xmlEntityPtr ent, typedef
567 XMLPUBFUN void XMLCALL xmlSetEntityReferenceFunc (xmlEntityReferenceFunc func);
/external/libxml2/
Dparser.c13746 static xmlEntityReferenceFunc xmlEntityRefFunc = NULL;
13773 xmlSetEntityReferenceFunc(xmlEntityReferenceFunc func) in xmlSetEntityReferenceFunc()