MIN_BASE 2186 third_party/libxml/src/trio.c assert(((base >= MIN_BASE) && (base <= MAX_BASE)) || (base == NO_BASE)); MIN_BASE 2644 third_party/libxml/src/trio.c assert(((base >= MIN_BASE) && (base <= MAX_BASE)) || (base == NO_BASE)); MIN_BASE 5438 third_party/libxml/src/trio.c assert((base >= MIN_BASE && base <= MAX_BASE) || (base == NO_BASE));