Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm.h117 #define LSM_IOERR_NOENT (LSM_IOERR | (1<<8)) macro
H A Dlsm_unix.c98 rc = lsmErrorBkpt(LSM_IOERR_NOENT); in lsmPosixOsOpen()
H A Dlsm_win32.c234 rc = lsmErrorBkpt(LSM_IOERR_NOENT); in win32Open()
H A Dlsm_file.c585 if( rc==LSM_IOERR_NOENT && db->bReadonly ){ in lsmFsOpenLog()