Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c39294 #define osFstat(a,b,c) 0 macro
39297 #define osFstat ((int(*)(int,struct stat*))aSyscall[5].pCurrent)
39589 if( osFstat(fd, &statbuf)==0 in robust_open()
40272 rc = osFstat(fd, &statbuf); in findInodeInfo()
40298 rc = osFstat(fd, &statbuf); in findInodeInfo()
40376 rc = osFstat(pFile->h, &buf); in verifyDbFile()
42499 rc = osFstat(fd, &buf); in full_fsync()
42701 rc = osFstat(((unixFile*)id)->h, &buf); in unixFileSize()
42740 if( osFstat(pFile->h, &buf) ){ in fcntlSizeHint()
43546 if( osFstat(pDbFd->h, &sStat) ){ in unixOpenSharedMemory()
[all …]