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

  /external/libxml2/include/libxml/
HTMLparser.h 270 XMLPUBFUN int XMLCALL htmlElementAllowedHere(const htmlElemDesc*, const xmlChar*) ;
291 htmlElementAllowedHere((parent), (elt)->name)
  /external/libxml2/
libxml2.syms 1306 htmlElementAllowedHere;
    [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...]
testapi.c     [all...]

Completed in 47 milliseconds