Searched refs:SQLITE_IOERR_SHMSIZE (Results 1 – 3 of 3) sorted by relevance
518 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
16523 case SQLITE_IOERR_SHMSIZE: zVal = "SQLITE_IOERR_SHMSIZE"; break; in vfstrace_errcode_name()
837 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro43718 rc = SQLITE_IOERR_SHMSIZE; in unixShmMap()43747 rc = unixLogError(SQLITE_IOERR_SHMSIZE, "write", zFile); in unixShmMap()184209 case SQLITE_IOERR_SHMSIZE: zName = "SQLITE_IOERR_SHMSIZE"; break;