MX_CELL_SIZE 46423 third_party/sqlite/amalgamation/sqlite3.c #define MX_CELL_SIZE(pBt) ((int)(pBt->pageSize-8)) MX_CELL_SIZE 221 third_party/sqlite/src/src/btreeInt.h #define MX_CELL_SIZE(pBt) ((int)(pBt->pageSize-8))