Home
last modified time | relevance | path

Searched defs:Sqlite3Config (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DsqliteInt.h3252 struct Sqlite3Config { struct
3258 int mxStrlen; /* Maximum string length */
3266 void *pHeap; /* Heap storage space */
3267 int nHeap; /* Size of pHeap[] */
3268 int mnReq, mxReq; /* Min and max heap requests sizes */
3271 void *pScratch; /* Scratch memory */
3274 void *pPage; /* Page cache memory */
3279 u32 szPma; /* Maximum Sorter PMA size */
3289 void (*xLog)(void*,int,const char*); /* Function for logging */
3292 void(*xSqllog)(void*,sqlite3*,const char*, int);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DsqliteInt.h3579 struct Sqlite3Config { struct
3587 int mxStrlen; /* Maximum string length */
3595 void *pHeap; /* Heap storage space */
3596 int nHeap; /* Size of pHeap[] */
3597 int mnReq, mxReq; /* Min and max heap requests sizes */
3600 void *pPage; /* Page cache memory */
3605 u32 szPma; /* Maximum Sorter PMA size */
3615 void (*xLog)(void*,int,const char*); /* Function for logging */
3618 void(*xSqllog)(void*,sqlite3*,const char*, int);
3619 void *pSqllogArg;
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A DsqliteInt.h2420 struct Sqlite3Config { struct
2424 int mxStrlen; /* Maximum string length */
2428 sqlite3_mutex_methods mutex; /* Low-level mutex interface */
2430 void *pHeap; /* Heap storage space */
2431 int nHeap; /* Size of pHeap[] */
2432 int mnReq, mxReq; /* Min and max heap requests sizes */
2433 void *pScratch; /* Scratch memory */
2435 int nScratch; /* Number of scratch buffers */
2436 void *pPage; /* Page cache memory */
2438 int nPage; /* Number of pages in pPage[] */
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DsqliteInt.h3749 struct Sqlite3Config { struct
3757 int mxStrlen; /* Maximum string length */
3765 void *pHeap; /* Heap storage space */
3766 int nHeap; /* Size of pHeap[] */
3767 int mnReq, mxReq; /* Min and max heap requests sizes */
3770 void *pPage; /* Page cache memory */
3775 u32 szPma; /* Maximum Sorter PMA size */
3785 void (*xLog)(void*,int,const char*); /* Function for logging */
3788 void(*xSqllog)(void*,sqlite3*,const char*, int);
3789 void *pSqllogArg;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DsqliteInt.h3653 struct Sqlite3Config { struct
3661 int mxStrlen; /* Maximum string length */
3669 void *pHeap; /* Heap storage space */
3670 int nHeap; /* Size of pHeap[] */
3671 int mnReq, mxReq; /* Min and max heap requests sizes */
3674 void *pPage; /* Page cache memory */
3679 u32 szPma; /* Maximum Sorter PMA size */
3689 void (*xLog)(void*,int,const char*); /* Function for logging */
3692 void(*xSqllog)(void*,sqlite3*,const char*, int);
3693 void *pSqllogArg;
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c19147 struct Sqlite3Config { struct
19155 int mxStrlen; /* Maximum string length */
19163 void *pHeap; /* Heap storage space */
19164 int nHeap; /* Size of pHeap[] */
19165 int mnReq, mxReq; /* Min and max heap requests sizes */
19168 void *pPage; /* Page cache memory */
19173 u32 szPma; /* Maximum Sorter PMA size */
19186 void(*xSqllog)(void*,sqlite3*,const char*, int);
19187 void *pSqllogArg;
19197 sqlite3_int64 mxMemdbSize; /* Default max memdb size */
[all …]
/dports/devel/fossil/fossil-src-2.17/src/
H A Dsqlite3.c18703 struct Sqlite3Config { struct
18711 int mxStrlen; /* Maximum string length */
18719 void *pHeap; /* Heap storage space */
18720 int nHeap; /* Size of pHeap[] */
18721 int mnReq, mxReq; /* Min and max heap requests sizes */
18724 void *pPage; /* Page cache memory */
18729 u32 szPma; /* Maximum Sorter PMA size */
18742 void(*xSqllog)(void*,sqlite3*,const char*, int);
18743 void *pSqllogArg;
18753 sqlite3_int64 mxMemdbSize; /* Default max memdb size */
[all …]
/dports/www/firefox/firefox-99.0/third_party/sqlite3/src/
H A Dsqlite3.c18817 struct Sqlite3Config { struct
18825 int mxStrlen; /* Maximum string length */
18833 void *pHeap; /* Heap storage space */
18834 int nHeap; /* Size of pHeap[] */
18835 int mnReq, mxReq; /* Min and max heap requests sizes */
18838 void *pPage; /* Page cache memory */
18843 u32 szPma; /* Maximum Sorter PMA size */
18856 void(*xSqllog)(void*,sqlite3*,const char*, int);
18857 void *pSqllogArg;
18867 sqlite3_int64 mxMemdbSize; /* Default max memdb size */
[all …]
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/wxsqlite3/sqlite3/secure/src/
H A Dsqlite3.c14020 struct Sqlite3Config { struct
14026 int mxStrlen; /* Maximum string length */
14034 void *pHeap; /* Heap storage space */
14035 int nHeap; /* Size of pHeap[] */
14036 int mnReq, mxReq; /* Min and max heap requests sizes */
14039 void *pScratch; /* Scratch memory */
14042 void *pPage; /* Page cache memory */
14047 u32 szPma; /* Maximum Sorter PMA size */
14057 void (*xLog)(void*,int,const char*); /* Function for logging */
14060 void(*xSqllog)(void*,sqlite3*,const char*, int);
[all …]
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c12858 struct Sqlite3Config { struct
12864 int mxStrlen; /* Maximum string length */
12871 void *pHeap; /* Heap storage space */
12872 int nHeap; /* Size of pHeap[] */
12873 int mnReq, mxReq; /* Min and max heap requests sizes */
12876 void *pScratch; /* Scratch memory */
12879 void *pPage; /* Page cache memory */
12884 u32 szPma; /* Maximum Sorter PMA size */
12894 void (*xLog)(void*,int,const char*); /* Function for logging */
12897 void(*xSqllog)(void*,sqlite3*,const char*, int);
[all …]
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c12858 struct Sqlite3Config { struct
12864 int mxStrlen; /* Maximum string length */
12871 void *pHeap; /* Heap storage space */
12872 int nHeap; /* Size of pHeap[] */
12873 int mnReq, mxReq; /* Min and max heap requests sizes */
12876 void *pScratch; /* Scratch memory */
12879 void *pPage; /* Page cache memory */
12884 u32 szPma; /* Maximum Sorter PMA size */
12894 void (*xLog)(void*,int,const char*); /* Function for logging */
12897 void(*xSqllog)(void*,sqlite3*,const char*, int);
[all …]
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c12692 struct Sqlite3Config { struct
12698 int mxStrlen; /* Maximum string length */
12705 void *pHeap; /* Heap storage space */
12706 int nHeap; /* Size of pHeap[] */
12707 int mnReq, mxReq; /* Min and max heap requests sizes */
12710 void *pScratch; /* Scratch memory */
12713 void *pPage; /* Page cache memory */
12718 u32 szPma; /* Maximum Sorter PMA size */
12728 void (*xLog)(void*,int,const char*); /* Function for logging */
12731 void(*xSqllog)(void*,sqlite3*,const char*, int);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/sqlite/
H A Dsqlite3.c13796 struct Sqlite3Config { struct
13802 int mxStrlen; /* Maximum string length */
13809 void *pHeap; /* Heap storage space */
13810 int nHeap; /* Size of pHeap[] */
13811 int mnReq, mxReq; /* Min and max heap requests sizes */
13814 void *pScratch; /* Scratch memory */
13817 void *pPage; /* Page cache memory */
13822 u32 szPma; /* Maximum Sorter PMA size */
13832 void (*xLog)(void*,int,const char*); /* Function for logging */
13835 void(*xSqllog)(void*,sqlite3*,const char*, int);
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/sqlite/
H A Dsqlite3.c13796 struct Sqlite3Config { struct
13802 int mxStrlen; /* Maximum string length */
13809 void *pHeap; /* Heap storage space */
13810 int nHeap; /* Size of pHeap[] */
13811 int mnReq, mxReq; /* Min and max heap requests sizes */
13814 void *pScratch; /* Scratch memory */
13817 void *pPage; /* Page cache memory */
13822 u32 szPma; /* Maximum Sorter PMA size */
13832 void (*xLog)(void*,int,const char*); /* Function for logging */
13835 void(*xSqllog)(void*,sqlite3*,const char*, int);
[all …]
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c12858 struct Sqlite3Config { struct
12864 int mxStrlen; /* Maximum string length */
12871 void *pHeap; /* Heap storage space */
12872 int nHeap; /* Size of pHeap[] */
12873 int mnReq, mxReq; /* Min and max heap requests sizes */
12876 void *pScratch; /* Scratch memory */
12879 void *pPage; /* Page cache memory */
12884 u32 szPma; /* Maximum Sorter PMA size */
12894 void (*xLog)(void*,int,const char*); /* Function for logging */
12897 void(*xSqllog)(void*,sqlite3*,const char*, int);
[all …]
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12858 struct Sqlite3Config { struct
12864 int mxStrlen; /* Maximum string length */
12871 void *pHeap; /* Heap storage space */
12872 int nHeap; /* Size of pHeap[] */
12873 int mnReq, mxReq; /* Min and max heap requests sizes */
12876 void *pScratch; /* Scratch memory */
12879 void *pPage; /* Page cache memory */
12884 u32 szPma; /* Maximum Sorter PMA size */
12894 void (*xLog)(void*,int,const char*); /* Function for logging */
12897 void(*xSqllog)(void*,sqlite3*,const char*, int);
[all …]
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12858 struct Sqlite3Config { struct
12864 int mxStrlen; /* Maximum string length */
12871 void *pHeap; /* Heap storage space */
12872 int nHeap; /* Size of pHeap[] */
12873 int mnReq, mxReq; /* Min and max heap requests sizes */
12876 void *pScratch; /* Scratch memory */
12879 void *pPage; /* Page cache memory */
12884 u32 szPma; /* Maximum Sorter PMA size */
12894 void (*xLog)(void*,int,const char*); /* Function for logging */
12897 void(*xSqllog)(void*,sqlite3*,const char*, int);
[all …]
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12858 struct Sqlite3Config { struct
12864 int mxStrlen; /* Maximum string length */
12871 void *pHeap; /* Heap storage space */
12872 int nHeap; /* Size of pHeap[] */
12873 int mnReq, mxReq; /* Min and max heap requests sizes */
12876 void *pScratch; /* Scratch memory */
12879 void *pPage; /* Page cache memory */
12884 u32 szPma; /* Maximum Sorter PMA size */
12894 void (*xLog)(void*,int,const char*); /* Function for logging */
12897 void(*xSqllog)(void*,sqlite3*,const char*, int);
[all …]
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12858 struct Sqlite3Config { struct
12864 int mxStrlen; /* Maximum string length */
12871 void *pHeap; /* Heap storage space */
12872 int nHeap; /* Size of pHeap[] */
12873 int mnReq, mxReq; /* Min and max heap requests sizes */
12876 void *pScratch; /* Scratch memory */
12879 void *pPage; /* Page cache memory */
12884 u32 szPma; /* Maximum Sorter PMA size */
12894 void (*xLog)(void*,int,const char*); /* Function for logging */
12897 void(*xSqllog)(void*,sqlite3*,const char*, int);
[all …]
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12858 struct Sqlite3Config { struct
12864 int mxStrlen; /* Maximum string length */
12871 void *pHeap; /* Heap storage space */
12872 int nHeap; /* Size of pHeap[] */
12873 int mnReq, mxReq; /* Min and max heap requests sizes */
12876 void *pScratch; /* Scratch memory */
12879 void *pPage; /* Page cache memory */
12884 u32 szPma; /* Maximum Sorter PMA size */
12894 void (*xLog)(void*,int,const char*); /* Function for logging */
12897 void(*xSqllog)(void*,sqlite3*,const char*, int);
[all …]
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/bandb/sqlite3/
H A Dsqlite3.c13789 struct Sqlite3Config { struct
13795 int mxStrlen; /* Maximum string length */
13802 void *pHeap; /* Heap storage space */
13803 int nHeap; /* Size of pHeap[] */
13804 int mnReq, mxReq; /* Min and max heap requests sizes */
13807 void *pScratch; /* Scratch memory */
13810 void *pPage; /* Page cache memory */
13815 u32 szPma; /* Maximum Sorter PMA size */
13825 void (*xLog)(void*,int,const char*); /* Function for logging */
13828 void(*xSqllog)(void*,sqlite3*,const char*, int);
[all …]
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/auto/
H A Dsqlite3.c12858 struct Sqlite3Config { struct
12864 int mxStrlen; /* Maximum string length */
12871 void *pHeap; /* Heap storage space */
12872 int nHeap; /* Size of pHeap[] */
12873 int mnReq, mxReq; /* Min and max heap requests sizes */
12876 void *pScratch; /* Scratch memory */
12879 void *pPage; /* Page cache memory */
12884 u32 szPma; /* Maximum Sorter PMA size */
12894 void (*xLog)(void*,int,const char*); /* Function for logging */
12897 void(*xSqllog)(void*,sqlite3*,const char*, int);
[all …]
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.c12336 struct Sqlite3Config { struct
12342 int mxStrlen; /* Maximum string length */
12349 void *pHeap; /* Heap storage space */
12350 int nHeap; /* Size of pHeap[] */
12351 int mnReq, mxReq; /* Min and max heap requests sizes */
12353 sqlite3_int64 mxMmap; /* Maximum value for szMmap */
12354 void *pScratch; /* Scratch memory */
12357 void *pPage; /* Page cache memory */
12371 void (*xLog)(void*,int,const char*); /* Function for logging */
12374 void(*xSqllog)(void*,sqlite3*,const char*, int);
[all …]
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c12180 struct Sqlite3Config { struct
12186 int mxStrlen; /* Maximum string length */
12193 void *pHeap; /* Heap storage space */
12194 int nHeap; /* Size of pHeap[] */
12195 int mnReq, mxReq; /* Min and max heap requests sizes */
12197 sqlite3_int64 mxMmap; /* Maximum value for szMmap */
12198 void *pScratch; /* Scratch memory */
12201 void *pPage; /* Page cache memory */
12215 void (*xLog)(void*,int,const char*); /* Function for logging */
12218 void(*xSqllog)(void*,sqlite3*,const char*, int);
[all …]
/dports/lang/php73/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.c18315 struct Sqlite3Config { struct
18322 int mxStrlen; /* Maximum string length */
18330 void *pHeap; /* Heap storage space */
18331 int nHeap; /* Size of pHeap[] */
18332 int mnReq, mxReq; /* Min and max heap requests sizes */
18335 void *pPage; /* Page cache memory */
18340 u32 szPma; /* Maximum Sorter PMA size */
18350 void (*xLog)(void*,int,const char*); /* Function for logging */
18353 void(*xSqllog)(void*,sqlite3*,const char*, int);
18354 void *pSqllogArg;
[all …]

1234567