Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.h454 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
HDsqlite3.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);
/NextBSD/contrib/sqlite3/
HDsqlite3.h472 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
HDsqlite3.c686 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
30414 rc = SQLITE_IOERR_SHMSIZE;
30442 rc = unixLogError(SQLITE_IOERR_SHMSIZE, "write", zFile);
37637 rc = winLogError(SQLITE_IOERR_SHMSIZE, osGetLastError(),
37652 rc = winLogError(SQLITE_IOERR_SHMSIZE, osGetLastError(),
130694 case SQLITE_IOERR_SHMSIZE: zName = "SQLITE_IOERR_SHMSIZE"; break;