Home
last modified time | relevance | path

Searched refs:unixLogError (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dos_unix.c1221 #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()
4665 rc = unixLogError(SQLITE_CANTOPEN_BKPT, "open", zShm); in unixOpenSharedMemory()
4809 rc = unixLogError(SQLITE_IOERR_SHMSIZE, "write", zFile); 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()
[all …]