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

/external/libxml2/
H A Drelaxng.c259 #define FLAGS_IGNORABLE 1 macro
2366 if (((ctxt->flags & FLAGS_IGNORABLE) == 0) ||
3790 ctxt.flags = FLAGS_IGNORABLE | FLAGS_NOERROR;
8039 if ((ctxt->flags & FLAGS_IGNORABLE) == 0)
8186 if ((ctxt->flags & FLAGS_IGNORABLE) == 0)
8255 ctxt->flags |= FLAGS_IGNORABLE;
8268 if ((ctxt->flags & FLAGS_IGNORABLE) == 0) {
8793 ctxt->flags |= FLAGS_IGNORABLE;
8806 if ((ctxt->flags & FLAGS_IGNORABLE) == 0)
8903 ctxt->flags |= FLAGS_IGNORABLE;
[all...]

Completed in 87 milliseconds