Searched refs:osFstat (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 40618 #define osFstat(a,b,c) 0 macro 40621 #define osFstat ((int(*)(int,struct stat*))aSyscall[5].pCurrent) 41027 if( osFstat(fd, &statbuf)==0 in robust_open() 41710 rc = osFstat(fd, &statbuf); in findInodeInfo() 41740 rc = osFstat(fd, &statbuf); in findInodeInfo() 41818 rc = osFstat(pFile->h, &buf); in verifyDbFile() 43980 rc = osFstat(fd, &buf); in full_fsync() 44182 rc = osFstat(((unixFile*)id)->h, &buf); in unixFileSize() 44221 if( osFstat(pFile->h, &buf) ){ in fcntlSizeHint() 45150 if( osFstat(pDbFd->h, &sStat) ){ in unixOpenSharedMemory() [all …]
|