Searched refs:SQLITE_IOERR_CLOSE (Results 1 – 4 of 4) sorted by relevance
451 #define SQLITE_IOERR_CLOSE (SQLITE_IOERR | (16<<8)) macro
1004 #define SQLITE_IOERR_CLOSE (SQLITE_IOERR | (16<<8)) macro25647 unixLogErrorAtLine(SQLITE_IOERR_CLOSE, "close",32668 : winLogError(SQLITE_IOERR_CLOSE, "winClose", pFile->zPath);
490 #define SQLITE_IOERR_CLOSE (SQLITE_IOERR | (16<<8)) macro
1529 #define SQLITE_IOERR_CLOSE (SQLITE_IOERR | (16<<8)) macro34739 unixLogErrorAtLine(SQLITE_IOERR_CLOSE, "close",44289 : winLogError(SQLITE_IOERR_CLOSE, osGetLastError(),161642 case SQLITE_IOERR_CLOSE: zName = "SQLITE_IOERR_CLOSE"; break;