Searched refs:sqlite3_blob_bytes (Results 1 – 13 of 13) sorted by relevance
102 sqlite3_blob_bytes $::blob113 # incrblob3-3.4: sqlite3_blob_bytes()127 do_test incrblob3-3.4 { sqlite3_blob_bytes {} } {0}135 sqlite3_blob_bytes $::blob162 sqlite3_blob_bytes $::blob
80 set nByte [sqlite3_blob_bytes $B]142 set n [sqlite3_blob_bytes $B]526 list [sqlite3_blob_bytes $B] [sqlite3_blob_bytes $B2]
40 set res [sqlite3_blob_bytes [set B]]
1001 nData = sqlite3_blob_bytes(pBlob); in runMain()
106 #define sqlite3_blob_bytes 0 macro291 sqlite3_blob_bytes,
196 nByte = sqlite3_blob_bytes(pBlob); in test_blob_bytes()
470 int sqlite3_blob_bytes(sqlite3_blob *pBlob){ in sqlite3_blob_bytes() function
276 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()
518 #define sqlite3_blob_bytes sqlite3_api->blob_bytes macro
7428 ** ^The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes.7499 ** ^Use the [sqlite3_blob_bytes()] interface to determine the size of7513 ** [sqlite3_blob_bytes()], [sqlite3_blob_write()].7543 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle7587 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
744 }else if( pRtree->iNodeSize==sqlite3_blob_bytes(pRtree->pNodeBlob) ){ in nodeAcquire()
1222 int nByte = sqlite3_blob_bytes(p->pSegments); in sqlite3Fts3ReadBlock()
672 int nByte = sqlite3_blob_bytes(p->pReader); in fts5DataRead()