Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.h516 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
H A Dsqlite3.c822 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
39016 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;