Searched defs:htmlIsBooleanAttr (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DHTMLtree.c298 * htmlIsBooleanAttr:
306 htmlIsBooleanAttr(const xmlChar *name) function
676 if ((cur->children != NULL) && (!htmlIsBooleanAttr(cur->name))) {
H A Delfgcchack.h438 #undef htmlIsBooleanAttr macro
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 macro

Completed in 69 milliseconds