Lines Matching refs:sqlite3_blob_bytes
8016 ** ^The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes.
8087 ** ^Use the [sqlite3_blob_bytes()] interface to determine the size of
8101 ** [sqlite3_blob_bytes()], [sqlite3_blob_write()].
8131 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
8175 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
8189 ** can be determined using the [sqlite3_blob_bytes()] interface.
8229 ** using the [sqlite3_blob_bytes()] interface. ^If N or iOffset are less
102752 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *pBlob){
136958 #define sqlite3_blob_bytes sqlite3_api->blob_bytes
137242 #define sqlite3_blob_bytes 0
137427 sqlite3_blob_bytes,
197693 int nByte = sqlite3_blob_bytes(p->pSegments);
211063 }else if( pRtree->iNodeSize==sqlite3_blob_bytes(pRtree->pNodeBlob) ){
241357 int nByte = sqlite3_blob_bytes(p->pReader);