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

  /external/libxml2/include/libxml/
HTMLparser.h 167 htmlFreeParserCtxt (htmlParserCtxtPtr ctxt);
  /external/libxml2/
HTMLparser.c     [all...]
xmllint.c     [all...]
elfgcchack.h 378 #undef htmlFreeParserCtxt
379 extern __typeof (htmlFreeParserCtxt) htmlFreeParserCtxt __attribute((alias("htmlFreeParserCtxt__internal_alias")));
381 #ifndef htmlFreeParserCtxt
382 extern __typeof (htmlFreeParserCtxt) htmlFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
383 #define htmlFreeParserCtxt htmlFreeParserCtxt__internal_alias
    [all...]

Completed in 39 milliseconds