unixFile 24471 sqlite3/libsqlite/sqlite3.c typedef struct unixFile unixFile; unixFile 25671 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 25819 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26027 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26219 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26240 sqlite3/libsqlite/sqlite3.c memset(pFile, 0, sizeof(unixFile)); unixFile 26249 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile *)id; unixFile 26356 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26405 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26457 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26501 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26551 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26632 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26675 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26741 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26807 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26841 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26879 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 26985 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 27053 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 27235 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 27339 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 27432 sqlite3/libsqlite/sqlite3.c ((unixFile*)id)->lastErrno = errno; unixFile 27434 sqlite3/libsqlite/sqlite3.c ((unixFile*)id)->lastErrno = 0; unixFile 27442 sqlite3/libsqlite/sqlite3.c ((unixFile*)id)->lastErrno = errno; unixFile 27459 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile *)id; unixFile 27508 sqlite3/libsqlite/sqlite3.c ((unixFile*)id)->lastErrno = errno; unixFile 27510 sqlite3/libsqlite/sqlite3.c ((unixFile*)id)->lastErrno = 0; unixFile 27518 sqlite3/libsqlite/sqlite3.c ((unixFile*)id)->lastErrno = errno; unixFile 27536 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 27733 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 27786 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile *)id; unixFile 27829 sqlite3/libsqlite/sqlite3.c rc = osFstat(((unixFile*)id)->h, &buf); unixFile 27832 sqlite3/libsqlite/sqlite3.c ((unixFile*)id)->lastErrno = errno; unixFile 27917 sqlite3/libsqlite/sqlite3.c *(int*)pArg = ((unixFile*)id)->eFileLock; unixFile 27921 sqlite3/libsqlite/sqlite3.c *(int*)pArg = ((unixFile*)id)->lastErrno; unixFile 27925 sqlite3/libsqlite/sqlite3.c ((unixFile*)id)->szChunk = *(int *)pArg; unixFile 27929 sqlite3/libsqlite/sqlite3.c return fcntlSizeHint((unixFile *)id, *(i64 *)pArg); unixFile 27938 sqlite3/libsqlite/sqlite3.c ((unixFile*)id)->dbUpdate = 0; unixFile 28349 sqlite3/libsqlite/sqlite3.c unixFile *pDbFd = (unixFile*)fd; unixFile 28459 sqlite3/libsqlite/sqlite3.c unixFile *pDbFd = (unixFile*)fd; /* Connection holding shared memory */ unixFile 28587 sqlite3/libsqlite/sqlite3.c unixFile *pDbFd; /* The underlying database file */ unixFile 28589 sqlite3/libsqlite/sqlite3.c pDbFd = (unixFile*)fd; unixFile 28690 sqlite3/libsqlite/sqlite3.c static const sqlite3_io_methods *FINDER##Impl(const char *z, unixFile *p){ \ unixFile 28694 sqlite3/libsqlite/sqlite3.c static const sqlite3_io_methods *(*const FINDER)(const char*,unixFile *p) \ unixFile 28866 sqlite3/libsqlite/sqlite3.c *(*const autolockIoFinder)(const char*,unixFile*) = autolockIoFinderImpl; unixFile 28904 sqlite3/libsqlite/sqlite3.c *(*const autolockIoFinder)(const char*,unixFile*) = autolockIoFinderImpl; unixFile 28935 sqlite3/libsqlite/sqlite3.c unixFile *pNew = (unixFile *)pId; unixFile 29370 sqlite3/libsqlite/sqlite3.c unixFile *p = (unixFile *)pFile; unixFile 29429 sqlite3/libsqlite/sqlite3.c memset(p, 0, sizeof(unixFile)); unixFile 29533 sqlite3/libsqlite/sqlite3.c ((unixFile*)pFile)->lastErrno = errno; unixFile 29539 sqlite3/libsqlite/sqlite3.c ((unixFile*)pFile)->fsFlags |= SQLITE_FSFLAGS_IS_MSDOS; unixFile 29579 sqlite3/libsqlite/sqlite3.c rc = proxyTransformUnixFile((unixFile*)pFile, ":auto:"); unixFile 30092 sqlite3/libsqlite/sqlite3.c unixFile *conchFile; /* Open conch file */ unixFile 30094 sqlite3/libsqlite/sqlite3.c unixFile *lockProxy; /* Open proxy lock file */ unixFile 30195 sqlite3/libsqlite/sqlite3.c unixFile *pNew; unixFile 30245 sqlite3/libsqlite/sqlite3.c pNew = (unixFile *)sqlite3_malloc(sizeof(*pNew)); unixFile 30250 sqlite3/libsqlite/sqlite3.c memset(pNew, 0, sizeof(unixFile)); unixFile 30325 sqlite3/libsqlite/sqlite3.c unixFile *conchFile = pCtx->conchFile; unixFile 30386 sqlite3/libsqlite/sqlite3.c unixFile *conchFile = pCtx->conchFile; unixFile 30467 sqlite3/libsqlite/sqlite3.c unixFile *conchFile = pCtx->conchFile; unixFile 30493 sqlite3/libsqlite/sqlite3.c readLen = seekAndRead((unixFile*)conchFile, 0, readBuf, PROXY_MAXCONCHLEN); unixFile 30684 sqlite3/libsqlite/sqlite3.c unixFile *conchFile; /* Name of the conch file */ unixFile 30762 sqlite3/libsqlite/sqlite3.c unixFile *lockProxy = pCtx->lockProxy; unixFile 30904 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 30919 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 30972 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 30977 sqlite3/libsqlite/sqlite3.c unixFile *proxy = pCtx->lockProxy; unixFile 31011 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 31016 sqlite3/libsqlite/sqlite3.c unixFile *proxy = pCtx->lockProxy; unixFile 31035 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 31040 sqlite3/libsqlite/sqlite3.c unixFile *proxy = pCtx->lockProxy; unixFile 31055 sqlite3/libsqlite/sqlite3.c unixFile *pFile = (unixFile*)id; unixFile 31057 sqlite3/libsqlite/sqlite3.c unixFile *lockProxy = pCtx->lockProxy; unixFile 31058 sqlite3/libsqlite/sqlite3.c unixFile *conchFile = pCtx->conchFile; unixFile 31138 sqlite3/libsqlite/sqlite3.c sizeof(unixFile), /* szOsFile */ \