Home
last modified time | relevance | path

Searched refs:max1bytePayload (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DbtreeInt.h284 u8 max1bytePayload; /* min(maxLocal,127) */ member
419 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */ member
H A Dbtree.c1772 pPage->max1bytePayload = pBt->max1bytePayload; in decodeFlags()
3077 pBt->max1bytePayload = 127; in lockBtree()
3079 pBt->max1bytePayload = (u8)pBt->maxLocal; in lockBtree()
5302 if( nCell<=pPage->max1bytePayload ){ in sqlite3BtreeMovetoUnpacked()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DbtreeInt.h284 u8 max1bytePayload; /* min(maxLocal,127) */ member
419 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */ member
H A Dbtree.c1858 pPage->max1bytePayload = pBt->max1bytePayload; in decodeFlags()
3225 pBt->max1bytePayload = 127; in lockBtree()
3227 pBt->max1bytePayload = (u8)pBt->maxLocal; in lockBtree()
5542 if( nCell<=pPage->max1bytePayload ){ in sqlite3BtreeMovetoUnpacked()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DbtreeInt.h284 u8 max1bytePayload; /* min(maxLocal,127) */ member
436 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */ member
H A Dbtree.c1889 pPage->max1bytePayload = pBt->max1bytePayload; in decodeFlags()
3255 pBt->max1bytePayload = 127; in lockBtree()
3257 pBt->max1bytePayload = (u8)pBt->maxLocal; in lockBtree()
5601 if( nCell<=pPage->max1bytePayload ){ in sqlite3BtreeMovetoUnpacked()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DbtreeInt.h284 u8 max1bytePayload; /* min(maxLocal,127) */ member
436 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */ member
H A Dbtree.c1871 pPage->max1bytePayload = pBt->max1bytePayload; in decodeFlags()
3232 pBt->max1bytePayload = 127; in lockBtree()
3234 pBt->max1bytePayload = (u8)pBt->maxLocal; in lockBtree()
5571 if( nCell<=pPage->max1bytePayload ){ in sqlite3BtreeMovetoUnpacked()
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c48717 u8 max1bytePayload; /* min(maxLocal,127) */
48853 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */
50730 pPage->max1bytePayload = pBt->max1bytePayload;
51795 pBt->max1bytePayload = 127;
51797 pBt->max1bytePayload = (u8)pBt->maxLocal;
53935 if( nCell<=pPage->max1bytePayload
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c50158 u8 max1bytePayload; /* min(maxLocal,127) */
50295 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */
52223 pPage->max1bytePayload = pBt->max1bytePayload;
53338 pBt->max1bytePayload = 127;
53340 pBt->max1bytePayload = (u8)pBt->maxLocal;
55479 if( nCell<=pPage->max1bytePayload ){
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.c50491 u8 max1bytePayload; /* min(maxLocal,127) */
50628 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */
52565 pPage->max1bytePayload = pBt->max1bytePayload;
53682 pBt->max1bytePayload = 127;
53684 pBt->max1bytePayload = (u8)pBt->maxLocal;
55848 if( nCell<=pPage->max1bytePayload ){
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c48891 u8 max1bytePayload; /* min(maxLocal,127) */
49028 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */
50943 pPage->max1bytePayload = pBt->max1bytePayload;
52051 pBt->max1bytePayload = 127;
52053 pBt->max1bytePayload = (u8)pBt->maxLocal;
54235 if( nCell<=pPage->max1bytePayload
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c50876 u8 max1bytePayload; /* min(maxLocal,127) */
51013 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */
52950 pPage->max1bytePayload = pBt->max1bytePayload;
54067 pBt->max1bytePayload = 127;
54069 pBt->max1bytePayload = (u8)pBt->maxLocal;
56233 if( nCell<=pPage->max1bytePayload ){
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.c48919 u8 max1bytePayload; /* min(maxLocal,127) */
49056 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */
50981 pPage->max1bytePayload = pBt->max1bytePayload;
52084 pBt->max1bytePayload = 127;
52086 pBt->max1bytePayload = (u8)pBt->maxLocal;
54271 if( nCell<=pPage->max1bytePayload
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c50491 u8 max1bytePayload; /* min(maxLocal,127) */
50628 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */
52565 pPage->max1bytePayload = pBt->max1bytePayload;
53682 pBt->max1bytePayload = 127;
53684 pBt->max1bytePayload = (u8)pBt->maxLocal;
55848 if( nCell<=pPage->max1bytePayload ){
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.c50491 u8 max1bytePayload; /* min(maxLocal,127) */
50628 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */
52565 pPage->max1bytePayload = pBt->max1bytePayload;
53682 pBt->max1bytePayload = 127;
53684 pBt->max1bytePayload = (u8)pBt->maxLocal;
55848 if( nCell<=pPage->max1bytePayload ){
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.c49688 u8 max1bytePayload; /* min(maxLocal,127) */
49825 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */
51754 pPage->max1bytePayload = pBt->max1bytePayload;
52869 pBt->max1bytePayload = 127;
52871 pBt->max1bytePayload = (u8)pBt->maxLocal;
55068 if( nCell<=pPage->max1bytePayload
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c53079 u8 max1bytePayload; /* min(maxLocal,127) */
53222 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */
55474 pPage->max1bytePayload = pBt->max1bytePayload;
56717 pBt->max1bytePayload = 127;
56719 pBt->max1bytePayload = (u8)pBt->maxLocal;
58911 if( nCell<=pPage->max1bytePayload ){
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c53079 u8 max1bytePayload; /* min(maxLocal,127) */
53222 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */
55474 pPage->max1bytePayload = pBt->max1bytePayload;
56717 pBt->max1bytePayload = 127;
56719 pBt->max1bytePayload = (u8)pBt->maxLocal;
58911 if( nCell<=pPage->max1bytePayload ){
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c52292 u8 max1bytePayload; /* min(maxLocal,127) */
52431 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */
54523 pPage->max1bytePayload = pBt->max1bytePayload;
55707 pBt->max1bytePayload = 127;
55709 pBt->max1bytePayload = (u8)pBt->maxLocal;
57906 if( nCell<=pPage->max1bytePayload ){
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.c51508 u8 max1bytePayload; /* min(maxLocal,127) */
51645 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */
53646 pPage->max1bytePayload = pBt->max1bytePayload;
54775 pBt->max1bytePayload = 127;
54777 pBt->max1bytePayload = (u8)pBt->maxLocal;
56948 if( nCell<=pPage->max1bytePayload ){
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c53079 u8 max1bytePayload; /* min(maxLocal,127) */
53222 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */
55474 pPage->max1bytePayload = pBt->max1bytePayload;
56717 pBt->max1bytePayload = 127;
56719 pBt->max1bytePayload = (u8)pBt->maxLocal;
58932 if( nCell<=pPage->max1bytePayload ){
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c53079 u8 max1bytePayload; /* min(maxLocal,127) */
53222 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */
55474 pPage->max1bytePayload = pBt->max1bytePayload;
56717 pBt->max1bytePayload = 127;
56719 pBt->max1bytePayload = (u8)pBt->maxLocal;
58911 if( nCell<=pPage->max1bytePayload ){
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c53079 u8 max1bytePayload; /* min(maxLocal,127) */
53222 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */
55474 pPage->max1bytePayload = pBt->max1bytePayload;
56717 pBt->max1bytePayload = 127;
56719 pBt->max1bytePayload = (u8)pBt->maxLocal;
58911 if( nCell<=pPage->max1bytePayload ){
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c53079 u8 max1bytePayload; /* min(maxLocal,127) */
53222 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */
55474 pPage->max1bytePayload = pBt->max1bytePayload;
56717 pBt->max1bytePayload = 127;
56719 pBt->max1bytePayload = (u8)pBt->maxLocal;
58911 if( nCell<=pPage->max1bytePayload ){

1234567