Lines Matching defs:SQLITE_IOERR_SHMSIZE
831 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8))
43238 rc = SQLITE_IOERR_SHMSIZE;
43267 rc = unixLogError(SQLITE_IOERR_SHMSIZE, "write", zFile);
50906 rc = winLogError(SQLITE_IOERR_SHMSIZE, osGetLastError(),
50921 rc = winLogError(SQLITE_IOERR_SHMSIZE, osGetLastError(),
181342 case SQLITE_IOERR_SHMSIZE: zName = "SQLITE_IOERR_SHMSIZE"; break;