Searched refs:osFstat (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | os_unix.c | 412 #define osFstat(a,b,c) 0 macro 698 if( osFstat(fd, &statbuf)==0 in robust_open() 1377 rc = osFstat(fd, &statbuf); in findInodeInfo() 1403 rc = osFstat(fd, &statbuf); in findInodeInfo() 1481 rc = osFstat(pFile->h, &buf); in verifyDbFile() 3637 rc = osFstat(fd, &buf); in full_fsync() 3839 rc = osFstat(((unixFile*)id)->h, &buf); in unixFileSize() 3878 if( osFstat(pFile->h, &buf) ){ in fcntlSizeHint() 4620 if( osFstat(pDbFd->h, &sStat) ){ in unixOpenSharedMemory() 5244 if( osFstat(pFd->h, &statbuf) ){ in unixMapfile() [all …]
|