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

  /external/libxml2/include/libxml/
HTMLtree.h 137 htmlIsBooleanAttr (const xmlChar *name);
  /external/libxml2/
libxml2.syms 419 htmlIsBooleanAttr;
    [all...]
SAX2.c 1140 (value == NULL) && (htmlIsBooleanAttr(fullname))) {
    [all...]
xmlsave.c     [all...]
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...]
testapi.c     [all...]

Completed in 48 milliseconds