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