Searched refs:htmlIsBooleanAttr (Results 1 – 9 of 9) sorted by relevance
137 htmlIsBooleanAttr (const xmlChar *name);
161 d htmlIsBooleanAttr...162 d pr 10i 0 extproc('htmlIsBooleanAttr')
323 htmlIsBooleanAttr(const xmlChar *name) in htmlIsBooleanAttr() function708 if ((cur->children != NULL) && (!htmlIsBooleanAttr(cur->name))) { in htmlAttrDumpOutput()
419 htmlIsBooleanAttr;
1362 (htmlIsBooleanAttr(cur->name))) { in xhtmlAttrListDumpOutput()
438 #undef htmlIsBooleanAttr439 extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr __attribute((alias("htmlIsBooleanAttr__intern…441 #ifndef htmlIsBooleanAttr442 extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr__internal_alias __attribute((visibility("hidd…443 #define htmlIsBooleanAttr htmlIsBooleanAttr__internal_alias macro
1140 (value == NULL) && (htmlIsBooleanAttr(fullname))) { in xmlSAX2AttributeInternal()
3114 ret_val = htmlIsBooleanAttr((const xmlChar *)name); in test_htmlIsBooleanAttr()
327 htmlIsBooleanAttr