Home
last modified time | relevance | path

Searched refs:CollSeq (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dcallback.c52 static int synthCollSeq(sqlite3 *db, CollSeq *pColl){ in synthCollSeq()
53 CollSeq *pColl2; in synthCollSeq()
60 memcpy(pColl, pColl2, sizeof(CollSeq)); in synthCollSeq()
107 static CollSeq *findCollSeqEntry( in findCollSeqEntry()
112 CollSeq *pColl; in findCollSeqEntry()
119 CollSeq *pDel = 0; in findCollSeqEntry()
159 CollSeq *sqlite3FindCollSeq( in sqlite3FindCollSeq()
165 CollSeq *pColl; in sqlite3FindCollSeq()
204 CollSeq *sqlite3GetCollSeq( in sqlite3GetCollSeq()
210 CollSeq *p; in sqlite3GetCollSeq()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dcallback.c52 static int synthCollSeq(sqlite3 *db, CollSeq *pColl){ in synthCollSeq()
53 CollSeq *pColl2; in synthCollSeq()
60 memcpy(pColl, pColl2, sizeof(CollSeq)); in synthCollSeq()
107 static CollSeq *findCollSeqEntry( in findCollSeqEntry()
112 CollSeq *pColl; in findCollSeqEntry()
119 CollSeq *pDel = 0; in findCollSeqEntry()
159 CollSeq *sqlite3FindCollSeq( in sqlite3FindCollSeq()
165 CollSeq *pColl; in sqlite3FindCollSeq()
191 CollSeq *sqlite3GetCollSeq( in sqlite3GetCollSeq()
197 CollSeq *p; in sqlite3GetCollSeq()
[all …]
H A DsqliteInt.h1076 typedef struct CollSeq CollSeq; typedef
1963 struct CollSeq { struct
4464 CollSeq *sqlite3FindCollSeq(sqlite3*,u8 enc, const char*,int);
4465 int sqlite3IsBinary(const CollSeq*);
4466 CollSeq *sqlite3LocateCollSeq(Parse *pParse, const char*zName);
4467 CollSeq *sqlite3ExprCollSeq(Parse *pParse, Expr *pExpr);
4468 CollSeq *sqlite3ExprNNCollSeq(Parse *pParse, Expr *pExpr);
4474 int sqlite3CheckCollSeq(Parse *, CollSeq *);
4548 CollSeq *sqlite3GetCollSeq(Parse*, u8, CollSeq *, const char*);
4700 CollSeq *sqlite3ExprCompareCollSeq(Parse*,Expr*);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dcallback.c52 static int synthCollSeq(sqlite3 *db, CollSeq *pColl){ in synthCollSeq()
53 CollSeq *pColl2; in synthCollSeq()
60 memcpy(pColl, pColl2, sizeof(CollSeq)); in synthCollSeq()
107 static CollSeq *findCollSeqEntry( in findCollSeqEntry()
112 CollSeq *pColl; in findCollSeqEntry()
119 CollSeq *pDel = 0; in findCollSeqEntry()
159 CollSeq *sqlite3FindCollSeq( in sqlite3FindCollSeq()
165 CollSeq *pColl; in sqlite3FindCollSeq()
204 CollSeq *sqlite3GetCollSeq( in sqlite3GetCollSeq()
210 CollSeq *p; in sqlite3GetCollSeq()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dcallback.c52 static int synthCollSeq(sqlite3 *db, CollSeq *pColl){ in synthCollSeq()
53 CollSeq *pColl2; in synthCollSeq()
60 memcpy(pColl, pColl2, sizeof(CollSeq)); in synthCollSeq()
82 CollSeq *sqlite3GetCollSeq( in sqlite3GetCollSeq()
88 CollSeq *p; in sqlite3GetCollSeq()
123 int sqlite3CheckCollSeq(Parse *pParse, CollSeq *pColl){ in sqlite3CheckCollSeq()
151 static CollSeq *findCollSeqEntry( in findCollSeqEntry()
156 CollSeq *pColl; in findCollSeqEntry()
163 CollSeq *pDel = 0; in findCollSeqEntry()
203 CollSeq *sqlite3FindCollSeq( in sqlite3FindCollSeq()
[all …]
H A Dvdbe.h56 CollSeq *pColl; /* Used when p4type is P4_COLLSEQ */
242 int sqlite3MemCompare(const Mem*, const Mem*, const CollSeq*);
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dcallback.c52 static int synthCollSeq(sqlite3 *db, CollSeq *pColl){ in synthCollSeq()
53 CollSeq *pColl2; in synthCollSeq()
60 memcpy(pColl, pColl2, sizeof(CollSeq)); in synthCollSeq()
82 CollSeq *sqlite3GetCollSeq( in sqlite3GetCollSeq()
88 CollSeq *p; in sqlite3GetCollSeq()
119 int sqlite3CheckCollSeq(Parse *pParse, CollSeq *pColl){ in sqlite3CheckCollSeq()
149 static CollSeq *findCollSeqEntry( in findCollSeqEntry()
154 CollSeq *pColl; in findCollSeqEntry()
161 CollSeq *pDel = 0; in findCollSeqEntry()
202 CollSeq *sqlite3FindCollSeq( in sqlite3FindCollSeq()
[all …]
H A DsqliteInt.h604 typedef struct CollSeq CollSeq; typedef
1132 struct CollSeq { struct
1412 CollSeq *aColl[1]; /* Collating sequence for each term of the key */
1658 CollSeq *pColl; /* The collation type of the column or 0 */
2926 CollSeq *sqlite3FindCollSeq(sqlite3*,u8 enc, const char*,int);
2927 CollSeq *sqlite3LocateCollSeq(Parse *pParse, const char*zName);
2928 CollSeq *sqlite3ExprCollSeq(Parse *pParse, Expr *pExpr);
2929 Expr *sqlite3ExprSetColl(Expr*, CollSeq*);
2931 int sqlite3CheckCollSeq(Parse *, CollSeq *);
2977 CollSeq *sqlite3GetCollSeq(sqlite3*, u8, CollSeq *, const char*);
[all …]
H A DvdbeInt.h250 CollSeq *pColl; /* Collating sequence */
352 int sqlite3MemCompare(const Mem*, const Mem*, const CollSeq*);
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A DsqliteInt.h409 typedef struct CollSeq CollSeq; typedef
569 CollSeq *pDfltColl; /* The default collating sequence (BINARY) */
760 struct CollSeq { struct
993 CollSeq *aColl[1]; /* Collating sequence for each term of the key */
1146 CollSeq *pColl; /* The collation type of the column or 0 */
2069 CollSeq *sqlite3FindCollSeq(sqlite3*,u8 enc, const char *,int,int);
2070 CollSeq *sqlite3LocateCollSeq(Parse *pParse, const char *zName, int nName);
2071 CollSeq *sqlite3ExprCollSeq(Parse *pParse, Expr *pExpr);
2073 int sqlite3CheckCollSeq(Parse *, CollSeq *);
2103 CollSeq *sqlite3GetCollSeq(sqlite3*, CollSeq *, const char *, int);
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h600 typedef struct CollSeq CollSeq; typedef
1130 struct CollSeq {
1410 CollSeq *aColl[1]; /* Collating sequence for each term of the key */
1659 CollSeq *pColl; /* The collation type of the column or 0 */
2935 CollSeq *sqlite3FindCollSeq(sqlite3*,u8 enc, const char*,int);
2936 CollSeq *sqlite3LocateCollSeq(Parse *pParse, const char*zName);
2937 CollSeq *sqlite3ExprCollSeq(Parse *pParse, Expr *pExpr);
2938 Expr *sqlite3ExprSetColl(Expr*, CollSeq*);
2940 int sqlite3CheckCollSeq(Parse *, CollSeq *);
2992 CollSeq *sqlite3GetCollSeq(sqlite3*, u8, CollSeq *, const char*);
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/NewGVN/
H A D2009-01-22-SortInvalidation.ll18 %struct.CollSeq = type { i8*, i8, i8, i8*, i32 (i8*, i32, i8*, i32, i8*)*, void (i8*)* }
24 …%struct.Expr = type { i8, i8, i16, %struct.CollSeq*, %struct.Expr*, %struct.Expr*, %struct.ExprLis…
35 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] }
60 …vfs*, i32, %struct.Db*, i32, i32, i32, i32, i8, i8, i8, i8, i32, %struct.CollSeq*, i64, i64, i32, …
62 …xt = type { %struct.FuncDef*, %struct.VdbeFunc*, %struct.Mem, %struct.Mem*, i32, %struct.CollSeq* }
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/GVN/
H A D2009-01-22-SortInvalidation.ll18 %struct.CollSeq = type { i8*, i8, i8, i8*, i32 (i8*, i32, i8*, i32, i8*)*, void (i8*)* }
24 …%struct.Expr = type { i8, i8, i16, %struct.CollSeq*, %struct.Expr*, %struct.Expr*, %struct.ExprLis…
35 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] }
60 …vfs*, i32, %struct.Db*, i32, i32, i32, i32, i8, i8, i8, i8, i32, %struct.CollSeq*, i64, i64, i32, …
62 …xt = type { %struct.FuncDef*, %struct.VdbeFunc*, %struct.Mem, %struct.Mem*, i32, %struct.CollSeq* }
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/X86/
H A D2009-04-29-RegAllocAssert.ll20 %struct.CollSeq = type { i8*, i8, i8, i8*, i32 (i8*, i32, i8*, i32, i8*)*, void (i8*)* }
27 …%struct.Expr = type { i8, i8, i16, %struct.CollSeq*, %struct.Expr*, %struct.Expr*, %struct.ExprLis…
38 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] }
58 …vfs*, i32, %struct.Db*, i32, i32, i32, i32, i8, i8, i8, i8, i32, %struct.CollSeq*, i64, i64, i32, …
60 …xt = type { %struct.FuncDef*, %struct.VdbeFunc*, %struct.Mem, %struct.Mem*, i32, %struct.CollSeq* }
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/NewGVN/
H A D2009-01-22-SortInvalidation.ll18 %struct.CollSeq = type { i8*, i8, i8, i8*, i32 (i8*, i32, i8*, i32, i8*)*, void (i8*)* }
24 …%struct.Expr = type { i8, i8, i16, %struct.CollSeq*, %struct.Expr*, %struct.Expr*, %struct.ExprLis…
35 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] }
60 …vfs*, i32, %struct.Db*, i32, i32, i32, i32, i8, i8, i8, i8, i32, %struct.CollSeq*, i64, i64, i32, …
62 …xt = type { %struct.FuncDef*, %struct.VdbeFunc*, %struct.Mem, %struct.Mem*, i32, %struct.CollSeq* }
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/X86/
H A D2009-04-29-RegAllocAssert.ll20 %struct.CollSeq = type { i8*, i8, i8, i8*, i32 (i8*, i32, i8*, i32, i8*)*, void (i8*)* }
27 …%struct.Expr = type { i8, i8, i16, %struct.CollSeq*, %struct.Expr*, %struct.Expr*, %struct.ExprLis…
38 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] }
58 …vfs*, i32, %struct.Db*, i32, i32, i32, i32, i8, i8, i8, i8, i32, %struct.CollSeq*, i64, i64, i32, …
60 …xt = type { %struct.FuncDef*, %struct.VdbeFunc*, %struct.Mem, %struct.Mem*, i32, %struct.CollSeq* }
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/X86/
H A D2009-04-29-RegAllocAssert.ll20 %struct.CollSeq = type { i8*, i8, i8, i8*, i32 (i8*, i32, i8*, i32, i8*)*, void (i8*)* }
27 …%struct.Expr = type { i8, i8, i16, %struct.CollSeq*, %struct.Expr*, %struct.Expr*, %struct.ExprLis…
38 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] }
58 …vfs*, i32, %struct.Db*, i32, i32, i32, i32, i8, i8, i8, i8, i32, %struct.CollSeq*, i64, i64, i32, …
60 …xt = type { %struct.FuncDef*, %struct.VdbeFunc*, %struct.Mem, %struct.Mem*, i32, %struct.CollSeq* }
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/NewGVN/
H A D2009-01-22-SortInvalidation.ll18 %struct.CollSeq = type { i8*, i8, i8, i8*, i32 (i8*, i32, i8*, i32, i8*)*, void (i8*)* }
24 …%struct.Expr = type { i8, i8, i16, %struct.CollSeq*, %struct.Expr*, %struct.Expr*, %struct.ExprLis…
35 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] }
60 …vfs*, i32, %struct.Db*, i32, i32, i32, i32, i8, i8, i8, i8, i32, %struct.CollSeq*, i64, i64, i32, …
62 …xt = type { %struct.FuncDef*, %struct.VdbeFunc*, %struct.Mem, %struct.Mem*, i32, %struct.CollSeq* }
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/GVN/
H A D2009-01-22-SortInvalidation.ll18 %struct.CollSeq = type { i8*, i8, i8, i8*, i32 (i8*, i32, i8*, i32, i8*)*, void (i8*)* }
24 …%struct.Expr = type { i8, i8, i16, %struct.CollSeq*, %struct.Expr*, %struct.Expr*, %struct.ExprLis…
35 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] }
60 …vfs*, i32, %struct.Db*, i32, i32, i32, i32, i8, i8, i8, i8, i32, %struct.CollSeq*, i64, i64, i32, …
62 …xt = type { %struct.FuncDef*, %struct.VdbeFunc*, %struct.Mem, %struct.Mem*, i32, %struct.CollSeq* }
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A D2009-04-29-RegAllocAssert.ll20 %struct.CollSeq = type { i8*, i8, i8, i8*, i32 (i8*, i32, i8*, i32, i8*)*, void (i8*)* }
27 …%struct.Expr = type { i8, i8, i16, %struct.CollSeq*, %struct.Expr*, %struct.Expr*, %struct.ExprLis…
38 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] }
58 …vfs*, i32, %struct.Db*, i32, i32, i32, i32, i8, i8, i8, i8, i32, %struct.CollSeq*, i64, i64, i32, …
60 …xt = type { %struct.FuncDef*, %struct.VdbeFunc*, %struct.Mem, %struct.Mem*, i32, %struct.CollSeq* }
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/X86/
H A D2009-04-29-RegAllocAssert.ll20 %struct.CollSeq = type { i8*, i8, i8, i8*, i32 (i8*, i32, i8*, i32, i8*)*, void (i8*)* }
27 …%struct.Expr = type { i8, i8, i16, %struct.CollSeq*, %struct.Expr*, %struct.Expr*, %struct.ExprLis…
38 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] }
58 …vfs*, i32, %struct.Db*, i32, i32, i32, i32, i8, i8, i8, i8, i32, %struct.CollSeq*, i64, i64, i32, …
60 …xt = type { %struct.FuncDef*, %struct.VdbeFunc*, %struct.Mem, %struct.Mem*, i32, %struct.CollSeq* }
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A D2009-04-29-RegAllocAssert.ll20 %struct.CollSeq = type { i8*, i8, i8, i8*, i32 (i8*, i32, i8*, i32, i8*)*, void (i8*)* }
27 …%struct.Expr = type { i8, i8, i16, %struct.CollSeq*, %struct.Expr*, %struct.Expr*, %struct.ExprLis…
38 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] }
58 …vfs*, i32, %struct.Db*, i32, i32, i32, i32, i8, i8, i8, i8, i32, %struct.CollSeq*, i64, i64, i32, …
60 …xt = type { %struct.FuncDef*, %struct.VdbeFunc*, %struct.Mem, %struct.Mem*, i32, %struct.CollSeq* }
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/GVN/
H A D2009-01-22-SortInvalidation.ll18 %struct.CollSeq = type { i8*, i8, i8, i8*, i32 (i8*, i32, i8*, i32, i8*)*, void (i8*)* }
24 …%struct.Expr = type { i8, i8, i16, %struct.CollSeq*, %struct.Expr*, %struct.Expr*, %struct.ExprLis…
35 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] }
60 …vfs*, i32, %struct.Db*, i32, i32, i32, i32, i8, i8, i8, i8, i32, %struct.CollSeq*, i64, i64, i32, …
62 …xt = type { %struct.FuncDef*, %struct.VdbeFunc*, %struct.Mem, %struct.Mem*, i32, %struct.CollSeq* }
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/NewGVN/
H A D2009-01-22-SortInvalidation.ll18 %struct.CollSeq = type { i8*, i8, i8, i8*, i32 (i8*, i32, i8*, i32, i8*)*, void (i8*)* }
24 …%struct.Expr = type { i8, i8, i16, %struct.CollSeq*, %struct.Expr*, %struct.Expr*, %struct.ExprLis…
35 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] }
60 …vfs*, i32, %struct.Db*, i32, i32, i32, i32, i8, i8, i8, i8, i32, %struct.CollSeq*, i64, i64, i32, …
62 …xt = type { %struct.FuncDef*, %struct.VdbeFunc*, %struct.Mem, %struct.Mem*, i32, %struct.CollSeq* }
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/GVN/
H A D2009-01-22-SortInvalidation.ll18 %struct.CollSeq = type { i8*, i8, i8, i8*, i32 (i8*, i32, i8*, i32, i8*)*, void (i8*)* }
24 …%struct.Expr = type { i8, i8, i16, %struct.CollSeq*, %struct.Expr*, %struct.Expr*, %struct.ExprLis…
35 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] }
60 …vfs*, i32, %struct.Db*, i32, i32, i32, i32, i8, i8, i8, i8, i32, %struct.CollSeq*, i64, i64, i32, …
62 …xt = type { %struct.FuncDef*, %struct.VdbeFunc*, %struct.Mem, %struct.Mem*, i32, %struct.CollSeq* }

12345678910>>...12