HomeSort by relevance Sort by last modified time
    Searched defs:htmlIsBooleanAttr (Results 1 - 2 of 2) sorted by null

  /external/libxml2/
HTMLtree.c 298 * htmlIsBooleanAttr:
306 htmlIsBooleanAttr(const xmlChar *name)
681 if ((cur->children != NULL) && (!htmlIsBooleanAttr(cur->name))) {
elfgcchack.h 438 #undef htmlIsBooleanAttr
439 extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr __attribute((alias("htmlIsBooleanAttr__internal_alias")));
441 #ifndef htmlIsBooleanAttr
442 extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr__internal_alias __attribute((visibility("hidden")));
443 #define htmlIsBooleanAttr htmlIsBooleanAttr__internal_alias
    [all...]

Completed in 659 milliseconds