Searched refs:pWInfo (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c3587 ** implementation described by pWInfo.
3590 WhereInfo *pWInfo, /* Complete information about the WHERE clause */
3591 int iLevel, /* Which level of pWInfo->a[] should be coded */
3611 pParse = pWInfo->pParse;
3613 pWC = pWInfo->pWC;
3614 pLevel = &pWInfo->a[iLevel];
3615 pTabItem = &pWInfo->pTabList->a[pLevel->iFrom];
4089 if( pWInfo->nLevel>1 ){
4092 nNotReady = pWInfo->nLevel - iLevel - 1;
4099 origSrc = pWInfo
3589 codeOneLoopStart( WhereInfo *pWInfo, int iLevel, u16 wctrlFlags, Bitmask notReady ) argument
4252 whereInfoFree(sqlite3 *db, WhereInfo *pWInfo) argument
4376 WhereInfo *pWInfo; /* Will become the return value of this function */ local
4864 sqlite3WhereEnd(WhereInfo *pWInfo) argument
[all...]
H A Ddelete.c233 WhereInfo *pWInfo; /* Information about the WHERE clause */ local
374 pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere,0,WHERE_DUPLICATES_OK);
375 if( pWInfo==0 ) goto delete_from_cleanup;
381 sqlite3WhereEnd(pWInfo);
H A Dupdate.c98 WhereInfo *pWInfo; /* Information about the WHERE clause */ local
313 pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere,0, WHERE_ONEPASS_DESIRED);
314 if( pWInfo==0 ) goto update_cleanup;
315 okOnePass = pWInfo->okOnePass;
327 sqlite3WhereEnd(pWInfo);
H A Dfkey.c471 WhereInfo *pWInfo; /* Context used by sqlite3WhereXXX() */ local
551 pWInfo = sqlite3WhereBegin(pParse, pSrc, pWhere, 0, 0);
556 if( pWInfo ){
557 sqlite3WhereEnd(pWInfo);
H A Dselect.c3711 WhereInfo *pWInfo; /* Return from sqlite3WhereBegin() */ local
3922 pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere, &pOrderBy, 0);
3923 if( pWInfo==0 ) goto select_end;
3924 if( pWInfo->nRowOut < p->nSelectRow ) p->nSelectRow = pWInfo->nRowOut;
3939 pWInfo->iContinue, pWInfo->iBreak);
3943 sqlite3WhereEnd(pWInfo);
4048 pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere, &pGroupBy, 0);
4049 if( pWInfo
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c85703 WhereInfo *pWInfo; /* Information about the WHERE clause */ local
88224 WhereInfo *pWInfo; /* Context used by sqlite3WhereXXX() */ local
98261 WhereInfo *pWInfo; /* Return from sqlite3WhereBegin() */ local
100539 WhereInfo *pWInfo; /* Information about the WHERE clause */ local
106333 codeOneLoopStart( WhereInfo *pWInfo, int iLevel, u16 wctrlFlags, Bitmask notReady ) argument
107033 whereInfoFree(sqlite3 *db, WhereInfo *pWInfo) argument
107158 WhereInfo *pWInfo; /* Will become the return value of this function */ local
107666 sqlite3WhereEnd(WhereInfo *pWInfo) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c85739 WhereInfo *pWInfo; /* Information about the WHERE clause */ local
88260 WhereInfo *pWInfo; /* Context used by sqlite3WhereXXX() */ local
98297 WhereInfo *pWInfo; /* Return from sqlite3WhereBegin() */ local
100575 WhereInfo *pWInfo; /* Information about the WHERE clause */ local
106369 codeOneLoopStart( WhereInfo *pWInfo, int iLevel, u16 wctrlFlags, Bitmask notReady ) argument
107069 whereInfoFree(sqlite3 *db, WhereInfo *pWInfo) argument
107194 WhereInfo *pWInfo; /* Will become the return value of this function */ local
107702 sqlite3WhereEnd(WhereInfo *pWInfo) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c81497 WhereInfo *pWInfo; /* Information about the WHERE clause */ local
83970 WhereInfo *pWInfo; /* Context used by sqlite3WhereXXX() */ local
93840 WhereInfo *pWInfo; /* Return from sqlite3WhereBegin() */ local
96004 WhereInfo *pWInfo; /* Information about the WHERE clause */ local
101450 codeOneLoopStart( WhereInfo *pWInfo, int iLevel, u16 wctrlFlags, Bitmask notReady ) argument
102113 whereInfoFree(sqlite3 *db, WhereInfo *pWInfo) argument
102237 WhereInfo *pWInfo; /* Will become the return value of this function */ local
102725 sqlite3WhereEnd(WhereInfo *pWInfo) argument
[all...]

Completed in 722 milliseconds