Home
last modified time | relevance | path

Searched defs:IntegrityCk (Results 1 – 13 of 13) sorted by relevance

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DbtreeInt.h692 typedef struct IntegrityCk IntegrityCk; typedef
693 struct IntegrityCk { struct
694 BtShared *pBt; /* The tree being checked out */
696 u8 *aPgRef; /* 1 bit per page in the db (see above) */
697 Pgno nPage; /* Number of pages in the database */
700 int bOomFault; /* A memory allocation error has occurred */
701 const char *zPfx; /* Error message prefix */
702 Pgno v1; /* Value for first %u substitution in zPfx */
703 int v2; /* Value for second %d substitution in zPfx */
704 StrAccum errMsg; /* Accumulate the error message text here */
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DbtreeInt.h676 typedef struct IntegrityCk IntegrityCk; typedef
677 struct IntegrityCk { struct
678 BtShared *pBt; /* The tree being checked out */
680 u8 *aPgRef; /* 1 bit per page in the db (see above) */
681 Pgno nPage; /* Number of pages in the database */
684 int mallocFailed; /* A memory allocation error has occurred */
685 const char *zPfx; /* Error message prefix */
686 int v1, v2; /* Values for up to two %d fields in zPfx */
687 StrAccum errMsg; /* Accumulate the error message text here */
688 u32 *heap; /* Min-heap used for analyzing cell coverage */
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DbtreeInt.h691 typedef struct IntegrityCk IntegrityCk; typedef
692 struct IntegrityCk { struct
693 BtShared *pBt; /* The tree being checked out */
695 u8 *aPgRef; /* 1 bit per page in the db (see above) */
696 Pgno nPage; /* Number of pages in the database */
699 int bOomFault; /* A memory allocation error has occurred */
700 const char *zPfx; /* Error message prefix */
701 Pgno v1; /* Value for first %u substitution in zPfx */
702 int v2; /* Value for second %d substitution in zPfx */
703 StrAccum errMsg; /* Accumulate the error message text here */
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DbtreeInt.h667 typedef struct IntegrityCk IntegrityCk; typedef
668 struct IntegrityCk { struct
669 BtShared *pBt; /* The tree being checked out */
671 u8 *aPgRef; /* 1 bit per page in the db (see above) */
672 Pgno nPage; /* Number of pages in the database */
674 int nErr; /* Number of messages written to zErrMsg so far */
675 int mallocFailed; /* A memory allocation error has occurred */
676 const char *zPfx; /* Error message prefix */
677 int v1, v2; /* Values for up to two %d fields in zPfx */
678 StrAccum errMsg; /* Accumulate the error message text here */
[all …]
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dbtree.c3160 typedef struct IntegrityCk IntegrityCk; typedef
3161 struct IntegrityCk { struct
3172 static void checkAppendMsg(IntegrityCk *pCheck, char *zMsg1, char *zMsg2){ in checkAppendMsg() argument
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dbtree.c3160 typedef struct IntegrityCk IntegrityCk; typedef
3161 struct IntegrityCk { struct
3172 static void checkAppendMsg(IntegrityCk *pCheck, char *zMsg1, char *zMsg2){ in checkAppendMsg() argument
/dports/databases/libgda5-mysql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c18846 typedef struct IntegrityCk IntegrityCk; typedef
18847 struct IntegrityCk { struct
18848 BtShared *pBt; /* The tree being checked out */
18850 u8 *aPgRef; /* 1 bit per page in the db (see above) */
18851 Pgno nPage; /* Number of pages in the database */
18853 int nErr; /* Number of messages written to zErrMsg so far */
18854 int mallocFailed; /* A memory allocation error has occurred */
18855 const char *zPfx; /* Error message prefix */
18856 int v1, v2; /* Values for up to two %d fields in zPfx */
18857 StrAccum errMsg; /* Accumulate the error message text here */
[all …]
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c18846 typedef struct IntegrityCk IntegrityCk; typedef
18847 struct IntegrityCk { struct
18848 BtShared *pBt; /* The tree being checked out */
18850 u8 *aPgRef; /* 1 bit per page in the db (see above) */
18851 Pgno nPage; /* Number of pages in the database */
18853 int nErr; /* Number of messages written to zErrMsg so far */
18854 int mallocFailed; /* A memory allocation error has occurred */
18855 const char *zPfx; /* Error message prefix */
18856 int v1, v2; /* Values for up to two %d fields in zPfx */
18857 StrAccum errMsg; /* Accumulate the error message text here */
[all …]
/dports/databases/libgda5-ldap/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c18846 typedef struct IntegrityCk IntegrityCk; typedef
18847 struct IntegrityCk { struct
18848 BtShared *pBt; /* The tree being checked out */
18850 u8 *aPgRef; /* 1 bit per page in the db (see above) */
18851 Pgno nPage; /* Number of pages in the database */
18853 int nErr; /* Number of messages written to zErrMsg so far */
18854 int mallocFailed; /* A memory allocation error has occurred */
18855 const char *zPfx; /* Error message prefix */
18856 int v1, v2; /* Values for up to two %d fields in zPfx */
18857 StrAccum errMsg; /* Accumulate the error message text here */
[all …]
/dports/databases/libgda5-jdbc/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c18846 typedef struct IntegrityCk IntegrityCk; typedef
18847 struct IntegrityCk { struct
18848 BtShared *pBt; /* The tree being checked out */
18850 u8 *aPgRef; /* 1 bit per page in the db (see above) */
18851 Pgno nPage; /* Number of pages in the database */
18853 int nErr; /* Number of messages written to zErrMsg so far */
18854 int mallocFailed; /* A memory allocation error has occurred */
18855 const char *zPfx; /* Error message prefix */
18856 int v1, v2; /* Values for up to two %d fields in zPfx */
18857 StrAccum errMsg; /* Accumulate the error message text here */
[all …]
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/sqlite/sqlite/
H A Dsqlite3.c21063 typedef struct IntegrityCk IntegrityCk; typedef
21064 struct IntegrityCk { struct
21065 BtShared *pBt; /* The tree being checked out */
21067 u8 *aPgRef; /* 1 bit per page in the db (see above) */
21068 Pgno nPage; /* Number of pages in the database */
21071 int mallocFailed; /* A memory allocation error has occurred */
21072 const char *zPfx; /* Error message prefix */
21073 int v1, v2; /* Values for up to two %d fields in zPfx */
21074 StrAccum errMsg; /* Accumulate the error message text here */
21075 u32 *heap; /* Min-heap used for analyzing cell coverage */
[all …]
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteCipher/
H A Dsqlcipher.c21388 typedef struct IntegrityCk IntegrityCk; typedef
21389 struct IntegrityCk { struct
21390 BtShared *pBt; /* The tree being checked out */
21392 u8 *aPgRef; /* 1 bit per page in the db (see above) */
21393 Pgno nPage; /* Number of pages in the database */
21396 int bOomFault; /* A memory allocation error has occurred */
21397 const char *zPfx; /* Error message prefix */
21398 Pgno v1; /* Value for first %u substitution in zPfx */
21399 int v2; /* Value for second %d substitution in zPfx */
21400 StrAccum errMsg; /* Accumulate the error message text here */
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/sqlcipher/
H A Dsqlite3.c21387 typedef struct IntegrityCk IntegrityCk; typedef
21388 struct IntegrityCk { struct
21389 BtShared *pBt; /* The tree being checked out */
21391 u8 *aPgRef; /* 1 bit per page in the db (see above) */
21392 Pgno nPage; /* Number of pages in the database */
21395 int bOomFault; /* A memory allocation error has occurred */
21396 const char *zPfx; /* Error message prefix */
21397 Pgno v1; /* Value for first %u substitution in zPfx */
21398 int v2; /* Value for second %d substitution in zPfx */
21399 StrAccum errMsg; /* Accumulate the error message text here */
[all …]