Home | History | Annotate | Download | only in libxml2

Lines Matching full:is_nullable

144 #define IS_NULLABLE		(1 << 0)
3344 if (define->dflags & IS_NULLABLE)
3403 define->dflags |= IS_NULLABLE;
4053 int is_nullable = 0;
4071 is_nullable = xmlRelaxNGIsNullable(def);
4090 if (is_nullable == 0) {