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

  /external/libxml2/include/libxml/
parserInternals.h 545 XMLPUBFUN htmlParserCtxtPtr XMLCALL htmlCreateFileParserCtxt(const char *filename,
  /external/libxml2/
HTMLparser.c     [all...]
elfgcchack.h 126 #undef htmlCreateFileParserCtxt
127 extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt __attribute((alias("htmlCreateFileParserCtxt__internal_alias")));
129 #ifndef htmlCreateFileParserCtxt
130 extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt__internal_alias __attribute((visibility("hidden")));
131 #define htmlCreateFileParserCtxt htmlCreateFileParserCtxt__internal_alias
    [all...]

Completed in 201 milliseconds