Home
last modified time | relevance | path

Searched refs:sqlite3_blob_reopen (Results 1 – 11 of 11) sorted by relevance

/sqlite-3.40.0/test/
H A Dincrblob3.test32 # Test the sqlite3_blob_reopen()/read()/write() functions.
40 sqlite3_blob_reopen $::blob 2
45 sqlite3_blob_reopen $::blob 1
50 sqlite3_blob_reopen $::blob 2
64 list [catch {sqlite3_blob_reopen $::blob 3} msg] $msg
70 list [catch {sqlite3_blob_reopen $::blob 1} msg] $msg
86 list [catch {sqlite3_blob_reopen $::blob $rowid} msg] $msg
93 list [catch {sqlite3_blob_reopen $::blob 1} msg] $msg
110 # incrblob3-3.1: sqlite3_blob_reopen()
116 list [catch {sqlite3_blob_reopen {} 3} msg] $msg
H A Dincrblobfault.test44 if {[catch {sqlite3_blob_reopen $::blob 1000}]} {
56 if {[catch {sqlite3_blob_reopen $::blob -1}]} {
H A Dkvtest.c998 rc = sqlite3_blob_reopen(pBlob, iKey); in runMain()
/sqlite-3.40.0/src/
H A Dloadext.c111 #define sqlite3_blob_reopen 0 macro
381 sqlite3_blob_reopen,
H A Dvdbeblob.c485 int sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow){ in sqlite3_blob_reopen() function
H A Dsqlite3ext.h573 #define sqlite3_blob_reopen sqlite3_api->blob_reopen macro
H A Dtest1.c1699 rc = sqlite3_blob_reopen(pBlob, iRowid); in test_blob_reopen()
H A Dsqlite.h.in7484 ** different row of the same table using the [sqlite3_blob_reopen()]
7512 ** [sqlite3_blob_reopen()], [sqlite3_blob_read()],
7542 ** [sqlite3_blob_reopen()] on an aborted blob handle immediately return
7548 int sqlite3_blob_reopen(sqlite3_blob *, sqlite3_int64);
/sqlite-3.40.0/ext/rtree/
H A Drtree.c721 rc = sqlite3_blob_reopen(pBlob, iNode); in nodeAcquire()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c1210 rc = sqlite3_blob_reopen(p->pSegments, iBlockid); in sqlite3Fts3ReadBlock()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c645 rc = sqlite3_blob_reopen(pBlob, iRowid); in fts5DataRead()