Home | History | Annotate | Download | only in src

Lines Matching defs:is_nullable

144 #define IS_NULLABLE		(1 << 0)
3375 if (define->dflags & IS_NULLABLE)
3434 define->dflags |= IS_NULLABLE;
4087 int is_nullable = 0;
4105 is_nullable = xmlRelaxNGIsNullable(def);
4124 if (is_nullable == 0) {