Home | History | Annotate | Download | only in libxml2

Lines Matching defs:is_nullable

145 #define IS_NULLABLE		(1 << 0)
3376 if (define->dflags & IS_NULLABLE)
3435 define->dflags |= IS_NULLABLE;
4088 int is_nullable = 0;
4106 is_nullable = xmlRelaxNGIsNullable(def);
4125 if (is_nullable == 0) {