Lines Matching refs:errno

26034       if( errno==EINTR ) continue;
26139 savedErrno = errno;
26159 errno = savedErrno;
26184 do{ rc = osFtruncate(h,sz); }while( rc<0 && errno==EINTR );
26565 int iErrno = errno; /* Saved syscall error number */
26711 storeLastErrno(pFile, errno);
26730 do{ rc = osWrite(fd, "S", 1); }while( rc<0 && errno==EINTR );
26732 storeLastErrno(pFile, errno);
26737 storeLastErrno(pFile, errno);
26860 storeLastErrno(pFile, errno);
27058 tErrno = errno;
27080 tErrno = errno;
27090 tErrno = errno;
27126 tErrno = errno;
27250 tErrno = errno;
27262 tErrno = errno;
27274 tErrno = errno;
27296 storeLastErrno(pFile, errno);
27309 storeLastErrno(pFile, errno);
27327 storeLastErrno(pFile, errno);
27596 int tErrno = errno;
27648 if( rc<0 && errno==ENOTDIR ) rc = osUnlink(zLockFile);
27650 int tErrno = errno;
27702 do{ rc = flock(fd,op); }while( rc<0 && errno==EINTR );
27738 int tErrno = errno;
27747 int tErrno = errno;
27814 int tErrno = errno;
27927 int tErrno = errno;
28031 int rc, tErrno = errno;
28126 int tErrno = errno;
28606 storeLastErrno((unixFile*)id, errno);
28616 if( errno==EINTR ){ got = 1; continue; }
28618 storeLastErrno((unixFile*)id, errno);
28712 do{ rc = (int)osPwrite(fd, pBuf, nBuf, iOff); }while( rc<0 && errno==EINTR );
28714 do{ rc = (int)osPwrite64(fd, pBuf, nBuf, iOff);}while( rc<0 && errno==EINTR);
28721 if( piErrno ) *piErrno = (iSeek==-1 ? errno : 0);
28725 }while( rc<0 && errno==EINTR );
28731 if( rc<0 && piErrno ) *piErrno = errno;
28943 if( rc==-1 && errno==ENOTSUP ){
29033 storeLastErrno(pFile, errno);
29077 storeLastErrno(pFile, errno);
29117 storeLastErrno((unixFile*)id, errno);
29202 storeLastErrno(pFile, errno);
31250 if( fd<0 && errno!=EISDIR && isReadWrite && !isExclusive ){
31306 storeLastErrno(p, errno);
31381 if( errno==ENOENT
31594 do{ got = osRead(fd, zBuf, nBuf); }while( got<0 && errno==EINTR );
31902 lPath, errno, osGetpid(0)));
31947 int err=errno;
32001 terrno = errno;
32002 if( fd<0 && errno==ENOENT && islockfile ){
32011 terrno = errno;
32075 int err = errno;
32137 sqlite3_snprintf(sizeof(errmsg), errmsg, "create failed (%d)", errno);
32141 sqlite3_snprintf(sizeof(errmsg), errmsg, "write failed (%d)", errno);
32145 sqlite3_snprintf(sizeof(errmsg), errmsg, "rename failed (%d)", errno);
32188 storeLastErrno(pFile, errno);
32208 storeLastErrno(pFile, errno);
32388 }while( rc==(-1) && errno==EINTR );
32390 int code = errno;
32397 int code = errno;
32641 int err = errno;
37647 return winLogError(SQLITE_IOERR_CONVPATH, (DWORD)errno,
38354 return winLogError(SQLITE_CANTOPEN_CONVPATH, (DWORD)errno,
38376 return winLogError(SQLITE_CANTOPEN_CONVPATH, (DWORD)errno,