Home
last modified time | relevance | path

Searched refs:SQLITE_IOERR_SHMSIZE (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h454 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
H A Dsqlite3.c1007 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
23396 rc = SQLITE_IOERR_SHMSIZE;
28557 rc = SQLITE_IOERR_SHMSIZE;
28570 rc = unixLogError(SQLITE_IOERR_SHMSIZE, "ftruncate",
33791 rc = winLogError(SQLITE_IOERR_SHMSIZE, "winShmMap1", pDbFd->zPath);
33805 rc = winLogError(SQLITE_IOERR_SHMSIZE, "winShmMap2", pDbFd->zPath);
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.h493 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
H A Dsqlite3.c1532 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
38162 rc = SQLITE_IOERR_SHMSIZE;
38191 rc = unixLogError(SQLITE_IOERR_SHMSIZE, "write", zFile);
45829 rc = winLogError(SQLITE_IOERR_SHMSIZE, osGetLastError(),
45844 rc = winLogError(SQLITE_IOERR_SHMSIZE, osGetLastError(),
161645 case SQLITE_IOERR_SHMSIZE: zName = "SQLITE_IOERR_SHMSIZE"; break;