Home
last modified time | relevance | path

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

/third_party/libxml2/
Dparser.c14626 static xmlEntityReferenceFunc xmlEntityRefFunc = NULL; variable
14640 if (xmlEntityRefFunc != NULL) { in xmlAddEntityReference()
14641 (*xmlEntityRefFunc) (ent, firstNode, lastNode); in xmlAddEntityReference()
14655 xmlEntityRefFunc = func; in xmlSetEntityReferenceFunc()