Searched refs:vfslog_call (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test_osinst.c | 266 vfslog_call(p->pVfslog, OS_CLOSE, p->iFileId, t, rc, 0, 0); in vfslogClose() 332 vfslog_call(p->pVfslog, OS_SYNC, p->iFileId, t, rc, flags, 0); in vfslogSync() 360 vfslog_call(p->pVfslog, OS_LOCK, p->iFileId, t, rc, eLock, 0); in vfslogLock() 428 vfslog_call(p->pVfslog, OS_DEVCHAR, p->iFileId, t, rc, 0, 0); in vfslogDeviceCharacteristics() 439 vfslog_call(p->pVfslog, OS_SHMLOCK, p->iFileId, t, rc, 0, 0); in vfslogShmLock() 455 vfslog_call(p->pVfslog, OS_SHMMAP, p->iFileId, t, rc, 0, 0); in vfslogShmMap() 502 vfslog_call(pVfs, OS_OPEN, p->iFileId, t, rc, 0, 0); in vfslogOpen() 518 vfslog_call(pVfs, OS_DELETE, 0, t, rc, dirSync, 0); in vfslogDelete() 538 vfslog_call(pVfs, OS_ACCESS, 0, t, rc, flags, *pResOut); in vfslogAccess() 652 static void vfslog_call( in vfslog_call() function [all …]
|