vfslog_call 245 third_party/sqlite/src/src/test_osinst.c static void vfslog_call(sqlite3_vfs *, int, int, int, int, int, int); vfslog_call 261 third_party/sqlite/src/src/test_osinst.c vfslog_call(p->pVfslog, OS_CLOSE, p->iFileId, t, rc, 0, 0); vfslog_call 280 third_party/sqlite/src/src/test_osinst.c vfslog_call(p->pVfslog, OS_READ, p->iFileId, t, rc, iAmt, (int)iOfst); vfslog_call 299 third_party/sqlite/src/src/test_osinst.c vfslog_call(p->pVfslog, OS_WRITE, p->iFileId, t, rc, iAmt, (int)iOfst); vfslog_call 313 third_party/sqlite/src/src/test_osinst.c vfslog_call(p->pVfslog, OS_TRUNCATE, p->iFileId, t, rc, 0, (int)size); vfslog_call 327 third_party/sqlite/src/src/test_osinst.c vfslog_call(p->pVfslog, OS_SYNC, p->iFileId, t, rc, flags, 0); vfslog_call 341 third_party/sqlite/src/src/test_osinst.c vfslog_call(p->pVfslog, OS_FILESIZE, p->iFileId, t, rc, 0, (int)*pSize); vfslog_call 355 third_party/sqlite/src/src/test_osinst.c vfslog_call(p->pVfslog, OS_LOCK, p->iFileId, t, rc, eLock, 0); vfslog_call 369 third_party/sqlite/src/src/test_osinst.c vfslog_call(p->pVfslog, OS_UNLOCK, p->iFileId, t, rc, eLock, 0); vfslog_call 383 third_party/sqlite/src/src/test_osinst.c vfslog_call(p->pVfslog, OS_CHECKRESERVEDLOCK, p->iFileId, t, rc, *pResOut, 0); vfslog_call 405 third_party/sqlite/src/src/test_osinst.c vfslog_call(p->pVfslog, OS_SECTORSIZE, p->iFileId, t, rc, 0, 0); vfslog_call 419 third_party/sqlite/src/src/test_osinst.c vfslog_call(p->pVfslog, OS_DEVCHAR, p->iFileId, t, rc, 0, 0); vfslog_call 430 third_party/sqlite/src/src/test_osinst.c vfslog_call(p->pVfslog, OS_SHMLOCK, p->iFileId, t, rc, 0, 0); vfslog_call 446 third_party/sqlite/src/src/test_osinst.c vfslog_call(p->pVfslog, OS_SHMMAP, p->iFileId, t, rc, 0, 0); vfslog_call 455 third_party/sqlite/src/src/test_osinst.c vfslog_call(p->pVfslog, OS_SHMBARRIER, p->iFileId, t, SQLITE_OK, 0, 0); vfslog_call 464 third_party/sqlite/src/src/test_osinst.c vfslog_call(p->pVfslog, OS_SHMUNMAP, p->iFileId, t, rc, 0, 0); vfslog_call 493 third_party/sqlite/src/src/test_osinst.c vfslog_call(pVfs, OS_OPEN, p->iFileId, t, rc, 0, 0); vfslog_call 509 third_party/sqlite/src/src/test_osinst.c vfslog_call(pVfs, OS_DELETE, 0, t, rc, dirSync, 0); vfslog_call 529 third_party/sqlite/src/src/test_osinst.c vfslog_call(pVfs, OS_ACCESS, 0, t, rc, flags, *pResOut); vfslog_call 755 third_party/sqlite/src/src/test_osinst.c vfslog_call(pVfs, OS_ANNOTATE, 0, 0, 0, 0, 0);