Home
last modified time | relevance | path

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

1234567

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DbtreeInt.h292 u16 aiOvfl[4]; /* Insert the i-th overflow cell before the aiOvfl-th member
H A Dbtree.c6449 assert( ArraySize(pPage->apOvfl)==ArraySize(pPage->aiOvfl) ); in insertCell()
6471 pPage->aiOvfl[j] = (u16)i; in insertCell()
6479 assert( j==0 || i==pPage->aiOvfl[j-1]+1 ); /* Overflows are sequential */ in insertCell()
6800 int iCell = (iOld + pPg->aiOvfl[i]) - iNew; in editPage()
7162 assert( pParent->nOverflow==0 || pParent->aiOvfl[0]==iParentIdx ); in balance_nonroot()
7209 if( pParent->nOverflow && i+nxDiv==pParent->aiOvfl[0] ){ in balance_nonroot()
7326 limit = pOld->aiOvfl[0]; in balance_nonroot()
7333 assert( k==0 || pOld->aiOvfl[k-1]+1==pOld->aiOvfl[k] );/* NOTE 1 */ in balance_nonroot()
7905 memcpy(pChild->aiOvfl, pRoot->aiOvfl, in balance_deeper()
7906 pRoot->nOverflow*sizeof(pRoot->aiOvfl[0])); in balance_deeper()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DbtreeInt.h292 u16 aiOvfl[4]; /* Insert the i-th overflow cell before the aiOvfl-th member
H A Dbtree.c6708 assert( ArraySize(pPage->apOvfl)==ArraySize(pPage->aiOvfl) ); in insertCell()
6726 pPage->aiOvfl[j] = (u16)i; in insertCell()
7189 int iCell = (iOld + pPg->aiOvfl[i]) - iNew; in editPage()
7548 assert( pParent->nOverflow==0 || pParent->aiOvfl[0]==iParentIdx ); in balance_nonroot()
7602 if( pParent->nOverflow && i+nxDiv==pParent->aiOvfl[0] ){ in balance_nonroot()
7719 if( NEVER(limit<pOld->aiOvfl[0]) ){ in balance_nonroot()
7723 limit = pOld->aiOvfl[0]; in balance_nonroot()
7730 assert( k==0 || pOld->aiOvfl[k-1]+1==pOld->aiOvfl[k] );/* NOTE 1 */ in balance_nonroot()
8318 memcpy(pChild->aiOvfl, pRoot->aiOvfl, in balance_deeper()
8319 pRoot->nOverflow*sizeof(pRoot->aiOvfl[0])); in balance_deeper()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DbtreeInt.h292 u16 aiOvfl[4]; /* Insert the i-th overflow cell before the aiOvfl-th member
H A Dbtree.c6771 assert( ArraySize(pPage->apOvfl)==ArraySize(pPage->aiOvfl) ); in insertCell()
6789 pPage->aiOvfl[j] = (u16)i; in insertCell()
7252 int iCell = (iOld + pPg->aiOvfl[i]) - iNew; in editPage()
7611 assert( pParent->nOverflow==0 || pParent->aiOvfl[0]==iParentIdx ); in balance_nonroot()
7667 if( pParent->nOverflow && i+nxDiv==pParent->aiOvfl[0] ){ in balance_nonroot()
7782 if( NEVER(limit<pOld->aiOvfl[0]) ){ in balance_nonroot()
7786 limit = pOld->aiOvfl[0]; in balance_nonroot()
7793 assert( k==0 || pOld->aiOvfl[k-1]+1==pOld->aiOvfl[k] );/* NOTE 1 */ in balance_nonroot()
8384 memcpy(pChild->aiOvfl, pRoot->aiOvfl, in balance_deeper()
8385 pRoot->nOverflow*sizeof(pRoot->aiOvfl[0])); in balance_deeper()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DbtreeInt.h292 u16 aiOvfl[4]; /* Insert the i-th overflow cell before the aiOvfl-th member
H A Dbtree.c6741 assert( ArraySize(pPage->apOvfl)==ArraySize(pPage->aiOvfl) ); in insertCell()
6759 pPage->aiOvfl[j] = (u16)i; in insertCell()
7222 int iCell = (iOld + pPg->aiOvfl[i]) - iNew; in editPage()
7581 assert( pParent->nOverflow==0 || pParent->aiOvfl[0]==iParentIdx ); in balance_nonroot()
7635 if( pParent->nOverflow && i+nxDiv==pParent->aiOvfl[0] ){ in balance_nonroot()
7752 if( NEVER(limit<pOld->aiOvfl[0]) ){ in balance_nonroot()
7756 limit = pOld->aiOvfl[0]; in balance_nonroot()
7763 assert( k==0 || pOld->aiOvfl[k-1]+1==pOld->aiOvfl[k] );/* NOTE 1 */ in balance_nonroot()
8351 memcpy(pChild->aiOvfl, pRoot->aiOvfl, in balance_deeper()
8352 pRoot->nOverflow*sizeof(pRoot->aiOvfl[0])); in balance_deeper()
[all …]
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c50237 k = pPage->aiOvfl[i];
54917 assert( ArraySize(pPage->apOvfl)==ArraySize(pPage->aiOvfl) );
54936 pPage->aiOvfl[j] = (u16)i;
55378 if( i+nxDiv==pParent->aiOvfl[0] && pParent->nOverflow ){
55820 int iOverflow = (nOverflow ? pOld->aiOvfl[0] : -1);
55834 iOverflow = i + !leafData + pOld->aiOvfl[0];
55840 assert(nOverflow<2 || pOld->aiOvfl[0]==pOld->aiOvfl[1]-1);
55841 assert(nOverflow<3 || pOld->aiOvfl[1]==pOld->aiOvfl[2]-1);
55962 memcpy(pChild->aiOvfl, pRoot->aiOvfl,
55963 pRoot->nOverflow*sizeof(pRoot->aiOvfl[0]));
[all …]
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c51729 k = pPage->aiOvfl[i];
56528 assert( ArraySize(pPage->apOvfl)==ArraySize(pPage->aiOvfl) );
56547 pPage->aiOvfl[j] = (u16)i;
56988 if( i+nxDiv==pParent->aiOvfl[0] && pParent->nOverflow ){
57432 int iOverflow = (nOverflow ? pOld->aiOvfl[0] : -1);
57447 iOverflow = i + !leafData + pOld->aiOvfl[0];
57453 assert(nOverflow<2 || pOld->aiOvfl[0]==pOld->aiOvfl[1]-1);
57454 assert(nOverflow<3 || pOld->aiOvfl[1]==pOld->aiOvfl[2]-1);
57578 memcpy(pChild->aiOvfl, pRoot->aiOvfl,
57579 pRoot->nOverflow*sizeof(pRoot->aiOvfl[0]));
[all …]
/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.c52071 k = pPage->aiOvfl[i];
56900 assert( ArraySize(pPage->apOvfl)==ArraySize(pPage->aiOvfl) );
56919 pPage->aiOvfl[j] = (u16)i;
57360 if( i+nxDiv==pParent->aiOvfl[0] && pParent->nOverflow ){
57804 int iOverflow = (nOverflow ? pOld->aiOvfl[0] : -1);
57819 iOverflow = i + !leafData + pOld->aiOvfl[0];
57825 assert(nOverflow<2 || pOld->aiOvfl[0]==pOld->aiOvfl[1]-1);
57826 assert(nOverflow<3 || pOld->aiOvfl[1]==pOld->aiOvfl[2]-1);
57950 memcpy(pChild->aiOvfl, pRoot->aiOvfl,
57951 pRoot->nOverflow*sizeof(pRoot->aiOvfl[0]));
[all …]
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c50450 k = pPage->aiOvfl[i];
55256 assert( ArraySize(pPage->apOvfl)==ArraySize(pPage->aiOvfl) );
55275 pPage->aiOvfl[j] = (u16)i;
55722 if( i+nxDiv==pParent->aiOvfl[0] && pParent->nOverflow ){
56166 int iOverflow = (nOverflow ? pOld->aiOvfl[0] : -1);
56181 iOverflow = i + !leafData + pOld->aiOvfl[0];
56187 assert(nOverflow<2 || pOld->aiOvfl[0]==pOld->aiOvfl[1]-1);
56188 assert(nOverflow<3 || pOld->aiOvfl[1]==pOld->aiOvfl[2]-1);
56312 memcpy(pChild->aiOvfl, pRoot->aiOvfl,
56313 pRoot->nOverflow*sizeof(pRoot->aiOvfl[0]));
[all …]
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c52456 k = pPage->aiOvfl[i];
57286 assert( ArraySize(pPage->apOvfl)==ArraySize(pPage->aiOvfl) );
57305 pPage->aiOvfl[j] = (u16)i;
57746 if( i+nxDiv==pParent->aiOvfl[0] && pParent->nOverflow ){
58190 int iOverflow = (nOverflow ? pOld->aiOvfl[0] : -1);
58205 iOverflow = i + !leafData + pOld->aiOvfl[0];
58211 assert(nOverflow<2 || pOld->aiOvfl[0]==pOld->aiOvfl[1]-1);
58212 assert(nOverflow<3 || pOld->aiOvfl[1]==pOld->aiOvfl[2]-1);
58336 memcpy(pChild->aiOvfl, pRoot->aiOvfl,
58337 pRoot->nOverflow*sizeof(pRoot->aiOvfl[0]));
[all …]
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.c50487 k = pPage->aiOvfl[i];
55315 assert( ArraySize(pPage->apOvfl)==ArraySize(pPage->aiOvfl) );
55334 pPage->aiOvfl[j] = (u16)i;
55781 if( i+nxDiv==pParent->aiOvfl[0] && pParent->nOverflow ){
56225 int iOverflow = (nOverflow ? pOld->aiOvfl[0] : -1);
56240 iOverflow = i + !leafData + pOld->aiOvfl[0];
56246 assert(nOverflow<2 || pOld->aiOvfl[0]==pOld->aiOvfl[1]-1);
56247 assert(nOverflow<3 || pOld->aiOvfl[1]==pOld->aiOvfl[2]-1);
56371 memcpy(pChild->aiOvfl, pRoot->aiOvfl,
56372 pRoot->nOverflow*sizeof(pRoot->aiOvfl[0]));
[all …]
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c52071 k = pPage->aiOvfl[i];
56900 assert( ArraySize(pPage->apOvfl)==ArraySize(pPage->aiOvfl) );
56919 pPage->aiOvfl[j] = (u16)i;
57360 if( i+nxDiv==pParent->aiOvfl[0] && pParent->nOverflow ){
57804 int iOverflow = (nOverflow ? pOld->aiOvfl[0] : -1);
57819 iOverflow = i + !leafData + pOld->aiOvfl[0];
57825 assert(nOverflow<2 || pOld->aiOvfl[0]==pOld->aiOvfl[1]-1);
57826 assert(nOverflow<3 || pOld->aiOvfl[1]==pOld->aiOvfl[2]-1);
57950 memcpy(pChild->aiOvfl, pRoot->aiOvfl,
57951 pRoot->nOverflow*sizeof(pRoot->aiOvfl[0]));
[all …]
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.c52071 k = pPage->aiOvfl[i];
56900 assert( ArraySize(pPage->apOvfl)==ArraySize(pPage->aiOvfl) );
56919 pPage->aiOvfl[j] = (u16)i;
57360 if( i+nxDiv==pParent->aiOvfl[0] && pParent->nOverflow ){
57804 int iOverflow = (nOverflow ? pOld->aiOvfl[0] : -1);
57819 iOverflow = i + !leafData + pOld->aiOvfl[0];
57825 assert(nOverflow<2 || pOld->aiOvfl[0]==pOld->aiOvfl[1]-1);
57826 assert(nOverflow<3 || pOld->aiOvfl[1]==pOld->aiOvfl[2]-1);
57950 memcpy(pChild->aiOvfl, pRoot->aiOvfl,
57951 pRoot->nOverflow*sizeof(pRoot->aiOvfl[0]));
[all …]
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.c51260 k = pPage->aiOvfl[i];
56108 assert( ArraySize(pPage->apOvfl)==ArraySize(pPage->aiOvfl) );
56127 pPage->aiOvfl[j] = (u16)i;
56574 if( i+nxDiv==pParent->aiOvfl[0] && pParent->nOverflow ){
57018 int iOverflow = (nOverflow ? pOld->aiOvfl[0] : -1);
57033 iOverflow = i + !leafData + pOld->aiOvfl[0];
57039 assert(nOverflow<2 || pOld->aiOvfl[0]==pOld->aiOvfl[1]-1);
57040 assert(nOverflow<3 || pOld->aiOvfl[1]==pOld->aiOvfl[2]-1);
57164 memcpy(pChild->aiOvfl, pRoot->aiOvfl,
57165 pRoot->nOverflow*sizeof(pRoot->aiOvfl[0]));
[all …]
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.c53141 k = pPage->aiOvfl[i];
58067 assert( ArraySize(pPage->apOvfl)==ArraySize(pPage->aiOvfl) );
58086 pPage->aiOvfl[j] = (u16)i;
58527 if( i+nxDiv==pParent->aiOvfl[0] && pParent->nOverflow ){
58971 int iOverflow = (nOverflow ? pOld->aiOvfl[0] : -1);
58986 iOverflow = i + !leafData + pOld->aiOvfl[0];
58992 assert(nOverflow<2 || pOld->aiOvfl[0]==pOld->aiOvfl[1]-1);
58993 assert(nOverflow<3 || pOld->aiOvfl[1]==pOld->aiOvfl[2]-1);
59117 memcpy(pChild->aiOvfl, pRoot->aiOvfl,
59118 pRoot->nOverflow*sizeof(pRoot->aiOvfl[0]));
[all …]
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c53087 u16 aiOvfl[5]; /* Insert the i-th overflow cell before the aiOvfl-th
60057 assert( ArraySize(pPage->apOvfl)==ArraySize(pPage->aiOvfl) );
60076 pPage->aiOvfl[j] = (u16)i;
60399 int iCell = (iOld + pPg->aiOvfl[i]) - iNew;
60762 assert( pParent->nOverflow==0 || pParent->aiOvfl[0]==iParentIdx );
60809 if( i+nxDiv==pParent->aiOvfl[0] && pParent->nOverflow ){
60927 limit = pOld->aiOvfl[0];
60934 assert( k==0 || pOld->aiOvfl[k-1]+1==pOld->aiOvfl[k] );/* NOTE 1 */
61511 memcpy(pChild->aiOvfl, pRoot->aiOvfl,
61512 pRoot->nOverflow*sizeof(pRoot->aiOvfl[0]));
[all …]
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c53087 u16 aiOvfl[5]; /* Insert the i-th overflow cell before the aiOvfl-th
60057 assert( ArraySize(pPage->apOvfl)==ArraySize(pPage->aiOvfl) );
60076 pPage->aiOvfl[j] = (u16)i;
60399 int iCell = (iOld + pPg->aiOvfl[i]) - iNew;
60762 assert( pParent->nOverflow==0 || pParent->aiOvfl[0]==iParentIdx );
60809 if( i+nxDiv==pParent->aiOvfl[0] && pParent->nOverflow ){
60927 limit = pOld->aiOvfl[0];
60934 assert( k==0 || pOld->aiOvfl[k-1]+1==pOld->aiOvfl[k] );/* NOTE 1 */
61511 memcpy(pChild->aiOvfl, pRoot->aiOvfl,
61512 pRoot->nOverflow*sizeof(pRoot->aiOvfl[0]));
[all …]
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c53087 u16 aiOvfl[5]; /* Insert the i-th overflow cell before the aiOvfl-th
60078 assert( ArraySize(pPage->apOvfl)==ArraySize(pPage->aiOvfl) );
60097 pPage->aiOvfl[j] = (u16)i;
60420 int iCell = (iOld + pPg->aiOvfl[i]) - iNew;
60783 assert( pParent->nOverflow==0 || pParent->aiOvfl[0]==iParentIdx );
60830 if( i+nxDiv==pParent->aiOvfl[0] && pParent->nOverflow ){
60948 limit = pOld->aiOvfl[0];
60955 assert( k==0 || pOld->aiOvfl[k-1]+1==pOld->aiOvfl[k] );/* NOTE 1 */
61532 memcpy(pChild->aiOvfl, pRoot->aiOvfl,
61533 pRoot->nOverflow*sizeof(pRoot->aiOvfl[0]));
[all …]
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c53087 u16 aiOvfl[5]; /* Insert the i-th overflow cell before the aiOvfl-th
60057 assert( ArraySize(pPage->apOvfl)==ArraySize(pPage->aiOvfl) );
60076 pPage->aiOvfl[j] = (u16)i;
60399 int iCell = (iOld + pPg->aiOvfl[i]) - iNew;
60762 assert( pParent->nOverflow==0 || pParent->aiOvfl[0]==iParentIdx );
60809 if( i+nxDiv==pParent->aiOvfl[0] && pParent->nOverflow ){
60927 limit = pOld->aiOvfl[0];
60934 assert( k==0 || pOld->aiOvfl[k-1]+1==pOld->aiOvfl[k] );/* NOTE 1 */
61511 memcpy(pChild->aiOvfl, pRoot->aiOvfl,
61512 pRoot->nOverflow*sizeof(pRoot->aiOvfl[0]));
[all …]
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c53087 u16 aiOvfl[5]; /* Insert the i-th overflow cell before the aiOvfl-th
60057 assert( ArraySize(pPage->apOvfl)==ArraySize(pPage->aiOvfl) );
60076 pPage->aiOvfl[j] = (u16)i;
60399 int iCell = (iOld + pPg->aiOvfl[i]) - iNew;
60762 assert( pParent->nOverflow==0 || pParent->aiOvfl[0]==iParentIdx );
60809 if( i+nxDiv==pParent->aiOvfl[0] && pParent->nOverflow ){
60927 limit = pOld->aiOvfl[0];
60934 assert( k==0 || pOld->aiOvfl[k-1]+1==pOld->aiOvfl[k] );/* NOTE 1 */
61511 memcpy(pChild->aiOvfl, pRoot->aiOvfl,
61512 pRoot->nOverflow*sizeof(pRoot->aiOvfl[0]));
[all …]
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c53087 u16 aiOvfl[5]; /* Insert the i-th overflow cell before the aiOvfl-th
60057 assert( ArraySize(pPage->apOvfl)==ArraySize(pPage->aiOvfl) );
60076 pPage->aiOvfl[j] = (u16)i;
60399 int iCell = (iOld + pPg->aiOvfl[i]) - iNew;
60762 assert( pParent->nOverflow==0 || pParent->aiOvfl[0]==iParentIdx );
60809 if( i+nxDiv==pParent->aiOvfl[0] && pParent->nOverflow ){
60927 limit = pOld->aiOvfl[0];
60934 assert( k==0 || pOld->aiOvfl[k-1]+1==pOld->aiOvfl[k] );/* NOTE 1 */
61511 memcpy(pChild->aiOvfl, pRoot->aiOvfl,
61512 pRoot->nOverflow*sizeof(pRoot->aiOvfl[0]));
[all …]
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c53087 u16 aiOvfl[5]; /* Insert the i-th overflow cell before the aiOvfl-th
60057 assert( ArraySize(pPage->apOvfl)==ArraySize(pPage->aiOvfl) );
60076 pPage->aiOvfl[j] = (u16)i;
60399 int iCell = (iOld + pPg->aiOvfl[i]) - iNew;
60762 assert( pParent->nOverflow==0 || pParent->aiOvfl[0]==iParentIdx );
60809 if( i+nxDiv==pParent->aiOvfl[0] && pParent->nOverflow ){
60927 limit = pOld->aiOvfl[0];
60934 assert( k==0 || pOld->aiOvfl[k-1]+1==pOld->aiOvfl[k] );/* NOTE 1 */
61511 memcpy(pChild->aiOvfl, pRoot->aiOvfl,
61512 pRoot->nOverflow*sizeof(pRoot->aiOvfl[0]));
[all …]

1234567