Searched refs:htmlParseEntityRef (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
H A DHTMLparser.h101 htmlParseEntityRef(htmlParserCtxtPtr ctxt,
/external/libxml2/
H A DHTMLparser.c2392 ent = htmlParseEntityRef(ctxt, &name);
2469 * htmlParseEntityRef:
2481 htmlParseEntityRef(htmlParserCtxtPtr ctxt, const xmlChar **str) { function
2493 "htmlParseEntityRef: no name\n", NULL, NULL);
2508 "htmlParseEntityRef: expecting ';'\n",
3781 ent = htmlParseEntityRef(ctxt, &name);
H A Delfgcchack.h630 #undef htmlParseEntityRef macro
631 extern __typeof (htmlParseEntityRef) htmlParseEntityRef __attribute((alias("htmlParseEntityRef__internal_alias")));
633 #ifndef htmlParseEntityRef
634 extern __typeof (htmlParseEntityRef) htmlParseEntityRef__internal_alias __attribute((visibility("hidden")));
635 #define htmlParseEntityRef htmlParseEntityRef__internal_alias macro

Completed in 354 milliseconds