Home | History | Annotate | Download | only in libxml2

Lines Matching refs:NO_BASE

367   NO_BASE      = -1,
1264 base = NO_BASE;
1877 if (base == NO_BASE)
1888 parameters[pos].base = (base == NO_BASE) ? BASE_DECIMAL : base;
2190 assert(((base >= MIN_BASE) && (base <= MAX_BASE)) || (base == NO_BASE));
2193 if (base == NO_BASE)
2648 assert(((base >= MIN_BASE) && (base <= MAX_BASE)) || (base == NO_BASE));
2713 if (base == NO_BASE)
5442 assert((base >= MIN_BASE && base <= MAX_BASE) || (base == NO_BASE));
5478 case NO_BASE: