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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlreader.c162 #define NODE_IS_PRESERVED 0x2 macro
1098 if ((tmp->extra & NODE_IS_PRESERVED) == 0) {
1379 if ((tmp->extra & NODE_IS_PRESERVED) == 0) {
1426 ((oldnode->extra & NODE_IS_PRESERVED) == 0) &&
1440 ((reader->node->last->extra & NODE_IS_PRESERVED) == 0)) {
3878 cur->extra |= NODE_IS_PRESERVED;
3886 parent->extra |= NODE_IS_PRESERVED;

Completed in 100 milliseconds