Home
last modified time | relevance | path

Searched defs:WhereLevel (Results 1 – 19 of 19) sorted by relevance

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DwhereInt.h27 typedef struct WhereLevel WhereLevel; typedef
51 struct WhereLevel { struct
54 int iIdxCur; /* The VDBE cursor used to access pIdx */
55 int addrBrk; /* Jump here to break out of the loop */
60 int addrBody; /* Beginning of the body of this loop */
65 int addrLikeRep; /* LIKE range processing address */
67 u8 iFrom; /* Which entry in the FROM clause */
68 u8 op, p3, p5; /* Opcode, P3 & P5 of the opcode that ends the loop */
69 int p1, p2; /* Operands of the opcode used to end the loop */
82 } u;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DwhereInt.h40 typedef struct WhereLevel WhereLevel; typedef
64 struct WhereLevel { struct
67 int iIdxCur; /* The VDBE cursor used to access pIdx */
68 int addrBrk; /* Jump here to break out of the loop */
73 int addrBody; /* Beginning of the body of this loop */
78 int addrLikeRep; /* LIKE range processing address */
80 u8 iFrom; /* Which entry in the FROM clause */
81 u8 op, p3, p5; /* Opcode, P3 & P5 of the opcode that ends the loop */
82 int p1, p2; /* Operands of the opcode used to end the loop */
95 } u;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DwhereInt.h40 typedef struct WhereLevel WhereLevel; typedef
64 struct WhereLevel { struct
67 int iIdxCur; /* The VDBE cursor used to access pIdx */
68 int addrBrk; /* Jump here to break out of the loop */
73 int addrBody; /* Beginning of the body of this loop */
78 int addrLikeRep; /* LIKE range processing address */
80 u8 iFrom; /* Which entry in the FROM clause */
81 u8 op, p3, p5; /* Opcode, P3 & P5 of the opcode that ends the loop */
82 int p1, p2; /* Operands of the opcode used to end the loop */
95 } u;
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DwhereInt.h38 typedef struct WhereLevel WhereLevel; typedef
62 struct WhereLevel { struct
65 int iIdxCur; /* The VDBE cursor used to access pIdx */
66 int addrBrk; /* Jump here to break out of the loop */
71 int addrBody; /* Beginning of the body of this loop */
74 int addrLikeRep; /* LIKE range processing address */
76 u8 iFrom; /* Which entry in the FROM clause */
77 u8 op, p3, p5; /* Opcode, P3 & P5 of the opcode that ends the loop */
78 int p1, p2; /* Operands of the opcode used to ends the loop */
89 } u;
[all …]
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A DsqliteInt.h242 typedef struct WhereLevel WhereLevel; typedef
800 struct WhereLevel { struct
801 int iMem; /* Memory cell used by this level */
802 Index *pIdx; /* Index used */
803 int iCur; /* Cursor number used for this index */
804 int score; /* How well this indexed scored */
805 int brk; /* Jump here to break out of the loop */
829 WhereLevel a[1]; /* Information about each nest loop in the WHERE */ argument
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A DsqliteInt.h242 typedef struct WhereLevel WhereLevel; typedef
800 struct WhereLevel { struct
801 int iMem; /* Memory cell used by this level */
802 Index *pIdx; /* Index used */
803 int iCur; /* Cursor number used for this index */
804 int score; /* How well this indexed scored */
805 int brk; /* Jump here to break out of the loop */
829 WhereLevel a[1]; /* Information about each nest loop in the WHERE */ argument
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A DsqliteInt.h238 typedef struct WhereLevel WhereLevel; typedef
796 struct WhereLevel { struct
797 int iMem; /* Memory cell used by this level */
798 Index *pIdx; /* Index used */
799 int iCur; /* Cursor number used for this index */
800 int score; /* How well this indexed scored */
801 int brk; /* Jump here to break out of the loop */
825 WhereLevel a[1]; /* Information about each nest loop in the WHERE */ argument
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A DsqliteInt.h434 typedef struct WhereLevel WhereLevel; typedef
1308 struct WhereLevel { struct
1331 ** FROM clause and the WhereLevel structure is a convenient place. argument
1333 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A DsqliteInt.h641 typedef struct WhereLevel WhereLevel; typedef
1908 struct WhereLevel { struct
1932 ** virtual table in the FROM clause and the WhereLevel structure is argument
1936 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c6573 typedef struct WhereLevel WhereLevel; typedef
8993 struct WhereLevel { struct
9017 ** virtual table in the FROM clause and the WhereLevel structure is argument
9021 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c1158 typedef struct WhereLevel WhereLevel; typedef
3784 struct WhereLevel { struct
3808 ** virtual table in the FROM clause and the WhereLevel structure is argument
3812 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
H A DsqliteInt.h637 typedef struct WhereLevel WhereLevel; typedef
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c7882 typedef struct WhereLevel WhereLevel; typedef
10523 struct WhereLevel { struct
10547 ** virtual table in the FROM clause and the WhereLevel structure is argument
10551 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c7611 typedef struct WhereLevel WhereLevel; typedef
10009 struct WhereLevel { struct
10033 ** virtual table in the FROM clause and the WhereLevel structure is argument
10037 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c7875 typedef struct WhereLevel WhereLevel; typedef
10516 struct WhereLevel { struct
10540 ** virtual table in the FROM clause and the WhereLevel structure is argument
10544 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c6816 typedef struct WhereLevel WhereLevel; typedef
9376 struct WhereLevel { struct
9400 ** virtual table in the FROM clause and the WhereLevel structure is argument
9404 vtk_sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c7908 typedef struct WhereLevel WhereLevel; typedef
10559 struct WhereLevel { struct
10583 ** virtual table in the FROM clause and the WhereLevel structure is argument
10587 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c8483 typedef struct WhereLevel WhereLevel; typedef
11161 struct WhereLevel { struct
11162 WherePlan plan; /* query plan for this element of the FROM clause */
11163 int iLeftJoin; /* Memory cell used to implement LEFT OUTER JOIN */
11164 int iTabCur; /* The VDBE cursor used to access the table */
11188 ** virtual table in the FROM clause and the WhereLevel structure is argument
11192 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c8166 typedef struct WhereLevel WhereLevel; typedef
10816 struct WhereLevel { struct
10840 ** virtual table in the FROM clause and the WhereLevel structure is argument
10844 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */