Searched refs:SQLITE_IOERR_SHMOPEN (Results 1 – 2 of 2) sorted by relevance
471 #define SQLITE_IOERR_SHMOPEN (SQLITE_IOERR | (18<<8)) macro
678 #define SQLITE_IOERR_SHMOPEN (SQLITE_IOERR | (18<<8)) macro29796 rc = unixLogError(SQLITE_IOERR_SHMOPEN, "ftruncate", zShmFilename);36854 rc = winLogError(SQLITE_IOERR_SHMOPEN, osGetLastError(),129242 case SQLITE_IOERR_SHMOPEN: zName = "SQLITE_IOERR_SHMOPEN"; break;
Completed in 412 milliseconds