OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:htmlIsBooleanAttr
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libxml/src/
HTMLtree.c
307
*
htmlIsBooleanAttr
:
315
htmlIsBooleanAttr
(const xmlChar *name)
690
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
...]
/external/libxml2/
HTMLtree.c
307
*
htmlIsBooleanAttr
:
315
htmlIsBooleanAttr
(const xmlChar *name)
688
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 32 milliseconds