Searched refs:SQLITE_IOERR_RDLOCK (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h416 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
H A Dsqlite3.c940 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
21890 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||
23055 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_RDLOCK);
[all...]

Completed in 307 milliseconds