Home | History | Annotate | Download | only in dist

Lines Matching refs:newTnum

8949     int newTnum;                /* Rootpage of table being initialized */
76318 ** for the table from the db->init.newTnum field. (The page number
76322 p->tnum = db->init.newTnum;
77557 pIndex->tnum = db->init.newTnum;
87060 db->init.newTnum = sqlite3Atoi(argv[1]);