Searched refs:SQLITE_IOERR_SHMSIZE (Results 1 – 2 of 2) sorted by relevance
516 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
822 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro39016 rc = SQLITE_IOERR_SHMSIZE;39045 rc = unixLogError(SQLITE_IOERR_SHMSIZE, "write", zFile);46612 rc = winLogError(SQLITE_IOERR_SHMSIZE, osGetLastError(),46627 rc = winLogError(SQLITE_IOERR_SHMSIZE, osGetLastError(),168108 case SQLITE_IOERR_SHMSIZE: zName = "SQLITE_IOERR_SHMSIZE"; break;