Home
last modified time | relevance | path

Searched refs:iKey1 (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/lsm1/lsm-test/
H A Dlsmtest1.c180 int iKey1; in testDbContents() local
185 iKey1 = testPrngValue((iFirst<<8) + (iLast<<16)) % nRow; in testDbContents()
187 testDatasourceEntry(pData, iKey1, &pKey2, &nKey1, 0, 0); in testDbContents()
393 int iKey1; in testCompareDb() local
398 iKey1 = testPrngValue(iSeed) % nData; in testCompareDb()
400 testDatasourceEntry(pData, iKey1, &pKey2, &nKey1, 0, 0); in testCompareDb()
/dports/databases/sqlite3/sqlite-src-3350500/ext/lsm1/lsm-test/
H A Dlsmtest1.c180 int iKey1; in testDbContents() local
185 iKey1 = testPrngValue((iFirst<<8) + (iLast<<16)) % nRow; in testDbContents()
187 testDatasourceEntry(pData, iKey1, &pKey2, &nKey1, 0, 0); in testDbContents()
397 int iKey1; in testCompareDb() local
402 iKey1 = testPrngValue(iSeed) % nData; in testCompareDb()
404 testDatasourceEntry(pData, iKey1, &pKey2, &nKey1, 0, 0); in testCompareDb()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/lsm1/lsm-test/
H A Dlsmtest1.c180 int iKey1; in testDbContents() local
185 iKey1 = testPrngValue((iFirst<<8) + (iLast<<16)) % nRow; in testDbContents()
187 testDatasourceEntry(pData, iKey1, &pKey2, &nKey1, 0, 0); in testDbContents()
397 int iKey1; in testCompareDb() local
402 iKey1 = testPrngValue(iSeed) % nData; in testCompareDb()
404 testDatasourceEntry(pData, iKey1, &pKey2, &nKey1, 0, 0); in testCompareDb()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/lsm1/lsm-test/
H A Dlsmtest1.c180 int iKey1; in testDbContents() local
185 iKey1 = testPrngValue((iFirst<<8) + (iLast<<16)) % nRow; in testDbContents()
187 testDatasourceEntry(pData, iKey1, &pKey2, &nKey1, 0, 0); in testDbContents()
397 int iKey1; in testCompareDb() local
402 iKey1 = testPrngValue(iSeed) % nData; in testCompareDb()
404 testDatasourceEntry(pData, iKey1, &pKey2, &nKey1, 0, 0); in testCompareDb()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvilib/core/
H A DKviPointerHashTable.h212 inline bool kvi_hash_key_equal(const int & iKey1, const int & iKey2, bool) in kvi_hash_key_equal() argument
214 return iKey1 == iKey2; in kvi_hash_key_equal()
252 inline bool kvi_hash_key_equal(const unsigned short & iKey1, const unsigned short & iKey2, bool) in kvi_hash_key_equal() argument
254 return iKey1 == iKey2; in kvi_hash_key_equal()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DvdbeInt.h436 i64 iKey1; /* First key value passed to hook */ member
H A Dvdbeaux.c4660 i64 iKey1, /* Initial key value */ in sqlite3VdbePreUpdateHook() argument
4672 iKey1 = iKey2 = 0; in sqlite3VdbePreUpdateHook()
4678 iKey2 = iKey1; in sqlite3VdbePreUpdateHook()
4694 preupdate.iKey1 = iKey1; in sqlite3VdbePreUpdateHook()
4699 db->xPreUpdateCallback(db->pPreUpdateArg, db, op, zDb, zTbl, iKey1, iKey2); in sqlite3VdbePreUpdateHook()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DvdbeInt.h473 i64 iKey1; /* First key value passed to hook */ member
H A Dvdbeaux.c5124 i64 iKey1, /* Initial key value */ in sqlite3VdbePreUpdateHook() argument
5136 iKey1 = iKey2 = 0; in sqlite3VdbePreUpdateHook()
5142 iKey2 = iKey1; in sqlite3VdbePreUpdateHook()
5158 preupdate.iKey1 = iKey1; in sqlite3VdbePreUpdateHook()
5163 db->xPreUpdateCallback(db->pPreUpdateArg, db, op, zDb, zTbl, iKey1, iKey2); in sqlite3VdbePreUpdateHook()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DvdbeInt.h475 i64 iKey1; /* First key value passed to hook */ member
H A Dvdbeaux.c5195 i64 iKey1, /* Initial key value */ in sqlite3VdbePreUpdateHook() argument
5207 iKey1 = iKey2 = 0; in sqlite3VdbePreUpdateHook()
5213 iKey2 = iKey1; in sqlite3VdbePreUpdateHook()
5229 preupdate.iKey1 = iKey1; in sqlite3VdbePreUpdateHook()
5234 db->xPreUpdateCallback(db->pPreUpdateArg, db, op, zDb, zTbl, iKey1, iKey2); in sqlite3VdbePreUpdateHook()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DvdbeInt.h474 i64 iKey1; /* First key value passed to hook */ member
H A Dvdbeaux.c5198 i64 iKey1, /* Initial key value */ in sqlite3VdbePreUpdateHook() argument
5210 iKey1 = iKey2 = 0; in sqlite3VdbePreUpdateHook()
5216 iKey2 = iKey1; in sqlite3VdbePreUpdateHook()
5232 preupdate.iKey1 = iKey1; in sqlite3VdbePreUpdateHook()
5237 db->xPreUpdateCallback(db->pPreUpdateArg, db, op, zDb, zTbl, iKey1, iKey2); in sqlite3VdbePreUpdateHook()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/sqlite-3.20.1/
H A Dsqlite3.h8490 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
/dports/astro/opencpn/OpenCPN-5.2.4/libs/sqlite/include/
H A Dsqlite3.h8490 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
/dports/emulators/mgba/mgba-0.9.2/src/third-party/sqlite3/
H A Dsqlite3.h8245 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SQLite/src/
H A Dsqlite3.h8287 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
/dports/math/vtk8/VTK-8.2.0/ThirdParty/sqlite/vtksqlite/
H A Dsqlite3.h8526 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
/dports/math/cadabra2/cadabra2-2.3.6.8/libs/sqlite3/include/
H A Dsqlite3.h8530 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
/dports/www/firefox-legacy/firefox-52.8.0esr/db/sqlite3/src/
H A Dsqlite3.h8266 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
/dports/lang/spidermonkey60/firefox-60.9.0/db/sqlite3/src/
H A Dsqlite3.h8594 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
/dports/databases/libgda5/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.h8490 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
/dports/databases/libgda5-mysql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.h8490 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
/dports/databases/libgda5-ui/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.h8490 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.h8490 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */

12345678910>>...12