Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c14651 static xmlEntityReferenceFunc xmlEntityRefFunc = NULL; variable
14665 if (xmlEntityRefFunc != NULL) { in xmlAddEntityReference()
14666 (*xmlEntityRefFunc) (ent, firstNode, lastNode); in xmlAddEntityReference()
14680 xmlEntityRefFunc = func; in xmlSetEntityReferenceFunc()