Home
last modified time | relevance | path

Searched refs:curIntKey (Results 1 – 25 of 146) sorted by relevance

123456

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DbtreeInt.h521 u8 curIntKey; /* Value of apPage[0]->intKey */ member
H A Dbtree.c627 if( pCur->curIntKey ){ in saveCursorKey()
646 assert( !pCur->curIntKey || !pCur->pKey ); in saveCursorKey()
2078 if( pCur && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey) ){ in getAndInitPage()
4381 assert( pCur->curIntKey ); in sqlite3BtreeIntegerKey()
4969 pCur->curIntKey = pCur->apPage[0]->intKey; in moveToRoot()
5172 assert( pCur->eState!=CURSOR_VALID || (pIdxKey==0)==(pCur->curIntKey!=0) ); in sqlite3BtreeMovetoUnpacked()
5232 assert( pCur->apPage[0]->intKey==pCur->curIntKey ); in sqlite3BtreeMovetoUnpacked()
5233 assert( pCur->curIntKey || pIdxKey ); in sqlite3BtreeMovetoUnpacked()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DbtreeInt.h528 u8 curIntKey; /* Value of apPage[0]->intKey */ member
H A Dbtree.c659 if( pCur->curIntKey ){ in saveCursorKey()
684 assert( !pCur->curIntKey || !pCur->pKey ); in saveCursorKey()
2196 if( pCur && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey) ){ in getAndInitPage()
4566 assert( pCur->curIntKey ); in sqlite3BtreeIntegerKey()
5209 pCur->curIntKey = pCur->pPage->intKey; in moveToRoot()
5411 assert( pCur->eState!=CURSOR_VALID || (pIdxKey==0)==(pCur->curIntKey!=0) ); in sqlite3BtreeMovetoUnpacked()
5472 assert( pCur->iPage==0 || pCur->apPage[0]->intKey==pCur->curIntKey ); in sqlite3BtreeMovetoUnpacked()
5473 assert( pCur->curIntKey || pIdxKey ); in sqlite3BtreeMovetoUnpacked()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DbtreeInt.h544 u8 curIntKey; /* Value of apPage[0]->intKey */ member
H A Dbtree.c672 if( pCur->curIntKey ){ in saveCursorKey()
697 assert( !pCur->curIntKey || !pCur->pKey ); in saveCursorKey()
2226 if( pCur && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey) ){ in getAndInitPage()
4620 assert( pCur->curIntKey ); in sqlite3BtreeIntegerKey()
5264 pCur->curIntKey = pCur->pPage->intKey; in moveToRoot()
5466 assert( pCur->eState!=CURSOR_VALID || (pIdxKey==0)==(pCur->curIntKey!=0) ); in sqlite3BtreeMovetoUnpacked()
5531 assert( pCur->iPage==0 || pCur->apPage[0]->intKey==pCur->curIntKey ); in sqlite3BtreeMovetoUnpacked()
5532 assert( pCur->curIntKey || pIdxKey ); in sqlite3BtreeMovetoUnpacked()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DbtreeInt.h543 u8 curIntKey; /* Value of apPage[0]->intKey */ member
H A Dbtree.c672 if( pCur->curIntKey ){ in saveCursorKey()
697 assert( !pCur->curIntKey || !pCur->pKey ); in saveCursorKey()
2208 if( pCur && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey) ){ in getAndInitPage()
4590 assert( pCur->curIntKey ); in sqlite3BtreeIntegerKey()
5234 pCur->curIntKey = pCur->pPage->intKey; in moveToRoot()
5436 assert( pCur->eState!=CURSOR_VALID || (pIdxKey==0)==(pCur->curIntKey!=0) ); in sqlite3BtreeMovetoUnpacked()
5501 assert( pCur->iPage==0 || pCur->apPage[0]->intKey==pCur->curIntKey ); in sqlite3BtreeMovetoUnpacked()
5502 assert( pCur->curIntKey || pIdxKey ); in sqlite3BtreeMovetoUnpacked()
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c53323 u8 curIntKey; /* Value of apPage[0]->intKey */
54417 if( 0==pCur->curIntKey ){
54430 assert( !pCur->curIntKey || !pCur->pKey );
55768 && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey)
58605 pCur->curIntKey = pCur->apPage[0]->intKey;
58808 && pCur->curIntKey
58843 assert( pCur->apPage[0]->intKey==pCur->curIntKey );
58844 assert( pCur->curIntKey || pIdxKey );
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c53323 u8 curIntKey; /* Value of apPage[0]->intKey */
54417 if( 0==pCur->curIntKey ){
54430 assert( !pCur->curIntKey || !pCur->pKey );
55768 && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey)
58605 pCur->curIntKey = pCur->apPage[0]->intKey;
58808 && pCur->curIntKey
58843 assert( pCur->apPage[0]->intKey==pCur->curIntKey );
58844 assert( pCur->curIntKey || pIdxKey );
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c53323 u8 curIntKey; /* Value of apPage[0]->intKey */
54417 if( 0==pCur->curIntKey ){
54430 assert( !pCur->curIntKey || !pCur->pKey );
55768 && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey)
58626 pCur->curIntKey = pCur->apPage[0]->intKey;
58829 && pCur->curIntKey
58864 assert( pCur->apPage[0]->intKey==pCur->curIntKey );
58865 assert( pCur->curIntKey || pIdxKey );
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c53323 u8 curIntKey; /* Value of apPage[0]->intKey */
54417 if( 0==pCur->curIntKey ){
54430 assert( !pCur->curIntKey || !pCur->pKey );
55768 && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey)
58605 pCur->curIntKey = pCur->apPage[0]->intKey;
58808 && pCur->curIntKey
58843 assert( pCur->apPage[0]->intKey==pCur->curIntKey );
58844 assert( pCur->curIntKey || pIdxKey );
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c53323 u8 curIntKey; /* Value of apPage[0]->intKey */
54417 if( 0==pCur->curIntKey ){
54430 assert( !pCur->curIntKey || !pCur->pKey );
55768 && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey)
58605 pCur->curIntKey = pCur->apPage[0]->intKey;
58808 && pCur->curIntKey
58843 assert( pCur->apPage[0]->intKey==pCur->curIntKey );
58844 assert( pCur->curIntKey || pIdxKey );
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c53323 u8 curIntKey; /* Value of apPage[0]->intKey */
54417 if( 0==pCur->curIntKey ){
54430 assert( !pCur->curIntKey || !pCur->pKey );
55768 && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey)
58605 pCur->curIntKey = pCur->apPage[0]->intKey;
58808 && pCur->curIntKey
58843 assert( pCur->apPage[0]->intKey==pCur->curIntKey );
58844 assert( pCur->curIntKey || pIdxKey );
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c53323 u8 curIntKey; /* Value of apPage[0]->intKey */
54417 if( 0==pCur->curIntKey ){
54430 assert( !pCur->curIntKey || !pCur->pKey );
55768 && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey)
58605 pCur->curIntKey = pCur->apPage[0]->intKey;
58808 && pCur->curIntKey
58843 assert( pCur->apPage[0]->intKey==pCur->curIntKey );
58844 assert( pCur->curIntKey || pIdxKey );
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c53323 u8 curIntKey; /* Value of apPage[0]->intKey */
54417 if( 0==pCur->curIntKey ){
54430 assert( !pCur->curIntKey || !pCur->pKey );
55768 && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey)
58605 pCur->curIntKey = pCur->apPage[0]->intKey;
58808 && pCur->curIntKey
58843 assert( pCur->apPage[0]->intKey==pCur->curIntKey );
58844 assert( pCur->curIntKey || pIdxKey );
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c53323 u8 curIntKey; /* Value of apPage[0]->intKey */
54417 if( 0==pCur->curIntKey ){
54430 assert( !pCur->curIntKey || !pCur->pKey );
55768 && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey)
58605 pCur->curIntKey = pCur->apPage[0]->intKey;
58808 && pCur->curIntKey
58843 assert( pCur->apPage[0]->intKey==pCur->curIntKey );
58844 assert( pCur->curIntKey || pIdxKey );
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c53323 u8 curIntKey; /* Value of apPage[0]->intKey */
54417 if( 0==pCur->curIntKey ){
54430 assert( !pCur->curIntKey || !pCur->pKey );
55768 && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey)
58605 pCur->curIntKey = pCur->apPage[0]->intKey;
58808 && pCur->curIntKey
58843 assert( pCur->apPage[0]->intKey==pCur->curIntKey );
58844 assert( pCur->curIntKey || pIdxKey );
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/auto/
H A Dsqlite3.c53323 u8 curIntKey; /* Value of apPage[0]->intKey */
54417 if( 0==pCur->curIntKey ){
54430 assert( !pCur->curIntKey || !pCur->pKey );
55768 && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey)
58626 pCur->curIntKey = pCur->apPage[0]->intKey;
58829 && pCur->curIntKey
58864 assert( pCur->apPage[0]->intKey==pCur->curIntKey );
58865 assert( pCur->curIntKey || pIdxKey );
/dports/www/gitea/gitea-1.16.5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c65649 u8 curIntKey; /* Value of apPage[0]->intKey */
66803 if( pCur->curIntKey ){
66828 assert( !pCur->curIntKey || !pCur->pKey );
68369 if( pCur && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey) ){
70803 assert( pCur->curIntKey );
71448 pCur->curIntKey = pCur->pPage->intKey;
71642 assert( pCur->eState!=CURSOR_VALID || pCur->curIntKey!=0 );
71692 assert( pCur->iPage==0 || pCur->apPage[0]->intKey==pCur->curIntKey );
71693 assert( pCur->curIntKey );
71835 assert( pCur->iPage==0 || pCur->apPage[0]->intKey==pCur->curIntKey );
[all …]
/dports/devel/fossil/fossil-src-2.17/src/
H A Dsqlite3.c64911 u8 curIntKey; /* Value of apPage[0]->intKey */
66065 if( pCur->curIntKey ){
66090 assert( !pCur->curIntKey || !pCur->pKey );
67617 if( pCur && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey) ){
70010 assert( pCur->curIntKey );
70654 pCur->curIntKey = pCur->pPage->intKey;
70849 assert( pCur->eState!=CURSOR_VALID || pCur->curIntKey!=0 );
70899 assert( pCur->iPage==0 || pCur->apPage[0]->intKey==pCur->curIntKey );
70900 assert( pCur->curIntKey );
71043 assert( pCur->iPage==0 || pCur->apPage[0]->intKey==pCur->curIntKey );
[all …]
/dports/www/firefox/firefox-99.0/third_party/sqlite3/src/
H A Dsqlite3.c65092 u8 curIntKey; /* Value of apPage[0]->intKey */
66246 if( pCur->curIntKey ){
66271 assert( !pCur->curIntKey || !pCur->pKey );
67798 if( pCur && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey) ){
70218 assert( pCur->curIntKey );
70863 pCur->curIntKey = pCur->pPage->intKey;
71058 assert( pCur->eState!=CURSOR_VALID || pCur->curIntKey!=0 );
71108 assert( pCur->iPage==0 || pCur->apPage[0]->intKey==pCur->curIntKey );
71109 assert( pCur->curIntKey );
71252 assert( pCur->iPage==0 || pCur->apPage[0]->intKey==pCur->curIntKey );
[all …]
/dports/lang/jimtcl/jimtcl-0.81/sqlite3/
H A Dsqlite3.c57671 u8 curIntKey; /* Value of apPage[0]->intKey */
58766 if( pCur->curIntKey ){
58785 assert( !pCur->curIntKey || !pCur->pKey );
60159 if( pCur && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey) ){
62421 assert( pCur->curIntKey );
63013 pCur->curIntKey = pCur->apPage[0]->intKey;
63214 assert( pCur->eState!=CURSOR_VALID || (pIdxKey==0)==(pCur->curIntKey!=0) );
63254 assert( pCur->apPage[0]->intKey==pCur->curIntKey );
63255 assert( pCur->curIntKey || pIdxKey );
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c57647 u8 curIntKey; /* Value of apPage[0]->intKey */
58742 if( pCur->curIntKey ){
58761 assert( !pCur->curIntKey || !pCur->pKey );
60135 if( pCur && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey) ){
62397 assert( pCur->curIntKey );
62989 pCur->curIntKey = pCur->apPage[0]->intKey;
63190 assert( pCur->eState!=CURSOR_VALID || (pIdxKey==0)==(pCur->curIntKey!=0) );
63230 assert( pCur->apPage[0]->intKey==pCur->curIntKey );
63231 assert( pCur->curIntKey || pIdxKey );
/dports/devel/openocd/openocd-0.11.0/jimtcl/sqlite3/
H A Dsqlite3.c57671 u8 curIntKey; /* Value of apPage[0]->intKey */
58766 if( pCur->curIntKey ){
58785 assert( !pCur->curIntKey || !pCur->pKey );
60159 if( pCur && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey) ){
62421 assert( pCur->curIntKey );
63013 pCur->curIntKey = pCur->apPage[0]->intKey;
63214 assert( pCur->eState!=CURSOR_VALID || (pIdxKey==0)==(pCur->curIntKey!=0) );
63254 assert( pCur->apPage[0]->intKey==pCur->curIntKey );
63255 assert( pCur->curIntKey || pIdxKey );

123456