Searched refs:ORIGVFS (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | shell.c | 9619 #define ORIGVFS(p) ((sqlite3_vfs*)((p)->pAppData)) macro 10044 sqlite3_vfs *pBaseVfs = ORIGVFS(pApndVfs); in apndOpen() 10103 return ORIGVFS(pVfs)->xDelete(ORIGVFS(pVfs), zPath, dirSync); in apndDelete() 10115 return ORIGVFS(pVfs)->xAccess(ORIGVFS(pVfs), zPath, flags, pResOut); in apndAccess() 10123 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in apndFullPathname() 10126 return ORIGVFS(pVfs)->xDlOpen(ORIGVFS(pVfs), zPath); in apndDlOpen() 10129 ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg); in apndDlError() 10132 return ORIGVFS(pVfs)->xDlSym(ORIGVFS(pVfs), p, zSym); in apndDlSym() 10135 ORIGVFS(pVfs)->xDlClose(ORIGVFS(pVfs), pHandle); in apndDlClose() 10138 return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut); in apndRandomness() [all …]
|
| H A D | sqlite3.c | 53846 #define ORIGVFS(p) ((sqlite3_vfs*)((p)->pAppData)) macro 54486 return ORIGVFS(pVfs)->xDlOpen(ORIGVFS(pVfs), zPath); 54495 ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg); 54502 return ORIGVFS(pVfs)->xDlSym(ORIGVFS(pVfs), p, zSym); 54509 ORIGVFS(pVfs)->xDlClose(ORIGVFS(pVfs), pHandle); 54517 return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut); 54525 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); 54533 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut); 54538 return ORIGVFS(pVfs)->xGetLastError(ORIGVFS(pVfs), a, b); 54541 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p);
|