Home
last modified time | relevance | path

Searched refs:pDummy (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_pcache.c55 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 Dpragma.c1255 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 Dwal.c2520 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 Dlsmtest_main.c957 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 Dlsmtest_tdb4.c955 void *pDummy; in bgc_detach() local
964 pthread_join(pCkpter->ckpter_thread, &pDummy); in bgc_detach()
H A Dlsmtest_tdb3.c1255 void *pDummy; in mt_stop_worker() local
1266 pthread_join(p->worker_thread, &pDummy); in mt_stop_worker()