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

/external/libxml2/
H A Drelaxng.c258 #define FLAGS_IGNORABLE 1 macro
2363 if (((ctxt->flags & FLAGS_IGNORABLE) == 0) ||
3787 ctxt.flags = FLAGS_IGNORABLE | FLAGS_NOERROR;
8033 if ((ctxt->flags & FLAGS_IGNORABLE) == 0)
8180 if ((ctxt->flags & FLAGS_IGNORABLE) == 0)
8249 ctxt->flags |= FLAGS_IGNORABLE;
8262 if ((ctxt->flags & FLAGS_IGNORABLE) == 0) {
8787 ctxt->flags |= FLAGS_IGNORABLE;
8800 if ((ctxt->flags & FLAGS_IGNORABLE) == 0)
8897 ctxt->flags |= FLAGS_IGNORABLE;
[all...]

Completed in 38 milliseconds