Searched refs:iTabCur (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c1931 addrTop = sqlite3VdbeAddOp1(v, OP_Rewind, pLevel->iTabCur);
1933 sqlite3GenerateIndexKey(pParse, pIdx, pLevel->iTabCur, regRecord, 1);
1936 sqlite3VdbeAddOp2(v, OP_Next, pLevel->iTabCur, addrTop+1);
3368 int iCur = pLevel->iTabCur; /* The cursor of the table */
4506 ** pWInfo->a[].iTabCur The VDBE cursor for the database table
4734 pLevel->iTabCur = pTabItem->iCursor;
4961 if( pOp->p1!=pLevel->iTabCur ) continue;
H A Dexpr.c2130 int iTabCur, /* The cursor for this table */
2135 sqlite3VdbeAddOp2(v, OP_Rowid, iTabCur, regOut);
2138 sqlite3VdbeAddOp3(v, op, iTabCur, iCol, regOut);
2127 sqlite3ExprCodeGetColumnOfTable( Vdbe *v, Table *pTab, int iTabCur, int iCol, int regOut ) argument
H A DsqliteInt.h1910 int iTabCur; /* The VDBE cursor used to access the table */ member in struct:WhereLevel
/external/sqlite/dist/orig/
H A Dsqlite3.c80567 sqlite3ExprCodeGetColumnOfTable( Vdbe *v, Table *pTab, int iTabCur, int iCol, int regOut ) argument
84372 int iTabCur; /* Table cursor */ local
91060 int iTabCur; /* Cursor number for the table */ local
110514 int iTabCur; /* The VDBE cursor used to access the table */ member in struct:WhereLevel
[all...]
/external/sqlite/dist/
H A Dsqlite3.c80587 sqlite3ExprCodeGetColumnOfTable( Vdbe *v, Table *pTab, int iTabCur, int iCol, int regOut ) argument
84392 int iTabCur; /* Table cursor */ local
91080 int iTabCur; /* Cursor number for the table */ local
110534 int iTabCur; /* The VDBE cursor used to access the table */ member in struct:WhereLevel
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10255 int iTabCur; /* The VDBE cursor used to access the table */ member in struct:WhereLevel
72864 sqlite3ExprCodeGetColumnOfTable( Vdbe *v, Table *pTab, int iTabCur, int iCol, int regOut ) argument
[all...]

Completed in 644 milliseconds