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

/external/pdfium/xfa/fxfa/
H A Dcxfa_textparser.cpp557 int32_t iCur = 0; local
562 while (iCur < iLength) {
563 ch = pTabStops[iCur];
567 iCur++;
570 iLast = iCur;
575 wsAlign = WideStringView(pTabStops + iLast, iCur - iLast);
577 iCur++;
578 while (iCur < iLength && pTabStops[iCur] <= ' ')
579 iCur
[all...]
/external/sqlite/dist/orig/
H A Dshell.c9155 sqlite3_int64 iCur = -1; local
9159 sqlite3_status64(iStatusCtrl, &iCur, &iHiwtr, bReset);
9164 sqlite3_snprintf(sizeof(zLine), zLine, zFormat, iCur, iHiwtr); local
9179 int iCur; local
9205 iHiwtr = iCur = -1;
9207 &iCur, &iHiwtr, bReset);
9210 iCur, iHiwtr);
9212 &iCur, &iHiwtr, bReset);
9216 &iCur, &iHiwtr, bReset);
9220 &iCur,
[all...]
H A Dsqlite3.c17235 int iCur; /* A cursor number */ member in union:Walker::__anon21848
17647 SQLITE_PRIVATE void sqlite3OpenTable(Parse*, int iCur, int iDb, Table*, int);
17709 SQLITE_PRIVATE int sqlite3ExprCoveredByIndex(Expr*, int iCur, Index *pIdx);
19338 sqlite3_int64 iCur = 0, iHwtr = 0; local
19343 rc = sqlite3_status64(op, &iCur, &iHwtr, resetFlag);
19345 *pCurrent = (int)iCur;
80075 allocateCursor( Vdbe *p, int iCur, int nField, int iDb, u8 eCurType ) argument
94503 exprIsConst(Expr *p, int initFlag, int iCur) argument
94544 sqlite3ExprIsTableConstant(Expr *p, int iCur) argument
94814 sqlite3SetHasNullFlag(Vdbe *v, int iCur, int regHasNull) argument
97613 int iCur; /* Cursor number for the table corresponding to the index */ member in struct:IdxCover
97642 sqlite3ExprCoveredByIndex( Expr *pExpr, int iCur, Index *pIdx ) argument
109744 int iCur = pParse->nTab - 1; /* Cursor number to use */ local
110863 sqlite3OpenTable( Parse *pParse, int iCur, int iDb, Table *pTab, int opcode ) argument
126508 int iCur = aiCurOnePass[1]; local
128710 int iCur; /* The VDBE cursor used by this IN operator */ member in struct:WhereLevel::__anon21861::__anon21862::InLoop
130088 int iCur; local
130199 codeDeferredSeek( WhereInfo *pWInfo, Index *pIdx, int iCur, int iIdxCur ) argument
130335 int iCur; /* The VDBE cursor for the table */ local
132283 int iCur; local
133117 int iCur; /* The cursor on the LHS of the term */ local
133217 whereScanInit( WhereScan *pScan, WhereClause *pWC, int iCur, int iColumn, u32 opMask, Index *pIdx ) argument
133279 sqlite3WhereFindTerm( WhereClause *pWC, int iCur, int iColumn, Bitmask notReady, u32 op, Index *pIdx ) argument
135185 whereRangeVectorLen( Parse *pParse, int iCur, Index *pIdx, int nEq, WhereTerm *pTerm ) argument
135873 int iCur = pSrc->iCursor; local
136246 int iCur; local
136448 int iCur; /* Cursor number for current WhereLoop */ local
137189 int iCur; local
137766 int iCur = pTabItem->iCursor; local
[all...]
/external/sqlite/dist/
H A Dshell.c9161 sqlite3_int64 iCur = -1; local
9165 sqlite3_status64(iStatusCtrl, &iCur, &iHiwtr, bReset);
9170 sqlite3_snprintf(sizeof(zLine), zLine, zFormat, iCur, iHiwtr); local
9185 int iCur; local
9211 iHiwtr = iCur = -1;
9213 &iCur, &iHiwtr, bReset);
9216 iCur, iHiwtr);
9218 &iCur, &iHiwtr, bReset);
9222 &iCur, &iHiwtr, bReset);
9226 &iCur,
[all...]
H A Dsqlite3.c17235 int iCur; /* A cursor number */ member in union:Walker::__anon21894
17647 SQLITE_PRIVATE void sqlite3OpenTable(Parse*, int iCur, int iDb, Table*, int);
17709 SQLITE_PRIVATE int sqlite3ExprCoveredByIndex(Expr*, int iCur, Index *pIdx);
19338 sqlite3_int64 iCur = 0, iHwtr = 0; local
19343 rc = sqlite3_status64(op, &iCur, &iHwtr, resetFlag);
19345 *pCurrent = (int)iCur;
80075 allocateCursor( Vdbe *p, int iCur, int nField, int iDb, u8 eCurType ) argument
94503 exprIsConst(Expr *p, int initFlag, int iCur) argument
94544 sqlite3ExprIsTableConstant(Expr *p, int iCur) argument
94814 sqlite3SetHasNullFlag(Vdbe *v, int iCur, int regHasNull) argument
97613 int iCur; /* Cursor number for the table corresponding to the index */ member in struct:IdxCover
97642 sqlite3ExprCoveredByIndex( Expr *pExpr, int iCur, Index *pIdx ) argument
109744 int iCur = pParse->nTab - 1; /* Cursor number to use */ local
110863 sqlite3OpenTable( Parse *pParse, int iCur, int iDb, Table *pTab, int opcode ) argument
126508 int iCur = aiCurOnePass[1]; local
128710 int iCur; /* The VDBE cursor used by this IN operator */ member in struct:WhereLevel::__anon21907::__anon21908::InLoop
130088 int iCur; local
130199 codeDeferredSeek( WhereInfo *pWInfo, Index *pIdx, int iCur, int iIdxCur ) argument
130335 int iCur; /* The VDBE cursor for the table */ local
132283 int iCur; local
133117 int iCur; /* The cursor on the LHS of the term */ local
133217 whereScanInit( WhereScan *pScan, WhereClause *pWC, int iCur, int iColumn, u32 opMask, Index *pIdx ) argument
133279 sqlite3WhereFindTerm( WhereClause *pWC, int iCur, int iColumn, Bitmask notReady, u32 op, Index *pIdx ) argument
135185 whereRangeVectorLen( Parse *pParse, int iCur, Index *pIdx, int nEq, WhereTerm *pTerm ) argument
135873 int iCur = pSrc->iCursor; local
136246 int iCur; local
136448 int iCur; /* Cursor number for current WhereLoop */ local
137189 int iCur; local
137766 int iCur = pTabItem->iCursor; local
[all...]

Completed in 534 milliseconds