Searched refs:iCur (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/sqlite3/
H A Dshell.c1463 int iCur; local
1468 iHiwtr = iCur = -1;
1469 sqlite3_status(SQLITE_STATUS_MEMORY_USED, &iCur, &iHiwtr, bReset);
1472 iCur, iHiwtr);
1473 iHiwtr = iCur = -1;
1474 sqlite3_status(SQLITE_STATUS_MALLOC_COUNT, &iCur, &iHiwtr, bReset);
1476 iCur, iHiwtr);
1478 iHiwtr = iCur = -1;
1479 sqlite3_status(SQLITE_STATUS_PAGECACHE_USED, &iCur, &iHiwtr, bReset);
1482 iCur, iHiwt
[all...]
H A Dsqlite3.c15862 int iCur; /* A cursor number */ member in union:Walker::__anon16
16251 SQLITE_PRIVATE void sqlite3OpenTable(Parse*, int iCur, int iDb, Table*, int);
16311 SQLITE_PRIVATE int sqlite3ExprCoveredByIndex(Expr*, int iCur, Index *pIdx);
18330 sqlite3_int64 iCur = 0, iHwtr = 0; local
18335 rc = sqlite3_status64(op, &iCur, &iHwtr, resetFlag);
18337 *pCurrent = (int)iCur;
77223 allocateCursor( Vdbe *p, int iCur, int nField, int iDb, u8 eCurType ) argument
90856 exprIsConst(Expr *p, int initFlag, int iCur) argument
90895 sqlite3ExprIsTableConstant(Expr *p, int iCur) argument
91109 sqlite3SetHasNullFlag(Vdbe *v, int iCur, int regHasNull) argument
93442 int iCur; /* Cursor number for the table corresponding to the index */ member in struct:IdxCover
93471 sqlite3ExprCoveredByIndex( Expr *pExpr, int iCur, Index *pIdx ) argument
105389 int iCur = pParse->nTab - 1; /* Cursor number to use */ local
106495 sqlite3OpenTable( Parse *pParse, int iCur, int iDb, Table *pTab, int opcode ) argument
123047 int iCur; /* The VDBE cursor used by this IN operator */ member in struct:WhereLevel::__anon28::__anon29::InLoop
124217 int iCur; local
124328 codeDeferredSeek( WhereInfo *pWInfo, Index *pIdx, int iCur, int iIdxCur ) argument
124368 int iCur; /* The VDBE cursor for the table */ local
126183 int iCur; local
126278 int iCur, iColumn; local
126900 int iCur; /* The cursor on the LHS of the term */ local
126995 whereScanInit( WhereScan *pScan, WhereClause *pWC, int iCur, int iColumn, u32 opMask, Index *pIdx ) argument
127056 sqlite3WhereFindTerm( WhereClause *pWC, int iCur, int iColumn, Bitmask notReady, u32 op, Index *pIdx ) argument
129494 int iCur = pSrc->iCursor; local
129834 int iCur; local
130036 int iCur; /* Cursor number for current WhereLoop */ local
130731 int iCur; local
131202 int iCur = pTabItem->iCursor; local
[all...]
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10578 int iCur; /* The VDBE cursor used by this IN operator */ member in struct:WhereLevel::__anon5178::__anon5179::InLoop
11390 SQLITE_PRIVATE void sqlite3OpenTable(Parse*, int iCur, int iDb, Table*, int);
63201 allocateCursor( Vdbe *p, int iCur, int nField, int iDb, int isBtreeCursor ) argument
83633 int iCur; /* VDBE Cursor number for pTab */ local
83879 sqlite3GenerateRowDelete( Parse *pParse, Table *pTab, int iCur, int iRowid, int count, Trigger *pTrigger, int onconf ) argument
83985 sqlite3GenerateRowIndexDelete( Parse *pParse, Table *pTab, int iCur, int *aRegIdx ) argument
84013 sqlite3GenerateIndexKey( Parse *pParse, Index *pIdx, int iCur, int regOut, int doMakeRec ) argument
85987 int iCur = pParse->nTab - 1; /* Cursor number to use */ local
86900 sqlite3OpenTable( Parse *p, int iCur, int iDb, Table *pTab, int opcode ) argument
88037 int iCur; /* Table cursor number */ local
98362 int iCur; /* VDBE Cursor number of pTab */ local
100920 findTerm( WhereClause *pWC, int iCur, int iColumn, Bitmask notReady, u32 op, Index *pIdx ) argument
102144 const int iCur = pSrc->iCursor; /* The cursor of the table to be accessed */ local
103217 int iCur = pSrc->iCursor; /* The cursor of the table to be accessed */ local
103899 int iCur = pLevel->iTabCur; /* The cursor of the table */ local
104127 int iCur; /* The VDBE cursor for the table */ local
105294 int iCur = pTabItem->iCursor; local
[all...]

Completed in 805 milliseconds