Searched refs:xmlEntityReferenceFunc (Results 1 – 2 of 2) sorted by relevance
563 typedef void (*xmlEntityReferenceFunc) (xmlEntityPtr ent, typedef567 XMLPUBFUN void XMLCALL xmlSetEntityReferenceFunc (xmlEntityReferenceFunc func);
13746 static xmlEntityReferenceFunc xmlEntityRefFunc = NULL;13773 xmlSetEntityReferenceFunc(xmlEntityReferenceFunc func) in xmlSetEntityReferenceFunc()