unixFile 24138 third_party/sqlite/amalgamation/sqlite3.c typedef struct unixFile unixFile; unixFile 25183 third_party/sqlite/amalgamation/sqlite3.c static void robust_close(unixFile *pFile, int h, int lineno){ unixFile 25193 third_party/sqlite/amalgamation/sqlite3.c static void closePendingFds(unixFile *pFile){ unixFile 25211 third_party/sqlite/amalgamation/sqlite3.c static void releaseInodeInfo(unixFile *pFile){ unixFile 25246 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile, /* Unix file with file desc used in the key */ unixFile 25335 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 25391 third_party/sqlite/amalgamation/sqlite3.c static int unixFileLock(unixFile *pFile, struct flock *pLock){ unixFile 25483 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 25668 third_party/sqlite/amalgamation/sqlite3.c static void setPendingFd(unixFile *pFile){ unixFile 25691 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 25883 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 25900 third_party/sqlite/amalgamation/sqlite3.c memset(pFile, 0, sizeof(unixFile)); unixFile 25909 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile *)id; unixFile 26016 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26065 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26115 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26159 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26209 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26290 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26333 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26399 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26465 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26499 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26537 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26596 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile, /* Open file descriptor on path */ unixFile 26643 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26711 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26893 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26997 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 27073 third_party/sqlite/amalgamation/sqlite3.c static int seekAndRead(unixFile *id, sqlite3_int64 offset, void *pBuf, int cnt){ unixFile 27090 third_party/sqlite/amalgamation/sqlite3.c ((unixFile*)id)->lastErrno = errno; unixFile 27092 third_party/sqlite/amalgamation/sqlite3.c ((unixFile*)id)->lastErrno = 0; unixFile 27100 third_party/sqlite/amalgamation/sqlite3.c ((unixFile*)id)->lastErrno = errno; unixFile 27117 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile *)id; unixFile 27151 third_party/sqlite/amalgamation/sqlite3.c static int seekAndWrite(unixFile *id, i64 offset, const void *pBuf, int cnt){ unixFile 27166 third_party/sqlite/amalgamation/sqlite3.c ((unixFile*)id)->lastErrno = errno; unixFile 27168 third_party/sqlite/amalgamation/sqlite3.c ((unixFile*)id)->lastErrno = 0; unixFile 27176 third_party/sqlite/amalgamation/sqlite3.c ((unixFile*)id)->lastErrno = errno; unixFile 27194 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 27435 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 27483 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile *)id; unixFile 27526 third_party/sqlite/amalgamation/sqlite3.c rc = osFstat(((unixFile*)id)->h, &buf); unixFile 27529 third_party/sqlite/amalgamation/sqlite3.c ((unixFile*)id)->lastErrno = errno; unixFile 27562 third_party/sqlite/amalgamation/sqlite3.c static int fcntlSizeHint(unixFile *pFile, i64 nByte){ unixFile 27614 third_party/sqlite/amalgamation/sqlite3.c *(int*)pArg = ((unixFile*)id)->eFileLock; unixFile 27618 third_party/sqlite/amalgamation/sqlite3.c *(int*)pArg = ((unixFile*)id)->lastErrno; unixFile 27622 third_party/sqlite/amalgamation/sqlite3.c ((unixFile*)id)->szChunk = *(int *)pArg; unixFile 27626 third_party/sqlite/amalgamation/sqlite3.c return fcntlSizeHint((unixFile *)id, *(i64 *)pArg); unixFile 27635 third_party/sqlite/amalgamation/sqlite3.c ((unixFile*)id)->dbUpdate = 0; unixFile 27835 third_party/sqlite/amalgamation/sqlite3.c static void unixShmPurge(unixFile *pFd){ unixFile 27894 third_party/sqlite/amalgamation/sqlite3.c static int unixOpenSharedMemory(unixFile *pDbFd){ unixFile 28035 third_party/sqlite/amalgamation/sqlite3.c unixFile *pDbFd = (unixFile*)fd; unixFile 28143 third_party/sqlite/amalgamation/sqlite3.c unixFile *pDbFd = (unixFile*)fd; /* Connection holding shared memory */ unixFile 28271 third_party/sqlite/amalgamation/sqlite3.c unixFile *pDbFd; /* The underlying database file */ unixFile 28273 third_party/sqlite/amalgamation/sqlite3.c pDbFd = (unixFile*)fd; unixFile 28374 third_party/sqlite/amalgamation/sqlite3.c static const sqlite3_io_methods *FINDER##Impl(const char *z, unixFile *p){ \ unixFile 28378 third_party/sqlite/amalgamation/sqlite3.c static const sqlite3_io_methods *(*const FINDER)(const char*,unixFile *p) \ unixFile 28498 third_party/sqlite/amalgamation/sqlite3.c unixFile *pNew /* open file object for the database file */ unixFile 28550 third_party/sqlite/amalgamation/sqlite3.c *(*const autolockIoFinder)(const char*,unixFile*) = autolockIoFinderImpl; unixFile 28564 third_party/sqlite/amalgamation/sqlite3.c unixFile *pNew /* the open file object */ unixFile 28588 third_party/sqlite/amalgamation/sqlite3.c *(*const autolockIoFinder)(const char*,unixFile*) = autolockIoFinderImpl; unixFile 28595 third_party/sqlite/amalgamation/sqlite3.c typedef const sqlite3_io_methods *(*finder_type)(const char*,unixFile*); unixFile 28609 third_party/sqlite/amalgamation/sqlite3.c memset(file, 0, sizeof(unixFile)); unixFile 28626 third_party/sqlite/amalgamation/sqlite3.c unixFile *pNew = (unixFile *)pId; unixFile 28877 third_party/sqlite/amalgamation/sqlite3.c static int proxyTransformUnixFile(unixFile*, const char*); unixFile 29002 third_party/sqlite/amalgamation/sqlite3.c memset(file, 0, sizeof(unixFile)); unixFile 29027 third_party/sqlite/amalgamation/sqlite3.c unixFile* unixSQLite3File = (unixFile*)file; unixFile 29050 third_party/sqlite/amalgamation/sqlite3.c unixFile* unixSQLite3File = (unixFile*)file; unixFile 29061 third_party/sqlite/amalgamation/sqlite3.c unixFile* unixSQLite3File = (unixFile*)file; unixFile 29094 third_party/sqlite/amalgamation/sqlite3.c unixFile *p = (unixFile *)pFile; unixFile 29233 third_party/sqlite/amalgamation/sqlite3.c ((unixFile*)pFile)->lastErrno = errno; unixFile 29238 third_party/sqlite/amalgamation/sqlite3.c ((unixFile*)pFile)->fsFlags |= SQLITE_FSFLAGS_IS_MSDOS; unixFile 29275 third_party/sqlite/amalgamation/sqlite3.c rc = proxyTransformUnixFile((unixFile*)pFile, ":auto:"); unixFile 29790 third_party/sqlite/amalgamation/sqlite3.c unixFile *conchFile; /* Open conch file */ unixFile 29792 third_party/sqlite/amalgamation/sqlite3.c unixFile *lockProxy; /* Open proxy lock file */ unixFile 29888 third_party/sqlite/amalgamation/sqlite3.c unixFile **ppFile, /* unixFile created and returned by ref */ unixFile 29892 third_party/sqlite/amalgamation/sqlite3.c unixFile *pNew; unixFile 29942 third_party/sqlite/amalgamation/sqlite3.c pNew = (unixFile *)sqlite3_malloc(sizeof(*pNew)); unixFile 29947 third_party/sqlite/amalgamation/sqlite3.c memset(pNew, 0, sizeof(unixFile)); unixFile 30020 third_party/sqlite/amalgamation/sqlite3.c static int proxyBreakConchLock(unixFile *pFile, uuid_t myHostID){ unixFile 30022 third_party/sqlite/amalgamation/sqlite3.c unixFile *conchFile = pCtx->conchFile; unixFile 30081 third_party/sqlite/amalgamation/sqlite3.c static int proxyConchLock(unixFile *pFile, uuid_t myHostID, int lockType){ unixFile 30083 third_party/sqlite/amalgamation/sqlite3.c unixFile *conchFile = pCtx->conchFile; unixFile 30158 third_party/sqlite/amalgamation/sqlite3.c static int proxyTakeConch(unixFile *pFile){ unixFile 30164 third_party/sqlite/amalgamation/sqlite3.c unixFile *conchFile = pCtx->conchFile; unixFile 30190 third_party/sqlite/amalgamation/sqlite3.c readLen = seekAndRead((unixFile*)conchFile, 0, readBuf, PROXY_MAXCONCHLEN); unixFile 30378 third_party/sqlite/amalgamation/sqlite3.c static int proxyReleaseConch(unixFile *pFile){ unixFile 30381 third_party/sqlite/amalgamation/sqlite3.c unixFile *conchFile; /* Name of the conch file */ unixFile 30445 third_party/sqlite/amalgamation/sqlite3.c static int switchLockProxyPath(unixFile *pFile, const char *path) { unixFile 30459 third_party/sqlite/amalgamation/sqlite3.c unixFile *lockProxy = pCtx->lockProxy; unixFile 30481 third_party/sqlite/amalgamation/sqlite3.c static int proxyGetDbPathForUnixFile(unixFile *pFile, char *dbPath){ unixFile 30511 third_party/sqlite/amalgamation/sqlite3.c static int proxyTransformUnixFile(unixFile *pFile, const char *path) { unixFile 30601 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 30616 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 30669 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 30674 third_party/sqlite/amalgamation/sqlite3.c unixFile *proxy = pCtx->lockProxy; unixFile 30708 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 30713 third_party/sqlite/amalgamation/sqlite3.c unixFile *proxy = pCtx->lockProxy; unixFile 30732 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 30737 third_party/sqlite/amalgamation/sqlite3.c unixFile *proxy = pCtx->lockProxy; unixFile 30752 third_party/sqlite/amalgamation/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 30754 third_party/sqlite/amalgamation/sqlite3.c unixFile *lockProxy = pCtx->lockProxy; unixFile 30755 third_party/sqlite/amalgamation/sqlite3.c unixFile *conchFile = pCtx->conchFile; unixFile 30835 third_party/sqlite/amalgamation/sqlite3.c sizeof(unixFile), /* szOsFile */ \ unixFile 202 third_party/sqlite/src/src/os_unix.c typedef struct unixFile unixFile; unixFile 1042 third_party/sqlite/src/src/os_unix.c static void robust_close(unixFile *pFile, int h, int lineno){ unixFile 1052 third_party/sqlite/src/src/os_unix.c static void closePendingFds(unixFile *pFile){ unixFile 1070 third_party/sqlite/src/src/os_unix.c static void releaseInodeInfo(unixFile *pFile){ unixFile 1105 third_party/sqlite/src/src/os_unix.c unixFile *pFile, /* Unix file with file desc used in the key */ unixFile 1194 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 1250 third_party/sqlite/src/src/os_unix.c static int unixFileLock(unixFile *pFile, struct flock *pLock){ unixFile 1342 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 1527 third_party/sqlite/src/src/os_unix.c static void setPendingFd(unixFile *pFile){ unixFile 1550 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 1742 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 1759 third_party/sqlite/src/src/os_unix.c memset(pFile, 0, sizeof(unixFile)); unixFile 1768 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile *)id; unixFile 1875 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 1924 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 1974 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 2018 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 2068 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 2149 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 2192 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 2258 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 2324 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 2358 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 2396 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 2455 third_party/sqlite/src/src/os_unix.c unixFile *pFile, /* Open file descriptor on path */ unixFile 2502 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 2570 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 2752 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 2856 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 2932 third_party/sqlite/src/src/os_unix.c static int seekAndRead(unixFile *id, sqlite3_int64 offset, void *pBuf, int cnt){ unixFile 2949 third_party/sqlite/src/src/os_unix.c ((unixFile*)id)->lastErrno = errno; unixFile 2951 third_party/sqlite/src/src/os_unix.c ((unixFile*)id)->lastErrno = 0; unixFile 2959 third_party/sqlite/src/src/os_unix.c ((unixFile*)id)->lastErrno = errno; unixFile 2976 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile *)id; unixFile 3010 third_party/sqlite/src/src/os_unix.c static int seekAndWrite(unixFile *id, i64 offset, const void *pBuf, int cnt){ unixFile 3025 third_party/sqlite/src/src/os_unix.c ((unixFile*)id)->lastErrno = errno; unixFile 3027 third_party/sqlite/src/src/os_unix.c ((unixFile*)id)->lastErrno = 0; unixFile 3035 third_party/sqlite/src/src/os_unix.c ((unixFile*)id)->lastErrno = errno; unixFile 3053 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 3294 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 3342 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile *)id; unixFile 3385 third_party/sqlite/src/src/os_unix.c rc = osFstat(((unixFile*)id)->h, &buf); unixFile 3388 third_party/sqlite/src/src/os_unix.c ((unixFile*)id)->lastErrno = errno; unixFile 3421 third_party/sqlite/src/src/os_unix.c static int fcntlSizeHint(unixFile *pFile, i64 nByte){ unixFile 3473 third_party/sqlite/src/src/os_unix.c *(int*)pArg = ((unixFile*)id)->eFileLock; unixFile 3477 third_party/sqlite/src/src/os_unix.c *(int*)pArg = ((unixFile*)id)->lastErrno; unixFile 3481 third_party/sqlite/src/src/os_unix.c ((unixFile*)id)->szChunk = *(int *)pArg; unixFile 3485 third_party/sqlite/src/src/os_unix.c return fcntlSizeHint((unixFile *)id, *(i64 *)pArg); unixFile 3494 third_party/sqlite/src/src/os_unix.c ((unixFile*)id)->dbUpdate = 0; unixFile 3694 third_party/sqlite/src/src/os_unix.c static void unixShmPurge(unixFile *pFd){ unixFile 3753 third_party/sqlite/src/src/os_unix.c static int unixOpenSharedMemory(unixFile *pDbFd){ unixFile 3894 third_party/sqlite/src/src/os_unix.c unixFile *pDbFd = (unixFile*)fd; unixFile 4002 third_party/sqlite/src/src/os_unix.c unixFile *pDbFd = (unixFile*)fd; /* Connection holding shared memory */ unixFile 4130 third_party/sqlite/src/src/os_unix.c unixFile *pDbFd; /* The underlying database file */ unixFile 4132 third_party/sqlite/src/src/os_unix.c pDbFd = (unixFile*)fd; unixFile 4233 third_party/sqlite/src/src/os_unix.c static const sqlite3_io_methods *FINDER##Impl(const char *z, unixFile *p){ \ unixFile 4237 third_party/sqlite/src/src/os_unix.c static const sqlite3_io_methods *(*const FINDER)(const char*,unixFile *p) \ unixFile 4357 third_party/sqlite/src/src/os_unix.c unixFile *pNew /* open file object for the database file */ unixFile 4409 third_party/sqlite/src/src/os_unix.c *(*const autolockIoFinder)(const char*,unixFile*) = autolockIoFinderImpl; unixFile 4423 third_party/sqlite/src/src/os_unix.c unixFile *pNew /* the open file object */ unixFile 4447 third_party/sqlite/src/src/os_unix.c *(*const autolockIoFinder)(const char*,unixFile*) = autolockIoFinderImpl; unixFile 4454 third_party/sqlite/src/src/os_unix.c typedef const sqlite3_io_methods *(*finder_type)(const char*,unixFile*); unixFile 4468 third_party/sqlite/src/src/os_unix.c memset(file, 0, sizeof(unixFile)); unixFile 4485 third_party/sqlite/src/src/os_unix.c unixFile *pNew = (unixFile *)pId; unixFile 4736 third_party/sqlite/src/src/os_unix.c static int proxyTransformUnixFile(unixFile*, const char*); unixFile 4861 third_party/sqlite/src/src/os_unix.c memset(file, 0, sizeof(unixFile)); unixFile 4886 third_party/sqlite/src/src/os_unix.c unixFile* unixSQLite3File = (unixFile*)file; unixFile 4909 third_party/sqlite/src/src/os_unix.c unixFile* unixSQLite3File = (unixFile*)file; unixFile 4920 third_party/sqlite/src/src/os_unix.c unixFile* unixSQLite3File = (unixFile*)file; unixFile 4953 third_party/sqlite/src/src/os_unix.c unixFile *p = (unixFile *)pFile; unixFile 5092 third_party/sqlite/src/src/os_unix.c ((unixFile*)pFile)->lastErrno = errno; unixFile 5097 third_party/sqlite/src/src/os_unix.c ((unixFile*)pFile)->fsFlags |= SQLITE_FSFLAGS_IS_MSDOS; unixFile 5134 third_party/sqlite/src/src/os_unix.c rc = proxyTransformUnixFile((unixFile*)pFile, ":auto:"); unixFile 5649 third_party/sqlite/src/src/os_unix.c unixFile *conchFile; /* Open conch file */ unixFile 5651 third_party/sqlite/src/src/os_unix.c unixFile *lockProxy; /* Open proxy lock file */ unixFile 5747 third_party/sqlite/src/src/os_unix.c unixFile **ppFile, /* unixFile created and returned by ref */ unixFile 5751 third_party/sqlite/src/src/os_unix.c unixFile *pNew; unixFile 5801 third_party/sqlite/src/src/os_unix.c pNew = (unixFile *)sqlite3_malloc(sizeof(*pNew)); unixFile 5806 third_party/sqlite/src/src/os_unix.c memset(pNew, 0, sizeof(unixFile)); unixFile 5879 third_party/sqlite/src/src/os_unix.c static int proxyBreakConchLock(unixFile *pFile, uuid_t myHostID){ unixFile 5881 third_party/sqlite/src/src/os_unix.c unixFile *conchFile = pCtx->conchFile; unixFile 5940 third_party/sqlite/src/src/os_unix.c static int proxyConchLock(unixFile *pFile, uuid_t myHostID, int lockType){ unixFile 5942 third_party/sqlite/src/src/os_unix.c unixFile *conchFile = pCtx->conchFile; unixFile 6017 third_party/sqlite/src/src/os_unix.c static int proxyTakeConch(unixFile *pFile){ unixFile 6023 third_party/sqlite/src/src/os_unix.c unixFile *conchFile = pCtx->conchFile; unixFile 6049 third_party/sqlite/src/src/os_unix.c readLen = seekAndRead((unixFile*)conchFile, 0, readBuf, PROXY_MAXCONCHLEN); unixFile 6237 third_party/sqlite/src/src/os_unix.c static int proxyReleaseConch(unixFile *pFile){ unixFile 6240 third_party/sqlite/src/src/os_unix.c unixFile *conchFile; /* Name of the conch file */ unixFile 6304 third_party/sqlite/src/src/os_unix.c static int switchLockProxyPath(unixFile *pFile, const char *path) { unixFile 6318 third_party/sqlite/src/src/os_unix.c unixFile *lockProxy = pCtx->lockProxy; unixFile 6340 third_party/sqlite/src/src/os_unix.c static int proxyGetDbPathForUnixFile(unixFile *pFile, char *dbPath){ unixFile 6370 third_party/sqlite/src/src/os_unix.c static int proxyTransformUnixFile(unixFile *pFile, const char *path) { unixFile 6460 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 6475 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 6528 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 6533 third_party/sqlite/src/src/os_unix.c unixFile *proxy = pCtx->lockProxy; unixFile 6567 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 6572 third_party/sqlite/src/src/os_unix.c unixFile *proxy = pCtx->lockProxy; unixFile 6591 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 6596 third_party/sqlite/src/src/os_unix.c unixFile *proxy = pCtx->lockProxy; unixFile 6611 third_party/sqlite/src/src/os_unix.c unixFile *pFile = (unixFile*)id; unixFile 6613 third_party/sqlite/src/src/os_unix.c unixFile *lockProxy = pCtx->lockProxy; unixFile 6614 third_party/sqlite/src/src/os_unix.c unixFile *conchFile = pCtx->conchFile; unixFile 6694 third_party/sqlite/src/src/os_unix.c sizeof(unixFile), /* szOsFile */ \