Lines Matching refs:unixLogError
1221 #define unixLogError(a,b,c) unixLogErrorAtLine(a,b,c,__LINE__) macro
3717 return unixLogError(SQLITE_CANTOPEN_BKPT, "openDirectory", zDirname); in openDirectory()
3758 return unixLogError(SQLITE_IOERR_FSYNC, "full_fsync", pFile->zPath); in unixSync()
3803 return unixLogError(SQLITE_IOERR_TRUNCATE, "ftruncate", pFile->zPath); in unixTruncate()
3924 return unixLogError(SQLITE_IOERR_TRUNCATE, "ftruncate", pFile->zPath); in fcntlSizeHint()
4540 rc = unixLogError(SQLITE_IOERR_SHMOPEN,"ftruncate",pShmNode->zFilename); in unixLockSharedMemory()
4665 rc = unixLogError(SQLITE_CANTOPEN_BKPT, "open", zShm); in unixOpenSharedMemory()
4809 rc = unixLogError(SQLITE_IOERR_SHMSIZE, "write", zFile); in unixShmMap()
4836 rc = unixLogError(SQLITE_IOERR_SHMMAP, "mmap", pShmNode->zFilename); in unixShmMap()
5210 unixLogError(SQLITE_OK, zErr, pFd->zPath); in unixRemapfile()
6239 int rc2 = unixLogError(SQLITE_CANTOPEN_BKPT, "open", zName); in unixOpen()
6378 rc = unixLogError(SQLITE_IOERR_DELETE, "unlink", zPath); in unixDelete()
6388 rc = unixLogError(SQLITE_IOERR_DIR_FSYNC, "fsync", zPath); in unixDelete()
6486 pPath->rc = unixLogError(SQLITE_CANTOPEN_BKPT, "lstat", zIn); in appendOnePathElement()
6497 pPath->rc = unixLogError(SQLITE_CANTOPEN_BKPT, "readlink", zIn); in appendOnePathElement()
6555 return unixLogError(SQLITE_CANTOPEN_BKPT, "getcwd", zPath); in unixFullPathname()