IS_LOCK_ERROR 24114 third_party/sqlite/amalgamation/sqlite3.c #define IS_LOCK_ERROR(x) ((x != SQLITE_OK) && (x != SQLITE_BUSY)) IS_LOCK_ERROR 178 third_party/sqlite/src/src/os_unix.c #define IS_LOCK_ERROR(x) ((x != SQLITE_OK) && (x != SQLITE_BUSY))