Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:sqlite3BtreeMaxPageCount

7696 SQLITE_PRIVATE int sqlite3BtreeMaxPageCount(Btree*,int);
49322 SQLITE_PRIVATE int sqlite3BtreeMaxPageCount(Btree *p, int mxPage){
68275 pOut->u.i = sqlite3BtreeMaxPageCount(pBt, newMax);