xmlCurrentChar    531 third_party/libxml/src/HTMLparser.c     return(xmlCurrentChar(ctxt, len));
xmlCurrentChar   2539 third_party/libxml/src/elfgcchack.h #undef xmlCurrentChar
xmlCurrentChar   2540 third_party/libxml/src/elfgcchack.h extern __typeof (xmlCurrentChar) xmlCurrentChar __attribute((alias("xmlCurrentChar__internal_alias")));
xmlCurrentChar   2542 third_party/libxml/src/elfgcchack.h #ifndef xmlCurrentChar
xmlCurrentChar   2543 third_party/libxml/src/elfgcchack.h extern __typeof (xmlCurrentChar) xmlCurrentChar__internal_alias __attribute((visibility("hidden")));
xmlCurrentChar   2544 third_party/libxml/src/elfgcchack.h #define xmlCurrentChar xmlCurrentChar__internal_alias
xmlCurrentChar    530 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN int XMLCALL			xmlCurrentChar		(xmlParserCtxtPtr ctxt,
xmlCurrentChar   1898 third_party/libxml/src/parser.c #define CUR_CHAR(l) xmlCurrentChar(ctxt, &l)
xmlCurrentChar   16034 third_party/libxml/src/testapi.c         ret_val = xmlCurrentChar(ctxt, len);