Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3BtreeCreateTable

8919 SQLITE_PRIVATE int sqlite3BtreeCreateTable(Btree*, int*, int flags);
8934 /* The flags parameter to sqlite3BtreeCreateTable can be the bitwise OR
54217 ** sqlite3BtreeCreateTable()
58931 SQLITE_PRIVATE int sqlite3BtreeCreateTable(Btree *p, int *piTable, int flags){
71427 ** sqlite3BtreeCreateTable() with the BTREE_BLOBKEY flag before
71434 rc = sqlite3BtreeCreateTable(pCx->pBt, &pgno, BTREE_BLOBKEY | pOp->p5);
73100 rc = sqlite3BtreeCreateTable(pDb->pBt, &pgno, flags);