Home
last modified time | relevance | path

Searched defs:iCur (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Ddelete.c93 int iCur /* Cursor number for ephemerial table */ in sqlite3MaterializeView()
235 int iCur; /* VDBE Cursor number for pTab */ in sqlite3DeleteFrom() local
481 int iCur, /* Cursor number for the table */ in sqlite3GenerateRowDelete()
587 int iCur, /* Cursor number for the table */ in sqlite3GenerateRowIndexDelete()
615 int iCur, /* Cursor number for the pIdx->pTable table */ in sqlite3GenerateIndexKey()
Dupdate.c102 int iCur; /* VDBE Cursor number of pTab */ in sqlite3Update() local
Dinsert.c22 int iCur, /* The cursor number of the table */ in sqlite3OpenTable()
1156 int iCur; /* Table cursor number */ in sqlite3GenerateConstraintChecks() local
Dwhere.c568 int iCur, /* Cursor number of LHS */ in findTerm()
1631 const int iCur = pSrc->iCursor; /* The cursor of the table to be accessed */ in bestOrClauseIndex() local
2694 int iCur = pSrc->iCursor; /* The cursor of the table to be accessed */ in bestBtreeIndex() local
3368 int iCur = pLevel->iTabCur; /* The cursor of the table */ in codeAllEqualityTerms() local
3596 int iCur; /* The VDBE cursor for the table */ in codeOneLoopStart() local
4743 int iCur = pTabItem->iCursor; in sqlite3WhereBegin() local
Dfkey.c327 int iCur = pParse->nTab - 1; /* Cursor number to use */ in fkLookupParent() local
Dvdbe.c190 int iCur, /* Index of the new VdbeCursor */ in allocateCursor()
Dshell.c975 int iCur; in display_stats() local
DsqliteInt.h1923 int iCur; /* The VDBE cursor used by this IN operator */ member
/external/sqlite/dist/
Dshell.c1091 int iCur; in display_stats() local
/external/sqlite/dist/orig/
Dshell.c1086 int iCur; in display_stats() local
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c10268 int iCur; /* The VDBE cursor used by this IN operator */ member