Searched defs:SQLITE_IOERR_RDLOCK (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h443 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
H A Dsqlite3.c986 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
24794 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||
25786 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_RDLOCK);
25815 ** protocol. If this happens, return SQLITE_IOERR_RDLOCK. Returning
25818 rc = SQLITE_IOERR_RDLOCK;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h444 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
H A Dsqlite3.c994 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
25717 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||
26701 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_RDLOCK);
26730 ** protocol. If this happens, return SQLITE_IOERR_RDLOCK. Returning
26733 rc = SQLITE_IOERR_RDLOCK;
[all...]
/external/sqlite/dist/
H A Dsqlite3.h444 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
H A Dsqlite3.c994 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
25735 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||
26719 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_RDLOCK);
26748 ** protocol. If this happens, return SQLITE_IOERR_RDLOCK. Returning
26751 rc = SQLITE_IOERR_RDLOCK;
[all...]

Completed in 676 milliseconds