Home | History | Annotate | Download | only in libxml2

Lines Matching refs:is_nullable

146 #define IS_NULLABLE		(1 << 0)
3376 if (define->dflags & IS_NULLABLE)
3435 define->dflags |= IS_NULLABLE;
4092 int is_nullable = 0;
4110 is_nullable = xmlRelaxNGIsNullable(def);
4129 if (is_nullable == 0) {