Home
last modified time | relevance | path

Searched defs:iNew (Results 1 – 15 of 15) sorted by relevance

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_tree.c828 static int treeUpdatePtr(lsm_db *pDb, TreeCursor *pCsr, u32 iNew){ in treeUpdatePtr()
973 u32 iNew = 0; in treeInsert() local
1025 u32 iNew; in treeInsertLeaf() local
1374 u32 iNew; in treeOverwriteKey() local
1611 u32 iNew; in treeDeleteEntry() local
H A Dlsm_sorted.c1016 int iNew /* Page number of new page */ in segmentPtrLoadPage()
1057 int iNew /* Cell number of new cell */ in segmentPtrLoadCell()
H A Dlsm_file.c2146 int iNew; /* New block number */ in lsmFsSortedAppend() local
/sqlite-3.40.0/src/
H A Dtest_vfs.c1335 int iNew = 0; in testvfs_obj_cmd() local
1379 int iNew = 0; in testvfs_obj_cmd() local
H A Dpcache1.c1117 unsigned int iNew in pcache1Rekey()
H A Dtest_malloc.c1456 int iNew; in test_vfs_oom_test() local
H A Dwhere.c1880 tRowcnt iNew; in whereRangeScanEst() local
1897 tRowcnt iNew; in whereRangeScanEst() local
H A Dbtree.c7496 int iNew, /* Index of new first cell on page */ in editPage()
8396 int iNew = 0; in balance_nonroot() local
8523 int iNew; in balance_nonroot() local
H A Dmain.c3947 int iNew = *(int*)pArg; in sqlite3_file_control() local
H A Dpager.c7214 void sqlite3PagerRekey(DbPage *pPg, Pgno iNew, u16 flags){ in sqlite3PagerRekey()
/sqlite-3.40.0/ext/misc/
H A Dfileio.c695 int iNew = pCur->iLvl + 1; in fsdirNext() local
H A Dclosure.c723 sqlite3_int64 iNew = sqlite3_column_int64(pStmt, 0); in closureFilter() local
/sqlite-3.40.0/ext/fts5/
H A Dfts5_storage.c1161 int iNew = p->pConfig->iCookie + 1; in sqlite3Fts5StorageConfigValue() local
H A Dfts5_main.c1701 i64 iNew = sqlite3_value_int64(apVal[1]); /* Rowid to delete */ in fts5UpdateMethod() local
1710 i64 iNew = sqlite3_value_int64(apVal[1]); /* New rowid */ in fts5UpdateMethod() local
H A Dfts5_index.c5755 int sqlite3Fts5IndexSetCookie(Fts5Index *p, int iNew){ in sqlite3Fts5IndexSetCookie()