Home
last modified time | relevance | path

Searched defs:IndexSample (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A DsqliteInt.h617 typedef struct IndexSample IndexSample; typedef
1493 struct IndexSample { struct
1494 union {
1497 } u;
1498 u8 eType; /* SQLITE_NULL, SQLITE_INTEGER ... etc. */
1499 u8 nByte; /* Size in byte of text or blob. */
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DsqliteInt.h1057 typedef struct IndexSample IndexSample; typedef
2190 struct IndexSample { struct
2191 void *p; /* Pointer to sampled record */
2192 int n; /* Size of record in bytes */
2193 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
2194 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
2195 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DsqliteInt.h1088 typedef struct IndexSample IndexSample; typedef
2438 struct IndexSample { struct
2439 void *p; /* Pointer to sampled record */
2440 int n; /* Size of record in bytes */
2441 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
2442 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
2443 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DsqliteInt.h1152 typedef struct IndexSample IndexSample; typedef
2540 struct IndexSample { struct
2541 void *p; /* Pointer to sampled record */
2542 int n; /* Size of record in bytes */
2543 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
2544 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
2545 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DsqliteInt.h1124 typedef struct IndexSample IndexSample; typedef
2481 struct IndexSample { struct
2482 void *p; /* Pointer to sampled record */
2483 int n; /* Size of record in bytes */
2484 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
2485 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
2486 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h613 typedef struct IndexSample IndexSample; typedef
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c8141 typedef struct IndexSample IndexSample; typedef
10398 struct IndexSample { struct
10399 union {
10403 } u;
10404 u8 eType; /* SQLITE_NULL, SQLITE_INTEGER ... etc. */
10405 int nByte; /* Size in byte of text or blob. */
10406 tRowcnt nEq; /* Est. number of rows where the key equals this sample */
10407 tRowcnt nLt; /* Est. number of rows where key is less than this sample */
10408 tRowcnt nDLt; /* Est. number of distinct keys less than this sample */
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c8457 typedef struct IndexSample IndexSample; typedef
10730 struct IndexSample { struct
10731 union {
10735 } u;
10736 u8 eType; /* SQLITE_NULL, SQLITE_INTEGER ... etc. */
10737 int nByte; /* Size in byte of text or blob. */
10738 tRowcnt nEq; /* Est. number of rows where the key equals this sample */
10739 tRowcnt nLt; /* Est. number of rows where key is less than this sample */
10740 tRowcnt nDLt; /* Est. number of distinct keys less than this sample */
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.c8493 typedef struct IndexSample IndexSample; typedef
10787 struct IndexSample { struct
10788 union {
10792 } u;
10793 u8 eType; /* SQLITE_NULL, SQLITE_INTEGER ... etc. */
10794 int nByte; /* Size in byte of text or blob. */
10795 tRowcnt nEq; /* Est. number of rows where the key equals this sample */
10796 tRowcnt nLt; /* Est. number of rows where key is less than this sample */
10797 tRowcnt nDLt; /* Est. number of distinct keys less than this sample */
/dports/www/gitea/gitea-1.16.5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c14590 typedef struct IndexSample IndexSample; typedef
17890 struct IndexSample { struct
17891 void *p; /* Pointer to sampled record */
17892 int n; /* Size of record in bytes */
17893 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
17894 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
17895 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
/dports/devel/fossil/fossil-src-2.17/src/
H A Dsqlite3.c14194 typedef struct IndexSample IndexSample; typedef
17469 struct IndexSample { struct
17470 void *p; /* Pointer to sampled record */
17471 int n; /* Size of record in bytes */
17472 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
17473 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
17474 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
/dports/www/firefox/firefox-99.0/third_party/sqlite3/src/
H A Dsqlite3.c14278 typedef struct IndexSample IndexSample; typedef
17565 struct IndexSample { struct
17566 void *p; /* Pointer to sampled record */
17567 int n; /* Size of record in bytes */
17568 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
17569 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
17570 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c9368 typedef struct IndexSample IndexSample; typedef
11863 struct IndexSample { struct
11864 void *p; /* Pointer to sampled record */
11865 int n; /* Size of record in bytes */
11866 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
11867 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
11868 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c9368 typedef struct IndexSample IndexSample; typedef
11863 struct IndexSample { struct
11864 void *p; /* Pointer to sampled record */
11865 int n; /* Size of record in bytes */
11866 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
11867 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
11868 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/wxsqlite3/sqlite3/secure/src/
H A Dsqlite3.c10308 typedef struct IndexSample IndexSample; typedef
12994 struct IndexSample { struct
12995 void *p; /* Pointer to sampled record */
12996 int n; /* Size of record in bytes */
12997 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
12998 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
12999 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c9203 typedef struct IndexSample IndexSample; typedef
11696 struct IndexSample { struct
11697 void *p; /* Pointer to sampled record */
11698 int n; /* Size of record in bytes */
11699 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
11700 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
11701 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.c8894 typedef struct IndexSample IndexSample; typedef
11349 struct IndexSample { struct
11350 void *p; /* Pointer to sampled record */
11351 int n; /* Size of record in bytes */
11352 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
11353 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
11354 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c8797 typedef struct IndexSample IndexSample; typedef
11205 struct IndexSample { struct
11206 void *p; /* Pointer to sampled record */
11207 int n; /* Size of record in bytes */
11208 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
11209 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
11210 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/sqlite/
H A Dsqlite3.c10164 typedef struct IndexSample IndexSample; typedef
12787 struct IndexSample { struct
12788 void *p; /* Pointer to sampled record */
12789 int n; /* Size of record in bytes */
12790 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
12791 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
12792 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/sqlite/
H A Dsqlite3.c10164 typedef struct IndexSample IndexSample; typedef
12787 struct IndexSample { struct
12788 void *p; /* Pointer to sampled record */
12789 int n; /* Size of record in bytes */
12790 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
12791 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
12792 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c9368 typedef struct IndexSample IndexSample; typedef
11863 struct IndexSample { struct
11864 void *p; /* Pointer to sampled record */
11865 int n; /* Size of record in bytes */
11866 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
11867 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
11868 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c9368 typedef struct IndexSample IndexSample; typedef
11863 struct IndexSample { struct
11864 void *p; /* Pointer to sampled record */
11865 int n; /* Size of record in bytes */
11866 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
11867 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
11868 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c9368 typedef struct IndexSample IndexSample; typedef
11863 struct IndexSample { struct
11864 void *p; /* Pointer to sampled record */
11865 int n; /* Size of record in bytes */
11866 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
11867 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
11868 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c9368 typedef struct IndexSample IndexSample; typedef
11863 struct IndexSample { struct
11864 void *p; /* Pointer to sampled record */
11865 int n; /* Size of record in bytes */
11866 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
11867 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
11868 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c9368 typedef struct IndexSample IndexSample; typedef
11863 struct IndexSample { struct
11864 void *p; /* Pointer to sampled record */
11865 int n; /* Size of record in bytes */
11866 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
11867 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
11868 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */

1234567