Searched refs:pDefault (Results 1 – 4 of 4) sorted by relevance
401 sqlite3_vfs *pDefault = sqlite3_vfs_find(0); in inmemVfsRegister() local410 inmemVfs.xRandomness = pDefault->xRandomness; in inmemVfsRegister()411 inmemVfs.xSleep = pDefault->xSleep; in inmemVfsRegister()412 inmemVfs.xCurrentTimeInt64 = pDefault->xCurrentTimeInt64; in inmemVfsRegister()
1536 sqlite3_vfs *pDefault = sqlite3_vfs_find(0); in inmemVfsRegister() local1546 inmemVfs.xSleep = pDefault->xSleep; in inmemVfsRegister()1547 inmemVfs.xCurrentTimeInt64 = pDefault->xCurrentTimeInt64; in inmemVfsRegister()
508 sqlite3_syscall_ptr pDefault; /* Default value */ member1181 if( aSyscall[i].pDefault ){ in winSetSystemCall()1182 aSyscall[i].pCurrent = aSyscall[i].pDefault; in winSetSystemCall()1191 if( aSyscall[i].pDefault==0 ){ in winSetSystemCall()1192 aSyscall[i].pDefault = aSyscall[i].pCurrent; in winSetSystemCall()1195 if( pNewFunc==0 ) pNewFunc = aSyscall[i].pDefault; in winSetSystemCall()
387 sqlite3_syscall_ptr pDefault; /* Default value */ member587 if( aSyscall[i].pDefault ){ in unixSetSystemCall()588 aSyscall[i].pCurrent = aSyscall[i].pDefault; in unixSetSystemCall()597 if( aSyscall[i].pDefault==0 ){ in unixSetSystemCall()598 aSyscall[i].pDefault = aSyscall[i].pCurrent; in unixSetSystemCall()601 if( pNewFunc==0 ) pNewFunc = aSyscall[i].pDefault; in unixSetSystemCall()