Searched refs:pCrsr (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | vdbe.c | 2695 BtCursor *pCrsr; in sqliteVdbeExec() local 2705 if( (pCrsr = p->aCsr[i].pCursor)!=0 ){ in sqliteVdbeExec() 2722 rc = sqliteBtreeMoveto(pCrsr, zKey, nKey-4, &res); in sqliteVdbeExec() 2725 rc = sqliteBtreeNext(pCrsr, &res); in sqliteVdbeExec() 2731 rc = sqliteBtreeKeyCompare(pCrsr, zKey, nKey-4, 4, &res); in sqliteVdbeExec() 2743 sqliteBtreeKey(pCrsr, nKey - 4, 4, (char*)&v); in sqliteVdbeExec() 2777 BtCursor *pCrsr; in sqliteVdbeExec() local 2780 if( (pCrsr = p->aCsr[i].pCursor)!=0 ){ in sqliteVdbeExec() 2784 rx = sqliteBtreeMoveto(pCrsr, (char*)&iKey, sizeof(int), &res); in sqliteVdbeExec() 3073 BtCursor *pCrsr = pC->pCursor; in sqliteVdbeExec() local [all …]
|