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

  /external/libxml2/python/tests/
serialize.py 70 doc = libxml2.htmlParseDoc("""<html><head><title>Hello</title><body><p>hello</body></html>""", None)
  /external/libxml2/include/libxml/
HTMLparser.h 123 htmlParseDoc (const xmlChar *cur,
  /external/libxml2/
libxml2.syms 708 htmlParseDoc;
    [all...]
elfgcchack.h 594 #undef htmlParseDoc
595 extern __typeof (htmlParseDoc) htmlParseDoc __attribute((alias("htmlParseDoc__internal_alias")));
597 #ifndef htmlParseDoc
598 extern __typeof (htmlParseDoc) htmlParseDoc__internal_alias __attribute((visibility("hidden")));
599 #define htmlParseDoc htmlParseDoc__internal_alias
    [all...]
testapi.c     [all...]

Completed in 93 milliseconds