Lines Matching refs:unixLogError
40111 #define unixLogError(a,b,c) unixLogErrorAtLine(a,b,c,__LINE__) macro
42578 return unixLogError(SQLITE_CANTOPEN_BKPT, "openDirectory", zDirname); in openDirectory()
42619 return unixLogError(SQLITE_IOERR_FSYNC, "full_fsync", pFile->zPath); in unixSync()
42664 return unixLogError(SQLITE_IOERR_TRUNCATE, "ftruncate", pFile->zPath); in unixTruncate()
42785 return unixLogError(SQLITE_IOERR_TRUNCATE, "ftruncate", pFile->zPath); in fcntlSizeHint()
43465 rc = unixLogError(SQLITE_IOERR_SHMOPEN,"ftruncate",pShmNode->zFilename); in unixLockSharedMemory()
43602 rc = unixLogError(SQLITE_CANTOPEN_BKPT, "open", zShm); in unixOpenSharedMemory()
43746 rc = unixLogError(SQLITE_IOERR_SHMSIZE, "write", zFile); in unixShmMap()
43773 rc = unixLogError(SQLITE_IOERR_SHMMAP, "mmap", pShmNode->zFilename); in unixShmMap()
44212 unixLogError(SQLITE_OK, zErr, pFd->zPath); in unixRemapfile()
45253 int rc2 = unixLogError(SQLITE_CANTOPEN_BKPT, "open", zName); in unixOpen()
45392 rc = unixLogError(SQLITE_IOERR_DELETE, "unlink", zPath); in unixDelete()
45402 rc = unixLogError(SQLITE_IOERR_DIR_FSYNC, "fsync", zPath); in unixDelete()
45498 pPath->rc = unixLogError(SQLITE_CANTOPEN_BKPT, "lstat", zIn); in appendOnePathElement()
45509 pPath->rc = unixLogError(SQLITE_CANTOPEN_BKPT, "readlink", zIn); in appendOnePathElement()
45567 return unixLogError(SQLITE_CANTOPEN_BKPT, "getcwd", zPath); in unixFullPathname()