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

  /external/libxml2/include/libxml/
HTMLparser.h 206 htmlReadMemory (const char *buffer,
  /external/libxml2/
libxml2.syms 1534 htmlReadMemory;
    [all...]
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...]
testapi.c 912 if (no == 1) return(htmlReadMemory("<html/>", 7, "test", NULL, 0));
    [all...]

Completed in 471 milliseconds