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

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h637 typedef struct WhereInfo WhereInfo; typedef in typeref:struct:WhereInfo
1895 ** For each nested loop in a WHERE clause implementation, the WhereInfo
1940 ** and the WhereInfo.wctrlFlags member.
1959 struct WhereInfo { struct
2743 WhereInfo *sqlite3WhereBegin(Parse*, SrcList*, Expr*, ExprList**, u16);
2744 void sqlite3WhereEnd(WhereInfo*);
H A Ddelete.c233 WhereInfo *pWInfo; /* Information about the WHERE clause */
H A Dwhere.c3590 WhereInfo *pWInfo, /* Complete information about the WHERE clause */
4128 WhereInfo *pSubWInfo; /* Info for single OR-term scan */
4250 ** Free a WhereInfo structure
4252 static void whereInfoFree(sqlite3 *db, WhereInfo *pWInfo){
4366 WhereInfo *sqlite3WhereBegin(
4374 int nByteWInfo; /* Num. bytes allocated for WhereInfo struct */
4376 WhereInfo *pWInfo; /* Will become the return value of this function */
4403 /* Allocate and initialize the WhereInfo structure that will become the
4404 ** return value. A single allocation is used to store the WhereInfo
4405 ** struct, the contents of WhereInfo
[all...]
H A Dupdate.c98 WhereInfo *pWInfo; /* Information about the WHERE clause */
H A Dfkey.c471 WhereInfo *pWInfo; /* Context used by sqlite3WhereXXX() */
H A Dselect.c3711 WhereInfo *pWInfo; /* Return from sqlite3WhereBegin() */
/external/sqlite/dist/orig/
H A Dsqlite3.c8822 typedef struct WhereInfo WhereInfo; typedef in typeref:struct:WhereInfo
11604 ** and the WhereInfo.wctrlFlags member.
12604 SQLITE_PRIVATE WhereInfo *sqlite3WhereBegin(Parse*,SrcList*,Expr*,ExprList*,ExprList*,u16,int);
12605 SQLITE_PRIVATE void sqlite3WhereEnd(WhereInfo*);
12606 SQLITE_PRIVATE u64 sqlite3WhereOutputRowCount(WhereInfo*);
12607 SQLITE_PRIVATE int sqlite3WhereIsDistinct(WhereInfo*);
12608 SQLITE_PRIVATE int sqlite3WhereIsOrdered(WhereInfo*);
12609 SQLITE_PRIVATE int sqlite3WhereIsSorted(WhereInfo*);
12610 SQLITE_PRIVATE int sqlite3WhereContinueLabel(WhereInfo*);
110842 struct WhereInfo { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8822 typedef struct WhereInfo WhereInfo; typedef in typeref:struct:WhereInfo
11604 ** and the WhereInfo.wctrlFlags member.
12604 SQLITE_PRIVATE WhereInfo *sqlite3WhereBegin(Parse*,SrcList*,Expr*,ExprList*,ExprList*,u16,int);
12605 SQLITE_PRIVATE void sqlite3WhereEnd(WhereInfo*);
12606 SQLITE_PRIVATE u64 sqlite3WhereOutputRowCount(WhereInfo*);
12607 SQLITE_PRIVATE int sqlite3WhereIsDistinct(WhereInfo*);
12608 SQLITE_PRIVATE int sqlite3WhereIsOrdered(WhereInfo*);
12609 SQLITE_PRIVATE int sqlite3WhereIsSorted(WhereInfo*);
12610 SQLITE_PRIVATE int sqlite3WhereContinueLabel(WhereInfo*);
110862 struct WhereInfo { struct
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7617 typedef struct WhereInfo WhereInfo; typedef in typeref:struct:WhereInfo
10240 ** For each nested loop in a WHERE clause implementation, the WhereInfo
10285 ** and the WhereInfo.wctrlFlags member.
10304 struct WhereInfo { struct
11088 SQLITE_PRIVATE WhereInfo *sqlite3WhereBegin(Parse*, SrcList*, Expr*, ExprList**, u16);
11089 SQLITE_PRIVATE void sqlite3WhereEnd(WhereInfo*);
[all...]

Completed in 2697 milliseconds