Home
last modified time | relevance | path

Searched refs:SQLITE_MAX_U32 (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dutil.c899 if( (v64 & SQLITE_MAX_U32)!=v64 ){ in sqlite3GetVarint32()
H A DsqliteInt.h449 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1) macro
H A Dvdbeaux.c3025 assert( (nCellKey & SQLITE_MAX_U32)==(u64)nCellKey ); in sqlite3VdbeIdxRowid()
H A Dvdbe.c2154 assert( (payloadSize64 & SQLITE_MAX_U32)==(u64)payloadSize64 ); in sqlite3VdbeExec()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dutil.c1067 if( (v64 & SQLITE_MAX_U32)!=v64 ){ in sqlite3GetVarint32()
H A DsqliteInt.h725 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1) macro
H A Dvdbeaux.c4404 assert( (nCellKey & SQLITE_MAX_U32)==(u64)nCellKey ); in sqlite3VdbeIdxRowid()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dutil.c1134 if( (v64 & SQLITE_MAX_U32)!=v64 ){ in sqlite3GetVarint32()
H A DsqliteInt.h768 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1) macro
H A Dvdbeaux.c4846 assert( (nCellKey & SQLITE_MAX_U32)==(u64)nCellKey ); in sqlite3VdbeIdxRowid()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dutil.c1199 if( (v64 & SQLITE_MAX_U32)!=v64 ){ in sqlite3GetVarint32()
H A DsqliteInt.h805 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1) macro
H A Dvdbeaux.c4917 assert( (nCellKey & SQLITE_MAX_U32)==(u64)nCellKey ); in sqlite3VdbeIdxRowid()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dutil.c1189 if( (v64 & SQLITE_MAX_U32)!=v64 ){ in sqlite3GetVarint32()
H A DsqliteInt.h792 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1) macro
H A Dvdbeaux.c4920 assert( (nCellKey & SQLITE_MAX_U32)==(u64)nCellKey ); in sqlite3VdbeIdxRowid()
/dports/databases/db5/db-5.3.28/lang/sql/adapter/
H A Ddb_pragma.c895 iLimit > (GIGABYTE * (SQLITE_MAX_U32 + 1) - 1)) in bdbsqlPragma()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h445 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1) macro
H A Dsqlite3.amalgamation.c966 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1) macro
14630 if( (v64 & SQLITE_MAX_U32)!=v64 ){ in sqlite3GetVarint32()
44810 assert( (nCellKey & SQLITE_MAX_U32)==(u64)nCellKey );
49123 assert( (u.am.payloadSize64 & SQLITE_MAX_U32)==(u64)u.am.payloadSize64 );
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c7419 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1) macro
20869 if( (v64 & SQLITE_MAX_U32)!=v64 ){ in sqlite3GetVarint32()
45167 iLimit > (GIGABYTE * (SQLITE_MAX_U32 + 1) - 1))
51195 assert( (nCellKey & SQLITE_MAX_U32)==(u64)nCellKey );
55527 assert( (u.am.payloadSize64 & SQLITE_MAX_U32)==(u64)u.am.payloadSize64 );
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c7957 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1) macro
21950 if( (v64 & SQLITE_MAX_U32)!=v64 ){ in sqlite3GetVarint32()
62575 assert( (nCellKey & SQLITE_MAX_U32)==(u64)nCellKey );
67074 assert( (u.an.payloadSize64 & SQLITE_MAX_U32)==(u64)u.an.payloadSize64 );
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c7689 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1) macro
21434 if( (v64 & SQLITE_MAX_U32)!=v64 ){ in sqlite3GetVarint32()
60654 assert( (nCellKey & SQLITE_MAX_U32)==(u64)nCellKey );
64968 assert( (u.am.payloadSize64 & SQLITE_MAX_U32)==(u64)u.am.payloadSize64 );
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c7682 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1) macro
21420 if( (v64 & SQLITE_MAX_U32)!=v64 ){ in sqlite3GetVarint32()
60618 assert( (nCellKey & SQLITE_MAX_U32)==(u64)nCellKey );
64932 assert( (u.am.payloadSize64 & SQLITE_MAX_U32)==(u64)u.am.payloadSize64 );
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c7715 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1) macro
21511 if( (v64 & SQLITE_MAX_U32)!=v64 ){ in sqlite3GetVarint32()
61369 assert( (nCellKey & SQLITE_MAX_U32)==(u64)nCellKey );
65723 assert( (u.am.payloadSize64 & SQLITE_MAX_U32)==(u64)u.am.payloadSize64 );
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c8401 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1) macro
22655 if( (v64 & SQLITE_MAX_U32)!=v64 ){ in sqlite3GetVarint32()
65162 assert( (nCellKey & SQLITE_MAX_U32)==(u64)nCellKey );
69429 assert( (payloadSize64 & SQLITE_MAX_U32)==(u64)payloadSize64 );

1234567