Searched refs:iCursor (Results 1 - 14 of 14) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dsdlexe.cpp348 TVirtualCursor iCursor; local
524 iSdl->AppendOverlay(iCursor, 0);
526 iCursor.Set(TRect(TPoint(0, 0), iSDLWin->Size()), iCBmp, iAlpha);
630 iCursor.Toggle();
635 if(iCursor.IsOn())
640 iCursor.Move(0, -1);
643 iCursor.Move(0, 1);
646 iCursor.Move(-1, 0);
649 iCursor.Move(1, 0);
655 iCursor
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dresolve.c185 pExpr->iTable = pItem->iCursor;
194 pExpr->iTable = pItem->iCursor;
376 assert( pMatch->iCursor==pExpr->iTable );
414 p->iTable = pItem->iCursor;
455 assert( pSrcList->a[i].iCursor>=0 && pSrcList->a[i].iCursor<pParse->nTab);
473 pExpr->iTable = pItem->iCursor;
H A Dwhere.c168 ** SrcList_item.iCursor and Expr.iTable fields. For any given WHERE
398 ** iCursor is not in the set.
400 static Bitmask getMask(WhereMaskSet *pMaskSet, int iCursor){ argument
404 if( pMaskSet->ix[i]==iCursor ){
412 ** Create a new mask for cursor iCursor.
419 static void createMask(WhereMaskSet *pMaskSet, int iCursor){ argument
421 pMaskSet->ix[pMaskSet->n++] = iCursor;
962 int iCursor = -1; /* Table cursor common to all terms */ local
967 ** will be recorded in iCursor and iColumn. There might not be any
976 if( pOrTerm->leftCursor==iCursor ){
[all...]
H A Dauth.c161 if( pExpr->iTable==pTabList->a[iSrc].iCursor ){
H A Ddelete.c300 iCur = pTabList->a[0].iCursor = pParse->nTab++;
H A Dfkey.c534 pRight->iTable = pSrc->a[0].iCursor;
802 pItem->iCursor = pParse->nTab++;
H A Dupdate.c177 pTabList->a[0].iCursor = iCur = pParse->nTab++;
H A Dselect.c371 if( isOuter ) setJoinExpr(pRight->pOn, pRight->iCursor);
1004 for(j=0;j<pTabList->nSrc && pTabList->a[j].iCursor!=pExpr->iTable;j++);
1178 if( pTabList->a[j].iCursor==p->iTable ) break;
2700 iParent = pSubitem->iCursor;
3802 sqlite3SelectDestInit(&dest, SRT_EphemTab, pItem->iCursor);
H A Dbuild.c1489 sSrc.a[0].iCursor = -1;
3132 pSrc->a[i].iCursor = -1;
3215 if( pItem->iCursor>=0 ) break;
3216 pItem->iCursor = pParse->nTab++;
H A DsqliteInt.h1848 int iCursor; /* The VDBE cursor number used to access this table */ member in struct:SrcList::SrcList_item
H A Dexpr.c903 pNewItem->iCursor = pOldItem->iCursor;
3551 if( pExpr->iTable==pItem->iCursor ){
3604 } /* endif pExpr->iTable==pItem->iCursor */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10193 int iCursor; /* The VDBE cursor number used to access this table */ member in struct:SrcList::SrcList_item
98054 getMask(WhereMaskSet *pMaskSet, int iCursor) argument
98073 createMask(WhereMaskSet *pMaskSet, int iCursor) argument
98616 int iCursor = -1; /* Table cursor common to all terms */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11581 int iCursor; /* The VDBE cursor number used to access this table */ member in struct:SrcList::SrcList_item
93910 exprTableColumn( sqlite3 *db, Table *pTab, int iCursor, i16 iCol ) argument
111170 getMask(WhereMaskSet *pMaskSet, int iCursor) argument
111189 createMask(WhereMaskSet *pMaskSet, int iCursor) argument
111854 int iCursor = -1; /* Table cursor common to all terms */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11581 int iCursor; /* The VDBE cursor number used to access this table */ member in struct:SrcList::SrcList_item
93930 exprTableColumn( sqlite3 *db, Table *pTab, int iCursor, i16 iCol ) argument
111190 getMask(WhereMaskSet *pMaskSet, int iCursor) argument
111209 createMask(WhereMaskSet *pMaskSet, int iCursor) argument
111874 int iCursor = -1; /* Table cursor common to all terms */ local
[all...]

Completed in 6750 milliseconds