Home
last modified time | relevance | path

Searched defs:CollSeq (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A DsqliteInt.h409 typedef struct CollSeq CollSeq; typedef
760 struct CollSeq { struct
770 ** Allowed values of CollSeq flags: argument
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A DsqliteInt.h604 typedef struct CollSeq CollSeq; typedef
1132 struct CollSeq { struct
1142 ** Allowed values of CollSeq.type: argument
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DsqliteInt.h1044 typedef struct CollSeq CollSeq; typedef
1746 struct CollSeq { struct
1747 char *zName; /* Name of the collating sequence, UTF-8 encoded */
1748 u8 enc; /* Text encoding handled by xCmp() */
1749 void *pUser; /* First argument to xCmp() */
1750 int (*xCmp)(void*,int, const void*, int, const void*);
1751 void (*xDel)(void*); /* Destructor for pUser */
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DsqliteInt.h1076 typedef struct CollSeq CollSeq; typedef
1963 struct CollSeq { struct
1964 char *zName; /* Name of the collating sequence, UTF-8 encoded */
1965 u8 enc; /* Text encoding handled by xCmp() */
1966 void *pUser; /* First argument to xCmp() */
1967 int (*xCmp)(void*,int, const void*, int, const void*);
1968 void (*xDel)(void*); /* Destructor for pUser */
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DsqliteInt.h1137 typedef struct CollSeq CollSeq; typedef
2057 struct CollSeq { struct
2058 char *zName; /* Name of the collating sequence, UTF-8 encoded */
2059 u8 enc; /* Text encoding handled by xCmp() */
2060 void *pUser; /* First argument to xCmp() */
2061 int (*xCmp)(void*,int, const void*, int, const void*);
2062 void (*xDel)(void*); /* Destructor for pUser */
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DsqliteInt.h1112 typedef struct CollSeq CollSeq; typedef
2005 struct CollSeq { struct
2006 char *zName; /* Name of the collating sequence, UTF-8 encoded */
2007 u8 enc; /* Text encoding handled by xCmp() */
2008 void *pUser; /* First argument to xCmp() */
2009 int (*xCmp)(void*,int, const void*, int, const void*);
2010 void (*xDel)(void*); /* Destructor for pUser */
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c6541 typedef struct CollSeq CollSeq; typedef
8317 struct CollSeq { struct
8327 ** Allowed values of CollSeq.type: argument
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c1121 typedef struct CollSeq CollSeq; typedef
3007 struct CollSeq { struct
3017 ** Allowed values of CollSeq.type: argument
H A DsqliteInt.h600 typedef struct CollSeq CollSeq; typedef
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c7844 typedef struct CollSeq CollSeq; typedef
9743 struct CollSeq { struct
9753 ** Allowed values of CollSeq.type: argument
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c7574 typedef struct CollSeq CollSeq; typedef
9233 struct CollSeq { struct
9243 ** Allowed values of CollSeq.type: argument
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c7837 typedef struct CollSeq CollSeq; typedef
9736 struct CollSeq { struct
9746 ** Allowed values of CollSeq.type: argument
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c6781 typedef struct CollSeq CollSeq; typedef
8606 struct CollSeq { struct
8616 ** Allowed values of CollSeq.type: argument
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c7870 typedef struct CollSeq CollSeq; typedef
9776 struct CollSeq { struct
9786 ** Allowed values of CollSeq.type: argument
/dports/www/gitea/gitea-1.16.5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c14575 typedef struct CollSeq CollSeq; typedef
17390 struct CollSeq { struct
17391 char *zName; /* Name of the collating sequence, UTF-8 encoded */
17392 u8 enc; /* Text encoding handled by xCmp() */
17393 void *pUser; /* First argument to xCmp() */
17394 int (*xCmp)(void*,int, const void*, int, const void*);
17395 void (*xDel)(void*); /* Destructor for pUser */
/dports/devel/fossil/fossil-src-2.17/src/
H A Dsqlite3.c14179 typedef struct CollSeq CollSeq; typedef
16969 struct CollSeq { struct
16970 char *zName; /* Name of the collating sequence, UTF-8 encoded */
16971 u8 enc; /* Text encoding handled by xCmp() */
16972 void *pUser; /* First argument to xCmp() */
16973 int (*xCmp)(void*,int, const void*, int, const void*);
16974 void (*xDel)(void*); /* Destructor for pUser */
/dports/www/firefox/firefox-99.0/third_party/sqlite3/src/
H A Dsqlite3.c14263 typedef struct CollSeq CollSeq; typedef
17065 struct CollSeq { struct
17066 char *zName; /* Name of the collating sequence, UTF-8 encoded */
17067 u8 enc; /* Text encoding handled by xCmp() */
17068 void *pUser; /* First argument to xCmp() */
17069 int (*xCmp)(void*,int, const void*, int, const void*);
17070 void (*xDel)(void*); /* Destructor for pUser */
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c9355 typedef struct CollSeq CollSeq; typedef
11465 struct CollSeq { struct
11466 char *zName; /* Name of the collating sequence, UTF-8 encoded */
11467 u8 enc; /* Text encoding handled by xCmp() */
11468 void *pUser; /* First argument to xCmp() */
11469 int (*xCmp)(void*,int, const void*, int, const void*);
11470 void (*xDel)(void*); /* Destructor for pUser */
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c9355 typedef struct CollSeq CollSeq; typedef
11465 struct CollSeq { struct
11466 char *zName; /* Name of the collating sequence, UTF-8 encoded */
11467 u8 enc; /* Text encoding handled by xCmp() */
11468 void *pUser; /* First argument to xCmp() */
11469 int (*xCmp)(void*,int, const void*, int, const void*);
11470 void (*xDel)(void*); /* Destructor for pUser */
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/wxsqlite3/sqlite3/secure/src/
H A Dsqlite3.c10295 typedef struct CollSeq CollSeq; typedef
12554 struct CollSeq { struct
12555 char *zName; /* Name of the collating sequence, UTF-8 encoded */
12556 u8 enc; /* Text encoding handled by xCmp() */
12557 void *pUser; /* First argument to xCmp() */
12558 int (*xCmp)(void*,int, const void*, int, const void*);
12559 void (*xDel)(void*); /* Destructor for pUser */
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c9190 typedef struct CollSeq CollSeq; typedef
11289 struct CollSeq { struct
11290 char *zName; /* Name of the collating sequence, UTF-8 encoded */
11291 u8 enc; /* Text encoding handled by xCmp() */
11292 void *pUser; /* First argument to xCmp() */
11293 int (*xCmp)(void*,int, const void*, int, const void*);
11294 void (*xDel)(void*); /* Destructor for pUser */
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.c8881 typedef struct CollSeq CollSeq; typedef
10943 struct CollSeq { struct
10944 char *zName; /* Name of the collating sequence, UTF-8 encoded */
10945 u8 enc; /* Text encoding handled by xCmp() */
10946 void *pUser; /* First argument to xCmp() */
10947 int (*xCmp)(void*,int, const void*, int, const void*);
10948 void (*xDel)(void*); /* Destructor for pUser */
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c8784 typedef struct CollSeq CollSeq; typedef
10800 struct CollSeq { struct
10801 char *zName; /* Name of the collating sequence, UTF-8 encoded */
10802 u8 enc; /* Text encoding handled by xCmp() */
10803 void *pUser; /* First argument to xCmp() */
10804 int (*xCmp)(void*,int, const void*, int, const void*);
10805 void (*xDel)(void*); /* Destructor for pUser */
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/sqlite/
H A Dsqlite3.c10151 typedef struct CollSeq CollSeq; typedef
12347 struct CollSeq { struct
12348 char *zName; /* Name of the collating sequence, UTF-8 encoded */
12349 u8 enc; /* Text encoding handled by xCmp() */
12350 void *pUser; /* First argument to xCmp() */
12351 int (*xCmp)(void*,int, const void*, int, const void*);
12352 void (*xDel)(void*); /* Destructor for pUser */
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/sqlite/
H A Dsqlite3.c10151 typedef struct CollSeq CollSeq; typedef
12347 struct CollSeq { struct
12348 char *zName; /* Name of the collating sequence, UTF-8 encoded */
12349 u8 enc; /* Text encoding handled by xCmp() */
12350 void *pUser; /* First argument to xCmp() */
12351 int (*xCmp)(void*,int, const void*, int, const void*);
12352 void (*xDel)(void*); /* Destructor for pUser */

1234567