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

  /external/libxml2/include/libxml/
HTMLparser.h 203 htmlReadMemory (const char *buffer,
  /external/libxml2/
xmllint.c     [all...]
elfgcchack.h 702 #undef htmlReadMemory
703 extern __typeof (htmlReadMemory) htmlReadMemory __attribute((alias("htmlReadMemory__internal_alias")));
705 #ifndef htmlReadMemory
706 extern __typeof (htmlReadMemory) htmlReadMemory__internal_alias __attribute((visibility("hidden")));
707 #define htmlReadMemory htmlReadMemory__internal_alias
    [all...]
HTMLparser.c     [all...]

Completed in 34 milliseconds