MX_CELL_SIZE     49535 third_party/sqlite/amalgamation/sqlite3.c   assert( pBt->maxLeaf + 23 <= MX_CELL_SIZE(pBt) );
MX_CELL_SIZE     53833 third_party/sqlite/amalgamation/sqlite3.c   assert( szNew <= MX_CELL_SIZE(pBt) );
MX_CELL_SIZE     53973 third_party/sqlite/amalgamation/sqlite3.c     assert( MX_CELL_SIZE(pBt) >= nCell );
MX_CELL_SIZE     2416 third_party/sqlite/src/src/btree.c   assert( pBt->maxLeaf + 23 <= MX_CELL_SIZE(pBt) );
MX_CELL_SIZE     6714 third_party/sqlite/src/src/btree.c   assert( szNew <= MX_CELL_SIZE(pBt) );
MX_CELL_SIZE     6854 third_party/sqlite/src/src/btree.c     assert( MX_CELL_SIZE(pBt) >= nCell );