Lines Matching defs:SQLITE_IOERR_SHMSIZE
826 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8))
41670 rc = SQLITE_IOERR_SHMSIZE;
41699 rc = unixLogError(SQLITE_IOERR_SHMSIZE, "write", zFile);
49328 rc = winLogError(SQLITE_IOERR_SHMSIZE, osGetLastError(),
49343 rc = winLogError(SQLITE_IOERR_SHMSIZE, osGetLastError(),
174950 case SQLITE_IOERR_SHMSIZE: zName = "SQLITE_IOERR_SHMSIZE"; break;