Searched refs:NODE_IS_EMPTY (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlreader.c161 #define NODE_IS_EMPTY 0x1 macro
637 ctxt->node->extra = NODE_IS_EMPTY;
702 ctxt->node->extra = NODE_IS_EMPTY;
1337 ((reader->node->extra & NODE_IS_EMPTY) == 0)
1379 ((reader->node->extra & NODE_IS_EMPTY) == 0)) {;
1619 if (cur->extra & NODE_IS_EMPTY)
3022 return((reader->node->extra & NODE_IS_EMPTY) != 0);

Completed in 92 milliseconds