HomeSort by relevance Sort by last modified time
    Searched refs:htmlParseCharRef (Results 1 - 3 of 3) sorted by null

  /external/libxml2/include/libxml/
HTMLparser.h 104 htmlParseCharRef(htmlParserCtxtPtr ctxt);
  /external/libxml2/
HTMLparser.c     [all...]
elfgcchack.h 570 #undef htmlParseCharRef
571 extern __typeof (htmlParseCharRef) htmlParseCharRef __attribute((alias("htmlParseCharRef__internal_alias")));
573 #ifndef htmlParseCharRef
574 extern __typeof (htmlParseCharRef) htmlParseCharRef__internal_alias __attribute((visibility("hidden")));
575 #define htmlParseCharRef htmlParseCharRef__internal_alias
    [all...]

Completed in 53 milliseconds