Lines Matching refs:unixLogError
40112 #define unixLogError(a,b,c) unixLogErrorAtLine(a,b,c,__LINE__) macro
42579 return unixLogError(SQLITE_CANTOPEN_BKPT, "openDirectory", zDirname); in openDirectory()
42620 return unixLogError(SQLITE_IOERR_FSYNC, "full_fsync", pFile->zPath); in unixSync()
42665 return unixLogError(SQLITE_IOERR_TRUNCATE, "ftruncate", pFile->zPath); in unixTruncate()
42786 return unixLogError(SQLITE_IOERR_TRUNCATE, "ftruncate", pFile->zPath); in fcntlSizeHint()
43466 rc = unixLogError(SQLITE_IOERR_SHMOPEN,"ftruncate",pShmNode->zFilename); in unixLockSharedMemory()
43603 rc = unixLogError(SQLITE_CANTOPEN_BKPT, "open", zShm); in unixOpenSharedMemory()
43747 rc = unixLogError(SQLITE_IOERR_SHMSIZE, "write", zFile); in unixShmMap()
43774 rc = unixLogError(SQLITE_IOERR_SHMMAP, "mmap", pShmNode->zFilename); in unixShmMap()
44213 unixLogError(SQLITE_OK, zErr, pFd->zPath); in unixRemapfile()
45254 int rc2 = unixLogError(SQLITE_CANTOPEN_BKPT, "open", zName); in unixOpen()
45393 rc = unixLogError(SQLITE_IOERR_DELETE, "unlink", zPath); in unixDelete()
45403 rc = unixLogError(SQLITE_IOERR_DIR_FSYNC, "fsync", zPath); in unixDelete()
45499 pPath->rc = unixLogError(SQLITE_CANTOPEN_BKPT, "lstat", zIn); in appendOnePathElement()
45510 pPath->rc = unixLogError(SQLITE_CANTOPEN_BKPT, "readlink", zIn); in appendOnePathElement()
45568 return unixLogError(SQLITE_CANTOPEN_BKPT, "getcwd", zPath); in unixFullPathname()