Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.h493 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
Dsqlite3.c1517 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
35315 rc = SQLITE_IOERR_SHMSIZE;
35344 rc = unixLogError(SQLITE_IOERR_SHMSIZE, "write", zFile);
42892 rc = winLogError(SQLITE_IOERR_SHMSIZE, osGetLastError(),
42907 rc = winLogError(SQLITE_IOERR_SHMSIZE, osGetLastError(),
144723 case SQLITE_IOERR_SHMSIZE: zName = "SQLITE_IOERR_SHMSIZE"; break;
/external/sqlite/dist/orig/
Dsqlite3.h493 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
Dsqlite3.c1517 #define SQLITE_IOERR_SHMSIZE (SQLITE_IOERR | (19<<8)) macro
35299 rc = SQLITE_IOERR_SHMSIZE;
35328 rc = unixLogError(SQLITE_IOERR_SHMSIZE, "write", zFile);
42876 rc = winLogError(SQLITE_IOERR_SHMSIZE, osGetLastError(),
42891 rc = winLogError(SQLITE_IOERR_SHMSIZE, osGetLastError(),
144707 case SQLITE_IOERR_SHMSIZE: zName = "SQLITE_IOERR_SHMSIZE"; break;