Lines Matching defs:SQLITE_IOERR_SHMLOCK
827 #define SQLITE_IOERR_SHMLOCK (SQLITE_IOERR | (20<<8))
41812 sqlite3_log(SQLITE_IOERR_SHMLOCK, "unixShmLock-pShm, fd[%d], ofst[%d], n[%d], flags[%d]", ofst, n, flags);
41814 return SQLITE_IOERR_SHMLOCK;
41819 sqlite3_log(SQLITE_IOERR_SHMLOCK, "unixShmLock-pShmNode, fd[%d], ofst[%d], n[%d], flags[%d]", ofst, n, flags);
41821 return SQLITE_IOERR_SHMLOCK;
49157 if( p==0 ) return SQLITE_IOERR_SHMLOCK;
49159 if( NEVER(pShmNode==0) ) return SQLITE_IOERR_SHMLOCK;
174951 case SQLITE_IOERR_SHMLOCK: zName = "SQLITE_IOERR_SHMLOCK"; break;