Home
last modified time | relevance | path

Searched refs:ORIGVFS (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c11544 #define ORIGVFS(p) ((sqlite3_vfs*)((p)->pAppData)) macro
11969 sqlite3_vfs *pBaseVfs = ORIGVFS(pApndVfs); in apndOpen()
12028 return ORIGVFS(pVfs)->xDelete(ORIGVFS(pVfs), zPath, dirSync); in apndDelete()
12040 return ORIGVFS(pVfs)->xAccess(ORIGVFS(pVfs), zPath, flags, pResOut); in apndAccess()
12048 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in apndFullPathname()
12051 return ORIGVFS(pVfs)->xDlOpen(ORIGVFS(pVfs), zPath); in apndDlOpen()
12054 ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg); in apndDlError()
12057 return ORIGVFS(pVfs)->xDlSym(ORIGVFS(pVfs), p, zSym); in apndDlSym()
12060 ORIGVFS(pVfs)->xDlClose(ORIGVFS(pVfs), pHandle); in apndDlClose()
12063 return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut); in apndRandomness()
[all …]
H A Dsqlite3.c55293 #define ORIGVFS(p) ((sqlite3_vfs*)((p)->pAppData)) macro
55933 return ORIGVFS(pVfs)->xDlOpen(ORIGVFS(pVfs), zPath);
55942 ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg);
55949 return ORIGVFS(pVfs)->xDlSym(ORIGVFS(pVfs), p, zSym);
55956 ORIGVFS(pVfs)->xDlClose(ORIGVFS(pVfs), pHandle);
55964 return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut);
55972 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro);
55980 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut);
55985 return ORIGVFS(pVfs)->xGetLastError(ORIGVFS(pVfs), a, b);
55988 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p);