Searched defs:SQLITE_LOCKED (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | sqlite.w32.h | 150 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
|
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 935 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro 1005 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8)) 6667 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an 6687 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this 6731 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step() 6796 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or 6810 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the 6813 ** application receives an SQLITE_LOCKED error, it may call the 6877 ** system in a deadlocked state, then SQLITE_LOCKED is returned and no 6890 ** When a call to [sqlite3_step()] returns SQLITE_LOCKED, i [all...] |
| H A D | sqlite3.h | 388 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro 458 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8)) 6120 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an 6140 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this 6184 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step() 6249 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or 6263 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the 6266 ** application receives an SQLITE_LOCKED error, it may call the 6330 ** system in a deadlocked state, then SQLITE_LOCKED is returned and no 6343 ** When a call to [sqlite3_step()] returns SQLITE_LOCKED, i [all...] |
Completed in 105 milliseconds