Home
last modified time | relevance | path

Searched refs:sqlite3_blob_bytes (Results 1 – 13 of 13) sorted by relevance

/sqlite-3.40.0/test/
H A Dincrblob3.test102 sqlite3_blob_bytes $::blob
113 # incrblob3-3.4: sqlite3_blob_bytes()
127 do_test incrblob3-3.4 { sqlite3_blob_bytes {} } {0}
135 sqlite3_blob_bytes $::blob
162 sqlite3_blob_bytes $::blob
H A De_blobopen.test80 set nByte [sqlite3_blob_bytes $B]
142 set n [sqlite3_blob_bytes $B]
526 list [sqlite3_blob_bytes $B] [sqlite3_blob_bytes $B2]
H A De_blobbytes.test40 set res [sqlite3_blob_bytes [set B]]
H A Dkvtest.c1001 nData = sqlite3_blob_bytes(pBlob); in runMain()
/sqlite-3.40.0/src/
H A Dloadext.c106 #define sqlite3_blob_bytes 0 macro
291 sqlite3_blob_bytes,
H A Dtest_blob.c196 nByte = sqlite3_blob_bytes(pBlob); in test_blob_bytes()
H A Dvdbeblob.c470 int sqlite3_blob_bytes(sqlite3_blob *pBlob){ in sqlite3_blob_bytes() function
H A Dtclsqlite.c276 nBlob = sqlite3_blob_bytes(p->pBlob); in incrblobInput()
308 nBlob = sqlite3_blob_bytes(p->pBlob); in incrblobOutput()
346 p->iSeek = sqlite3_blob_bytes(p->pBlob) + offset; in incrblobSeek()
H A Dsqlite3ext.h518 #define sqlite3_blob_bytes sqlite3_api->blob_bytes macro
H A Dsqlite.h.in7428 ** ^The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes.
7499 ** ^Use the [sqlite3_blob_bytes()] interface to determine the size of
7513 ** [sqlite3_blob_bytes()], [sqlite3_blob_write()].
7543 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
7587 int sqlite3_blob_bytes(sqlite3_blob *);
7601 ** can be determined using the [sqlite3_blob_bytes()] interface.
7641 ** using the [sqlite3_blob_bytes()] interface. ^If N or iOffset are less
/sqlite-3.40.0/ext/rtree/
H A Drtree.c744 }else if( pRtree->iNodeSize==sqlite3_blob_bytes(pRtree->pNodeBlob) ){ in nodeAcquire()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c1222 int nByte = sqlite3_blob_bytes(p->pSegments); in sqlite3Fts3ReadBlock()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c672 int nByte = sqlite3_blob_bytes(p->pReader); in fts5DataRead()