Searched refs:pDummy (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test_pcache.c | 55 assert( testpcacheGlobal.pDummy==0 ); in testpcacheInit() 69 assert( testpcacheGlobal.pDummy!=0 ); in testpcacheShutdown() 71 sqlite3_free( testpcacheGlobal.pDummy ); in testpcacheShutdown() 72 testpcacheGlobal.pDummy = 0; in testpcacheShutdown() 142 assert( testpcacheGlobal.pDummy!=0 ); in testpcacheCreate() 171 assert( testpcacheGlobal.pDummy!=0 ); in testpcacheCachesize() 182 assert( testpcacheGlobal.pDummy!=0 ); in testpcachePagecount() 198 assert( testpcacheGlobal.pDummy!=0 ); in testpcacheFetch() 297 assert( testpcacheGlobal.pDummy!=0 ); in testpcacheUnpin() 343 assert( testpcacheGlobal.pDummy!=0 ); in testpcacheRekey() [all …]
|
| H A D | pragma.c | 1255 sqlite3_stmt *pDummy = 0; in sqlite3Pragma() local 1256 (void)sqlite3_prepare(db, zSql, -1, &pDummy, 0); in sqlite3Pragma() 1257 (void)sqlite3_finalize(pDummy); in sqlite3Pragma()
|
| H A D | wal.c | 2520 volatile void *pDummy; /* Dummy argument for xShmMap */ in walBeginShmUnreliable() local 2560 rc = sqlite3OsShmMap(pWal->pDbFd, 0, WALINDEX_PGSZ, 0, &pDummy); in walBeginShmUnreliable()
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_main.c | 957 void *pDummy; in do_speed_tests() local 964 rc = tdb_fetch(pDb, aKey, sizeof(aKey), &pDummy, &nDummy); in do_speed_tests() 978 void *pDummy; in do_speed_tests() local 990 rc = tdb_fetch(pDb, aKey, sizeof(aKey), &pDummy, &nDummy); in do_speed_tests() 994 assert( nDummy==100 && memcmp(aVal, pDummy, 100)==0 ); in do_speed_tests()
|
| H A D | lsmtest_tdb4.c | 955 void *pDummy; in bgc_detach() local 964 pthread_join(pCkpter->ckpter_thread, &pDummy); in bgc_detach()
|
| H A D | lsmtest_tdb3.c | 1255 void *pDummy; in mt_stop_worker() local 1266 pthread_join(p->worker_thread, &pDummy); in mt_stop_worker()
|