Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c11575 #define ORIGVFS(p) ((sqlite3_vfs*)((p)->pAppData)) macro
12000 sqlite3_vfs *pBaseVfs = ORIGVFS(pApndVfs); in apndOpen()
12059 return ORIGVFS(pVfs)->xDelete(ORIGVFS(pVfs), zPath, dirSync); in apndDelete()
12071 return ORIGVFS(pVfs)->xAccess(ORIGVFS(pVfs), zPath, flags, pResOut); in apndAccess()
12079 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in apndFullPathname()
12082 return ORIGVFS(pVfs)->xDlOpen(ORIGVFS(pVfs), zPath); in apndDlOpen()
12085 ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg); in apndDlError()
12088 return ORIGVFS(pVfs)->xDlSym(ORIGVFS(pVfs), p, zSym); in apndDlSym()
12091 ORIGVFS(pVfs)->xDlClose(ORIGVFS(pVfs), pHandle); in apndDlClose()
12094 return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut); in apndRandomness()
[all …]
H A Dsqlite3.c55338 #define ORIGVFS(p) ((sqlite3_vfs*)((p)->pAppData)) macro
55978 return ORIGVFS(pVfs)->xDlOpen(ORIGVFS(pVfs), zPath);
55987 ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg);
55994 return ORIGVFS(pVfs)->xDlSym(ORIGVFS(pVfs), p, zSym);
56001 ORIGVFS(pVfs)->xDlClose(ORIGVFS(pVfs), pHandle);
56009 return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut);
56017 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro);
56025 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut);
56030 return ORIGVFS(pVfs)->xGetLastError(ORIGVFS(pVfs), a, b);
56033 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p);