Lines Matching refs:errno

29963       if( errno==EINTR ) continue;
30068 savedErrno = errno;
30088 errno = savedErrno;
30113 do{ rc = osFtruncate(h,sz); }while( rc<0 && errno==EINTR );
30451 int iErrno = errno; /* Saved syscall error number */
30597 storeLastErrno(pFile, errno);
30616 do{ rc = osWrite(fd, "S", 1); }while( rc<0 && errno==EINTR );
30618 storeLastErrno(pFile, errno);
30623 storeLastErrno(pFile, errno);
30742 storeLastErrno(pFile, errno);
30939 tErrno = errno;
30961 tErrno = errno;
30971 tErrno = errno;
31007 tErrno = errno;
31131 tErrno = errno;
31141 tErrno = errno;
31153 tErrno = errno;
31173 storeLastErrno(pFile, errno);
31186 storeLastErrno(pFile, errno);
31204 storeLastErrno(pFile, errno);
31463 int tErrno = errno;
31516 int tErrno = errno;
31564 do{ rc = flock(fd,op); }while( rc<0 && errno==EINTR );
31600 int tErrno = errno;
31607 int tErrno = errno;
31674 int tErrno = errno;
31784 int tErrno = errno;
31888 int rc, tErrno = errno;
31983 int tErrno = errno;
32460 storeLastErrno((unixFile*)id, errno);
32467 if( errno==EINTR ){ got = 1; continue; }
32469 storeLastErrno((unixFile*)id, errno);
32564 do{ rc = (int)osPwrite(fd, pBuf, nBuf, iOff); }while( rc<0 && errno==EINTR );
32566 do{ rc = (int)osPwrite64(fd, pBuf, nBuf, iOff);}while( rc<0 && errno==EINTR);
32576 }while( rc<0 && errno==EINTR );
32582 if( rc<0 ) *piErrno = errno;
32799 if( rc==-1 && errno==ENOTSUP ){
32893 storeLastErrno(pFile, errno);
32938 storeLastErrno(pFile, errno);
32978 storeLastErrno((unixFile*)id, errno);
33059 storeLastErrno(pFile, errno);
35094 if( fd<0 && errno!=EISDIR && isReadWrite ){
35147 storeLastErrno(p, errno);
35223 if( errno==ENOENT
35353 if( errno!=ENOENT ){
35500 do{ got = osRead(fd, zBuf, nBuf); }while( got<0 && errno==EINTR );
35611 return errno;
35808 lPath, errno, osGetpid(0)));
35853 int err=errno;
35907 terrno = errno;
35908 if( fd<0 && errno==ENOENT && islockfile ){
35917 terrno = errno;
35981 int err = errno;
36043 sqlite3_snprintf(sizeof(errmsg), errmsg, "create failed (%d)", errno);
36047 sqlite3_snprintf(sizeof(errmsg), errmsg, "write failed (%d)", errno);
36051 sqlite3_snprintf(sizeof(errmsg), errmsg, "rename failed (%d)", errno);
36094 storeLastErrno(pFile, errno);
36114 storeLastErrno(pFile, errno);
36294 }while( rc==(-1) && errno==EINTR );
36296 int code = errno;
36303 int code = errno;
36547 int err = errno;
41793 return winLogError(SQLITE_IOERR_CONVPATH, (DWORD)errno,
42518 return winLogError(SQLITE_CANTOPEN_CONVPATH, (DWORD)errno,
42540 return winLogError(SQLITE_CANTOPEN_CONVPATH, (DWORD)errno,