Home | History | Annotate | Download | only in libxml2

Lines Matching refs:is_nullable

145 #define IS_NULLABLE		(1 << 0)
3375 if (define->dflags & IS_NULLABLE)
3434 define->dflags |= IS_NULLABLE;
4091 int is_nullable = 0;
4109 is_nullable = xmlRelaxNGIsNullable(def);
4128 if (is_nullable == 0) {