Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/include/libxml/
DparserInternals.h563 typedef void (*xmlEntityReferenceFunc) (xmlEntityPtr ent, typedef
567 XMLPUBFUN void XMLCALL xmlSetEntityReferenceFunc (xmlEntityReferenceFunc func);
/external/libxml2/include/libxml/
DparserInternals.h596 typedef void (*xmlEntityReferenceFunc) (xmlEntityPtr ent, typedef
600 XMLPUBFUN void XMLCALL xmlSetEntityReferenceFunc (xmlEntityReferenceFunc func);
/external/chromium_org/third_party/libxml/src/
Dparser.c14105 static xmlEntityReferenceFunc xmlEntityRefFunc = NULL;
14132 xmlSetEntityReferenceFunc(xmlEntityReferenceFunc func) in xmlSetEntityReferenceFunc()
/external/libxml2/
Dparser.c14636 static xmlEntityReferenceFunc xmlEntityRefFunc = NULL;
14663 xmlSetEntityReferenceFunc(xmlEntityReferenceFunc func) in xmlSetEntityReferenceFunc()