Lines Matching refs:stat
401 { "stat", (sqlite3_syscall_ptr)stat, 0 },
402 #define osStat ((int(*)(const char*,struct stat*))aSyscall[4].pCurrent)
415 #define osFstat ((int(*)(int,struct stat*))aSyscall[5].pCurrent)
536 #define osLstat ((int(*)(const char*,struct stat*))aSyscall[27].pCurrent)
697 struct stat statbuf; in robust_open()
1368 struct stat statbuf; /* Low-level file information */ in findInodeInfo()
1457 struct stat buf; in fileHasMoved()
1475 struct stat buf; in verifyDbFile()
3636 struct stat buf; in full_fsync()
3837 struct stat buf; in unixFileSize()
3876 struct stat buf; /* Used to hold return values of fstat() */ in fcntlSizeHint()
4611 struct stat sStat; /* fstat() info for database file */ in unixOpenSharedMemory()
4770 struct stat sStat; /* Used by fstat() */ in unixShmMap()
5243 struct stat statbuf; /* Low-level file information */ in unixMapfile()
5833 struct stat buf; in unixTempFileDir()
5923 struct stat sStat; /* Results of stat() call */ in findReusableFd()
5970 struct stat sStat; /* Output of stat() on database file */ in getFileMode()
6425 struct stat buf; in unixAccess()
6481 struct stat buf; in appendOnePathElement()
7254 struct stat buf; in proxyConchLock()
7445 struct stat buf; in proxyTakeConch()
7705 struct stat conchInfo; in proxyTransformUnixFile()