Searched refs:sqlite3WhereBegin (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Ddelete.c374 pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere,0,WHERE_DUPLICATES_OK);
H A Dupdate.c313 pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere,0, WHERE_ONEPASS_DESIRED);
H A Dfkey.c551 pWInfo = sqlite3WhereBegin(pParse, pSrc, pWhere, 0, 0);
H A Dselect.c3711 WhereInfo *pWInfo; /* Return from sqlite3WhereBegin() */
3922 pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere, &pOrderBy, 0);
4048 pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere, &pGroupBy, 0);
4279 ** A special flag must be passed to sqlite3WhereBegin() to slightly
4308 pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere, &pMinMax, flag);
H A DsqliteInt.h1939 ** Flags appropriate for the wctrlFlags parameter of sqlite3WhereBegin()
1961 u16 wctrlFlags; /* Flags originally passed to sqlite3WhereBegin() */
2743 WhereInfo *sqlite3WhereBegin(Parse*, SrcList*, Expr*, ExprList**, u16);
H A Dwhere.c416 ** sqlite3WhereBegin() routine. So we know that the pMaskSet->ix[]
3512 u16 wctrlFlags /* Flags passed to sqlite3WhereBegin() */
4048 ** sqlite3WhereBegin(<term>)
4087 ** This becomes the SrcList in the recursive call to sqlite3WhereBegin().
4130 pSubWInfo = sqlite3WhereBegin(pParse, pOrTab, pOrTerm->pExpr, 0,
4239 ** by the most recent call to sqlite3WhereBegin(). Each call to WhereBegin
4297 ** foreach row2 in t2 do |-- by sqlite3WhereBegin()
4315 ** The code that sqlite3WhereBegin() generates leaves the cursors named
4366 WhereInfo *sqlite3WhereBegin( function
4862 ** sqlite3WhereBegin() fo
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10299 ** Flags appropriate for the wctrlFlags parameter of sqlite3WhereBegin()
10321 u16 wctrlFlags; /* Flags originally passed to sqlite3WhereBegin() */
11103 SQLITE_PRIVATE WhereInfo *sqlite3WhereBegin(Parse*, SrcList*, Expr*, ExprList**, u16);
102227 SQLITE_PRIVATE WhereInfo *sqlite3WhereBegin( function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10848 ** Flags appropriate for the wctrlFlags parameter of sqlite3WhereBegin()
10870 u16 wctrlFlags; /* Flags originally passed to sqlite3WhereBegin() */
11680 SQLITE_PRIVATE WhereInfo *sqlite3WhereBegin(Parse*, SrcList*, Expr*, ExprList**,ExprList*,u16);
107147 SQLITE_PRIVATE WhereInfo *sqlite3WhereBegin( function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10848 ** Flags appropriate for the wctrlFlags parameter of sqlite3WhereBegin()
10870 u16 wctrlFlags; /* Flags originally passed to sqlite3WhereBegin() */
11680 SQLITE_PRIVATE WhereInfo *sqlite3WhereBegin(Parse*, SrcList*, Expr*, ExprList**,ExprList*,u16);
107183 SQLITE_PRIVATE WhereInfo *sqlite3WhereBegin( function
[all...]

Completed in 489 milliseconds