Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c40648 #define osFstat(a,b,c) 0 macro
40651 #define osFstat ((int(*)(int,struct stat*))aSyscall[5].pCurrent)
41057 if( osFstat(fd, &statbuf)==0 in robust_open()
41740 rc = osFstat(fd, &statbuf); in findInodeInfo()
41770 rc = osFstat(fd, &statbuf); in findInodeInfo()
41848 rc = osFstat(pFile->h, &buf); in verifyDbFile()
44010 rc = osFstat(fd, &buf); in full_fsync()
44212 rc = osFstat(((unixFile*)id)->h, &buf); in unixFileSize()
44251 if( osFstat(pFile->h, &buf) ){ in fcntlSizeHint()
45180 if( osFstat(pDbFd->h, &sStat) ){ in unixOpenSharedMemory()
[all …]