iKey             40023 ext/sqlite3/libsqlite/sqlite3.c   unsigned int iKey;             /* Key value (page number) */
iKey             40334 ext/sqlite3/libsqlite/sqlite3.c         unsigned int h = pPage->iKey % nNew;
iKey             40393 ext/sqlite3/libsqlite/sqlite3.c   h = pPage->iKey % pCache->nHash;
iKey             40434 ext/sqlite3/libsqlite/sqlite3.c       if( pPage->iKey>=iLimit ){
iKey             40602 ext/sqlite3/libsqlite/sqlite3.c   unsigned int iKey, 
iKey             40663 ext/sqlite3/libsqlite/sqlite3.c     unsigned int h = iKey % pCache->nHash;
iKey             40665 ext/sqlite3/libsqlite/sqlite3.c     pPage->iKey = iKey;
iKey             40673 ext/sqlite3/libsqlite/sqlite3.c     if( iKey>pCache->iMaxKey ){
iKey             40674 ext/sqlite3/libsqlite/sqlite3.c       pCache->iMaxKey = iKey;
iKey             40736 ext/sqlite3/libsqlite/sqlite3.c   unsigned int iKey, 
iKey             40751 ext/sqlite3/libsqlite/sqlite3.c   pPage = pCache->apHash[iKey % pCache->nHash];
iKey             40752 ext/sqlite3/libsqlite/sqlite3.c   while( pPage && pPage->iKey!=iKey ){ pPage = pPage->pNext; }
iKey             40759 ext/sqlite3/libsqlite/sqlite3.c     pPage = pcache1FetchStage2(pCache, iKey, createFlag);
iKey             40761 ext/sqlite3/libsqlite/sqlite3.c   assert( pPage==0 || pCache->iMaxKey>=iKey );
iKey             40824 ext/sqlite3/libsqlite/sqlite3.c   assert( pPage->iKey==iOld );
iKey             40837 ext/sqlite3/libsqlite/sqlite3.c   pPage->iKey = iNew;
iKey             49858 ext/sqlite3/libsqlite/sqlite3.c     int iKey;        /* Hash key */
iKey             49860 ext/sqlite3/libsqlite/sqlite3.c       for(iKey=walHash(aPgno[i]); aHash[iKey]; iKey=walNextHash(iKey)){
iKey             49861 ext/sqlite3/libsqlite/sqlite3.c         if( aHash[iKey]==i ) break;
iKey             49863 ext/sqlite3/libsqlite/sqlite3.c       assert( aHash[iKey]==i );
iKey             49886 ext/sqlite3/libsqlite/sqlite3.c     int iKey;                     /* Hash table key */
iKey             49914 ext/sqlite3/libsqlite/sqlite3.c     for(iKey=walHash(iPage); aHash[iKey]; iKey=walNextHash(iKey)){
iKey             49918 ext/sqlite3/libsqlite/sqlite3.c     aHash[iKey] = (ht_slot)idx;
iKey             49939 ext/sqlite3/libsqlite/sqlite3.c         for(iKey=walHash(aPgno[i]); aHash[iKey]; iKey=walNextHash(iKey)){
iKey             49940 ext/sqlite3/libsqlite/sqlite3.c           if( aHash[iKey]==i ) break;
iKey             49942 ext/sqlite3/libsqlite/sqlite3.c         assert( aHash[iKey]==i );
iKey             51317 ext/sqlite3/libsqlite/sqlite3.c     int iKey;                     /* Hash slot index */
iKey             51326 ext/sqlite3/libsqlite/sqlite3.c     for(iKey=walHash(pgno); aHash[iKey]; iKey=walNextHash(iKey)){
iKey             51327 ext/sqlite3/libsqlite/sqlite3.c       u32 iFrame = aHash[iKey] + iZero;
iKey             51328 ext/sqlite3/libsqlite/sqlite3.c       if( iFrame<=iLast && aPgno[aHash[iKey]]==pgno ){
iKey             74441 ext/sqlite3/libsqlite/sqlite3.c   i64 iKey;      /* The rowid we are to seek to */
iKey             74482 ext/sqlite3/libsqlite/sqlite3.c     iKey = sqlite3VdbeIntValue(pIn3);
iKey             74501 ext/sqlite3/libsqlite/sqlite3.c       if( pIn3->u.r<(double)iKey ){
iKey             74510 ext/sqlite3/libsqlite/sqlite3.c       else if( pIn3->u.r>(double)iKey ){
iKey             74517 ext/sqlite3/libsqlite/sqlite3.c     rc = sqlite3BtreeMovetoUnpacked(pC->pCursor, 0, (u64)iKey, 0, &res);
iKey             74518 ext/sqlite3/libsqlite/sqlite3.c     pC->movetoTarget = iKey;  /* Used by OP_Delete */
iKey             74775 ext/sqlite3/libsqlite/sqlite3.c   u64 iKey;
iKey             74790 ext/sqlite3/libsqlite/sqlite3.c   iKey = pIn3->u.i;
iKey             74791 ext/sqlite3/libsqlite/sqlite3.c   rc = sqlite3BtreeMovetoUnpacked(pCrsr, 0, iKey, 0, &res);
iKey             74792 ext/sqlite3/libsqlite/sqlite3.c   pC->movetoTarget = iKey;  /* Used by OP_Delete */
iKey             75003 ext/sqlite3/libsqlite/sqlite3.c   i64 iKey;         /* The integer ROWID or key for the record to be inserted */
iKey             75026 ext/sqlite3/libsqlite/sqlite3.c     iKey = pKey->u.i;
iKey             75029 ext/sqlite3/libsqlite/sqlite3.c     iKey = pOp->p3;
iKey             75033 ext/sqlite3/libsqlite/sqlite3.c   if( pOp->p5 & OPFLAG_LASTROWID ) db->lastRowid = lastRowid = iKey;
iKey             75046 ext/sqlite3/libsqlite/sqlite3.c   rc = sqlite3BtreeInsert(pC->pCursor, 0, iKey,
iKey             75059 ext/sqlite3/libsqlite/sqlite3.c     db->xUpdateCallback(db->pUpdateArg, op, zDb, zTbl, iKey);
iKey             75099 ext/sqlite3/libsqlite/sqlite3.c     i64 iKey = 0;
iKey             75100 ext/sqlite3/libsqlite/sqlite3.c     sqlite3BtreeKeySize(pC->pCursor, &iKey);
iKey             75101 ext/sqlite3/libsqlite/sqlite3.c     assert( pC->movetoTarget==iKey ); 
iKey             95828 ext/sqlite3/libsqlite/sqlite3.c   int iKey;              /* Memory cell holding key of row to be deleted */
iKey             96001 ext/sqlite3/libsqlite/sqlite3.c       iKey = iPk;
iKey             96003 ext/sqlite3/libsqlite/sqlite3.c       iKey = pParse->nMem + 1;
iKey             96004 ext/sqlite3/libsqlite/sqlite3.c       iKey = sqlite3ExprCodeGetColumn(pParse, pTab, -1, iTabCur, iKey, 0);
iKey             96005 ext/sqlite3/libsqlite/sqlite3.c       if( iKey>pParse->nMem ) pParse->nMem = iKey;
iKey             96027 ext/sqlite3/libsqlite/sqlite3.c       iKey = ++pParse->nMem;
iKey             96029 ext/sqlite3/libsqlite/sqlite3.c       sqlite3VdbeAddOp4(v, OP_MakeRecord, iPk, nPk, iKey,
iKey             96031 ext/sqlite3/libsqlite/sqlite3.c       sqlite3VdbeAddOp2(v, OP_IdxInsert, iEphCur, iKey);
iKey             96035 ext/sqlite3/libsqlite/sqlite3.c       sqlite3VdbeAddOp2(v, OP_RowSetAdd, iRowSet, iKey);
iKey             96069 ext/sqlite3/libsqlite/sqlite3.c         sqlite3VdbeAddOp4Int(v, OP_NotFound, iDataCur, addrBypass, iKey, nKey);
iKey             96074 ext/sqlite3/libsqlite/sqlite3.c       sqlite3VdbeAddOp2(v, OP_RowKey, iEphCur, iKey);
iKey             96077 ext/sqlite3/libsqlite/sqlite3.c       addrLoop = sqlite3VdbeAddOp3(v, OP_RowSetRead, iRowSet, 0, iKey);
iKey             96087 ext/sqlite3/libsqlite/sqlite3.c       sqlite3VdbeAddOp4(v, OP_VUpdate, 0, 1, iKey, pVTab, P4_VTAB);
iKey             96095 ext/sqlite3/libsqlite/sqlite3.c                                iKey, nKey, count, OE_Default, okOnePass);
iKey             99025 ext/sqlite3/libsqlite/sqlite3.c     int iKey;
iKey             99026 ext/sqlite3/libsqlite/sqlite3.c     for(iKey=0; iKey<pTab->nCol; iKey++){
iKey             99027 ext/sqlite3/libsqlite/sqlite3.c       if( aChange[iKey]>=0 || (iKey==pTab->iPKey && bChngRowid) ){
iKey             99028 ext/sqlite3/libsqlite/sqlite3.c         Column *pCol = &pTab->aCol[iKey];
iKey             104911 ext/sqlite3/libsqlite/sqlite3.c           int iKey = pFK->aCol[0].iFrom;
iKey             104912 ext/sqlite3/libsqlite/sqlite3.c           assert( iKey>=0 && iKey<pTab->nCol );
iKey             104913 ext/sqlite3/libsqlite/sqlite3.c           if( iKey!=pTab->iPKey ){
iKey             104914 ext/sqlite3/libsqlite/sqlite3.c             sqlite3VdbeAddOp3(v, OP_Column, 0, iKey, regRow);
iKey             104915 ext/sqlite3/libsqlite/sqlite3.c             sqlite3ColumnDefault(v, pTab, iKey, regRow);