Searched defs:iCur (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c19895 sqlite3_int64 iCur = -1; local
19904 sqlite3_snprintf(sizeof(zLine), zLine, zFormat, iCur, iHiwtr); local
19919 int iCur; local
[all...]
H A Dsqlite3.c20214 int iCur; /* A cursor number */ member in union:Walker::__anon38
20325 int iCur; /* Ephemeral table holding the materialization */ member in struct:CteUse
23890 sqlite3_int64 iCur = 0, iHwtr = 0; local
92852 allocateCursor( Vdbe *p, int iCur, int nField, u8 eCurType ) argument
110837 exprIsConst(Expr *p, int initFlag, int iCur) argument
110885 sqlite3ExprIsTableConstant(Expr *p, int iCur) argument
111271 sqlite3SetHasNullFlag(Vdbe *v, int iCur, int regHasNull) argument
114762 int iCur; /* Cursor number for the table corresponding to the index */ member in struct:IdxCover
114791 sqlite3ExprCoveredByIndex( Expr *pExpr, int iCur, Index *pIdx ) argument
117643 int iCur; local
130988 int iCur = pParse->nTab - 1; /* Cursor number to use */ local
132166 sqlite3OpenTable( Parse *pParse, int iCur, int iDb, Table *pTab, int opcode ) argument
134669 codeWithoutRowidPreupdate( Parse *pParse, Table *pTab, int iCur, int regData ) argument
152819 int iCur = aiCurOnePass[1]; local
155632 int iCur; /* The VDBE cursor used by this IN operator */ member in struct:WhereLevel::__anon56::__anon57::InLoop
157212 int iCur; local
157331 codeDeferredSeek( WhereInfo *pWInfo, Index *pIdx, int iCur, int iIdxCur ) argument
157508 int iCur; /* The VDBE cursor for the table */ local
158913 int iCur = pLevel->iTabCur; local
159930 int iCur; local
161131 int iCur; /* The cursor on the LHS of the term */ local
161256 whereScanInit( WhereScan *pScan, WhereClause *pWC, int iCur, int iColumn, u32 opMask, Index *pIdx ) argument
161320 sqlite3WhereFindTerm( WhereClause *pWC, int iCur, int iColumn, Bitmask notReady, u32 op, Index *pIdx ) argument
161973 int iCur; /* Cursor for table getting the filter */ local
163679 whereRangeVectorLen( Parse *pParse, int iCur, Index *pIdx, int nEq, WhereTerm *pTerm ) argument
164750 int iCur = pSrc->iCursor; local
165293 int iCur; local
165530 int iCur; /* Cursor number for current WhereLoop */ local
166356 int iCur; local
167263 int iCur = pTabItem->iCursor; local
167505 cursorIsOpen(Vdbe *v, int iCur, int k) argument
[all...]

Completed in 641 milliseconds