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/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7632 typedef struct WhereInfo WhereInfo; typedef in typeref:struct:WhereInfo
10255 ** For each nested loop in a WHERE clause implementation, the WhereInfo
10300 ** and the WhereInfo.wctrlFlags member.
10319 struct WhereInfo { struct
11103 SQLITE_PRIVATE WhereInfo *sqlite3WhereBegin(Parse*, SrcList*, Expr*, ExprList**, u16);
11104 SQLITE_PRIVATE void sqlite3WhereEnd(WhereInfo*);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8165 typedef struct WhereInfo WhereInfo; typedef in typeref:struct:WhereInfo
10804 ** For each nested loop in a WHERE clause implementation, the WhereInfo
10849 ** and the WhereInfo.wctrlFlags member.
10868 struct WhereInfo { struct
11680 SQLITE_PRIVATE WhereInfo *sqlite3WhereBegin(Parse*, SrcList*, Expr*, ExprList**,ExprList*,u16);
11681 SQLITE_PRIVATE void sqlite3WhereEnd(WhereInfo*);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8165 typedef struct WhereInfo WhereInfo; typedef in typeref:struct:WhereInfo
10804 ** For each nested loop in a WHERE clause implementation, the WhereInfo
10849 ** and the WhereInfo.wctrlFlags member.
10868 struct WhereInfo { struct
11680 SQLITE_PRIVATE WhereInfo *sqlite3WhereBegin(Parse*, SrcList*, Expr*, ExprList**,ExprList*,u16);
11681 SQLITE_PRIVATE void sqlite3WhereEnd(WhereInfo*);
[all...]

Completed in 434 milliseconds