Lines Matching refs:error
147 # Blob was opened for read-only access - writing returns an error.
208 # function sets the database connection error code and message
212 # This proc (test_blob_open) is used below to test various error and
213 # non-error conditions. But never SQLITE_MISUSE conditions. So these
225 # new BLOB handle is stored in *ppBlob. Otherwise an error code is
226 # returned and, unless the error code is SQLITE_MISUSE, *ppBlob is set
272 test_blob_open 8.1.1 main t3 a 1 0 SQLITE_OK "not an error"
273 test_blob_open 8.1.2 main t3 b 1 0 SQLITE_OK "not an error"
274 test_blob_open 8.1.3 main t3 c 1 0 SQLITE_OK "not an error"
275 test_blob_open 8.1.4 main t3 d 1 0 SQLITE_OK "not an error"
276 test_blob_open 8.1.5 main t3 e 1 0 SQLITE_OK "not an error"
277 test_blob_open 8.1.6 main t3 f 1 0 SQLITE_OK "not an error"
282 test_blob_open 8.2.3 main t3 c 1 8 SQLITE_OK "not an error"
283 test_blob_open 8.2.4 main t3 d 1 8 SQLITE_OK "not an error"
296 test_blob_open 9.1 main c1 b 45 0 SQLITE_OK "not an error"
297 test_blob_open 9.2 main c1 b 45 1 SQLITE_OK "not an error"
299 test_blob_open 9.3 main c1 b 45 0 SQLITE_OK "not an error"
305 # function sets the database connection error code and message
324 } {SQLITE_OK {not an error}}
332 } {SQLITE_OK {not an error}}