Searched refs:xmlEntityReferenceFunc (Results 1 – 2 of 2) sorted by relevance
598 typedef void (*xmlEntityReferenceFunc) (xmlEntityPtr ent, typedef603 XMLPUBFUN void XMLCALL xmlSetEntityReferenceFunc (xmlEntityReferenceFunc func);
14621 static xmlEntityReferenceFunc xmlEntityRefFunc = NULL;14648 xmlSetEntityReferenceFunc(xmlEntityReferenceFunc func) in xmlSetEntityReferenceFunc()