Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c2779 typedef struct afpLockingContext afpLockingContext; typedef
2780 struct afpLockingContext { struct
2853 afpLockingContext *context; in afpCheckReservedLock()
2858 context = (afpLockingContext *) pFile->lockingContext; in afpCheckReservedLock()
2922 afpLockingContext *context = (afpLockingContext *) pFile->lockingContext; in afpLock()
3104 afpLockingContext *context = (afpLockingContext *) pFile->lockingContext; in afpUnlock()
5724 afpLockingContext *pCtx; in fillInUnixFile()
7518 afpLockingContext *afpCtx; in proxyTakeConch()
7519 afpCtx = (afpLockingContext *)pCtx->lockProxy->lockingContext; in proxyTakeConch()
7645 strlcpy(dbPath, ((afpLockingContext *)pFile->lockingContext)->dbPath, in proxyGetDbPathForUnixFile()