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

  /external/libxml2/include/libxml/
HTMLparser.h 267 XMLPUBFUN int XMLCALL htmlElementAllowedHere(const htmlElemDesc*, const xmlChar*) ;
288 htmlElementAllowedHere((parent), (elt)->name)
  /external/libxml2/
HTMLparser.c     [all...]
elfgcchack.h 318 #undef htmlElementAllowedHere
319 extern __typeof (htmlElementAllowedHere) htmlElementAllowedHere __attribute((alias("htmlElementAllowedHere__internal_alias")));
321 #ifndef htmlElementAllowedHere
322 extern __typeof (htmlElementAllowedHere) htmlElementAllowedHere__internal_alias __attribute((visibility("hidden")));
323 #define htmlElementAllowedHere htmlElementAllowedHere__internal_alias
    [all...]

Completed in 46 milliseconds