Lines Matching refs:REALVFS
137 #define REALVFS(p) (((VfslogVfs *)(p))->pVfs) macro
499 rc = REALVFS(pVfs)->xOpen(REALVFS(pVfs), zName, p->pReal, flags, pOutFlags); in vfslogOpen()
516 rc = REALVFS(pVfs)->xDelete(REALVFS(pVfs), zPath, dirSync); in vfslogDelete()
536 rc = REALVFS(pVfs)->xAccess(REALVFS(pVfs), zPath, flags, pResOut); in vfslogAccess()
554 return REALVFS(pVfs)->xFullPathname(REALVFS(pVfs), zPath, nOut, zOut); in vfslogFullPathname()
561 return REALVFS(pVfs)->xDlOpen(REALVFS(pVfs), zPath); in vfslogDlOpen()
570 REALVFS(pVfs)->xDlError(REALVFS(pVfs), nByte, zErrMsg); in vfslogDlError()
577 return REALVFS(pVfs)->xDlSym(REALVFS(pVfs), p, zSym); in vfslogDlSym()
584 REALVFS(pVfs)->xDlClose(REALVFS(pVfs), pHandle); in vfslogDlClose()
592 return REALVFS(pVfs)->xRandomness(REALVFS(pVfs), nByte, zBufOut); in vfslogRandomness()
600 return REALVFS(pVfs)->xSleep(REALVFS(pVfs), nMicro); in vfslogSleep()
607 return REALVFS(pVfs)->xCurrentTime(REALVFS(pVfs), pTimeOut); in vfslogCurrentTime()
611 return REALVFS(pVfs)->xGetLastError(REALVFS(pVfs), a, b); in vfslogGetLastError()
614 return REALVFS(pVfs)->xCurrentTimeInt64(REALVFS(pVfs), p); in vfslogCurrentTimeInt64()