Home | History | Annotate | Download | only in orig

Lines Matching refs:SQLITE_IOERR_CLOSE

1514 #define SQLITE_IOERR_CLOSE             (SQLITE_IOERR | (16<<8))
31958 unixLogErrorAtLine(SQLITE_IOERR_CLOSE, "close",
41371 : winLogError(SQLITE_IOERR_CLOSE, osGetLastError(),
144704 case SQLITE_IOERR_CLOSE: zName = "SQLITE_IOERR_CLOSE"; break;