Searched defs:htmlParseEntityRef (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DHTMLparser.c2391 ent = htmlParseEntityRef(ctxt, &name);
2468 * htmlParseEntityRef:
2480 htmlParseEntityRef(htmlParserCtxtPtr ctxt, const xmlChar **str) { function
2492 "htmlParseEntityRef: no name\n", NULL, NULL);
2507 "htmlParseEntityRef: expecting ';'\n",
3758 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 102 milliseconds