Searched refs:sqlite3BtreeGetMeta (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.h114 void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
118 ** The second parameter to sqlite3BtreeGetMeta or sqlite3BtreeUpdateMeta
H A Dvacuum.c298 sqlite3BtreeGetMeta(pMain, aCopy[i], &meta);
H A Dprepare.c249 sqlite3BtreeGetMeta(pDb->pBt, i+1, (u32 *)&meta[i]);
472 sqlite3BtreeGetMeta(pBt, BTREE_SCHEMA_VERSION, (u32 *)&cookie);
H A Dbackup.c360 sqlite3BtreeGetMeta(p->pDest, BTREE_SCHEMA_VERSION, &p->iDestSchema);
H A Dvdbe.c2859 sqlite3BtreeGetMeta(db->aDb[iDb].pBt, iCookie, (u32 *)&iMeta);
2931 sqlite3BtreeGetMeta(pBt, BTREE_SCHEMA_VERSION, (u32 *)&iMeta);
H A Dbtree.c6937 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &pgnoRoot);
7187 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &maxRootPgno);
7274 void sqlite3BtreeGetMeta(Btree *p, int idx, u32 *pMeta){ function
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7740 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
7744 ** The second parameter to sqlite3BtreeGetMeta or sqlite3BtreeUpdateMeta
54393 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *p, int idx, u32 *pMeta){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8952 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
8958 ** The second parameter to sqlite3BtreeGetMeta or sqlite3BtreeUpdateMeta
59156 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *p, int idx, u32 *pMeta){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8952 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
8958 ** The second parameter to sqlite3BtreeGetMeta or sqlite3BtreeUpdateMeta
59176 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *p, int idx, u32 *pMeta){ function
[all...]

Completed in 633 milliseconds