Searched refs:pCrsr (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | vdbe.c | 2697 BtCursor *pCrsr; in sqliteVdbeExec() local 2707 if( (pCrsr = p->aCsr[i].pCursor)!=0 ){ in sqliteVdbeExec() 2724 rc = sqliteBtreeMoveto(pCrsr, zKey, nKey-4, &res); in sqliteVdbeExec() 2727 rc = sqliteBtreeNext(pCrsr, &res); in sqliteVdbeExec() 2733 rc = sqliteBtreeKeyCompare(pCrsr, zKey, nKey-4, 4, &res); in sqliteVdbeExec() 2745 sqliteBtreeKey(pCrsr, nKey - 4, 4, (char*)&v); in sqliteVdbeExec() 2779 BtCursor *pCrsr; in sqliteVdbeExec() local 2782 if( (pCrsr = p->aCsr[i].pCursor)!=0 ){ in sqliteVdbeExec() 2786 rx = sqliteBtreeMoveto(pCrsr, (char*)&iKey, sizeof(int), &res); in sqliteVdbeExec() 3075 BtCursor *pCrsr = pC->pCursor; in sqliteVdbeExec() local [all …]
|