Searched refs:SQLITE_IOERR_SHMSIZE (Results 1 – 2 of 2) sorted by relevance
516 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
826 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro39113 rc = SQLITE_IOERR_SHMSIZE;39142 rc = unixLogError(SQLITE_IOERR_SHMSIZE, "write", zFile);46709 rc = winLogError(SQLITE_IOERR_SHMSIZE, osGetLastError(),46724 rc = winLogError(SQLITE_IOERR_SHMSIZE, osGetLastError(),168745 case SQLITE_IOERR_SHMSIZE: zName = "SQLITE_IOERR_SHMSIZE"; break;