Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_blob_bytes

5299 ** ^The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes.
5346 ** ^Use the [sqlite3_blob_bytes()] interface to determine the size of
5386 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5430 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
5443 ** can be determined using the [sqlite3_blob_bytes()] interface.
5477 ** can be determined using the [sqlite3_blob_bytes()] interface.
66912 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *pBlob){
84780 #define sqlite3_blob_bytes sqlite3_api->blob_bytes
84922 #define sqlite3_blob_bytes 0
85102 sqlite3_blob_bytes,
115434 int nByte = sqlite3_blob_bytes(p->pSegments);