Lines Matching refs:sqlite3_blob_bytes
4759 ** ^The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes.
4806 ** ^Use the [sqlite3_blob_bytes()] interface to determine the size of
4846 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
4890 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
4903 ** can be determined using the [sqlite3_blob_bytes()] interface.
4937 ** can be determined using the [sqlite3_blob_bytes()] interface.