Searched refs:REALVFS (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/misc/ |
| H A D | vfsstat.c | 475 rc = REALVFS(pVfs)->xDelete(REALVFS(pVfs), zPath, dirSync); in vstatDelete() 491 rc = REALVFS(pVfs)->xAccess(REALVFS(pVfs), zPath, flags, pResOut); in vstatAccess() 515 return REALVFS(pVfs)->xDlOpen(REALVFS(pVfs), zPath); in vstatDlOpen() 524 REALVFS(pVfs)->xDlError(REALVFS(pVfs), nByte, zErrMsg); in vstatDlError() 531 return REALVFS(pVfs)->xDlSym(REALVFS(pVfs), p, zSym); in vstatDlSym() 538 REALVFS(pVfs)->xDlClose(REALVFS(pVfs), pHandle); in vstatDlClose() 547 return REALVFS(pVfs)->xRandomness(REALVFS(pVfs), nByte, zBufOut); in vstatRandomness() 556 return REALVFS(pVfs)->xSleep(REALVFS(pVfs), nMicro); in vstatSleep() 564 return REALVFS(pVfs)->xCurrentTime(REALVFS(pVfs), pTimeOut); in vstatCurrentTime() 568 return REALVFS(pVfs)->xGetLastError(REALVFS(pVfs), a, b); in vstatGetLastError() [all …]
|
| H A D | vfslog.c | 648 rc = REALVFS(pVfs)->xDelete(REALVFS(pVfs), zPath, dirSync); in vlogDelete() 670 rc = REALVFS(pVfs)->xAccess(REALVFS(pVfs), zPath, flags, pResOut); in vlogAccess() 696 return REALVFS(pVfs)->xDlOpen(REALVFS(pVfs), zPath); in vlogDlOpen() 705 REALVFS(pVfs)->xDlError(REALVFS(pVfs), nByte, zErrMsg); in vlogDlError() 712 return REALVFS(pVfs)->xDlSym(REALVFS(pVfs), p, zSym); in vlogDlSym() 719 REALVFS(pVfs)->xDlClose(REALVFS(pVfs), pHandle); in vlogDlClose() 727 return REALVFS(pVfs)->xRandomness(REALVFS(pVfs), nByte, zBufOut); in vlogRandomness() 735 return REALVFS(pVfs)->xSleep(REALVFS(pVfs), nMicro); in vlogSleep() 742 return REALVFS(pVfs)->xCurrentTime(REALVFS(pVfs), pTimeOut); in vlogCurrentTime() 746 return REALVFS(pVfs)->xGetLastError(REALVFS(pVfs), a, b); in vlogGetLastError() [all …]
|
| /sqlite-3.40.0/src/ |
| H A D | test_osinst.c | 516 rc = REALVFS(pVfs)->xDelete(REALVFS(pVfs), zPath, dirSync); in vfslogDelete() 536 rc = REALVFS(pVfs)->xAccess(REALVFS(pVfs), zPath, flags, pResOut); in vfslogAccess() 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() [all …]
|