Home
last modified time | relevance | path

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

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h525 #define sqlite3_blob_bytes sqlite3_api->blob_bytes macro
H A Dsqlite3.h7703 ** ^The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes.
7774 ** ^Use the [sqlite3_blob_bytes()] interface to determine the size of
7788 ** [sqlite3_blob_bytes()], [sqlite3_blob_write()].
7818 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
7862 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
7876 ** can be determined using the [sqlite3_blob_bytes()] interface.
7916 ** using the [sqlite3_blob_bytes()] interface. ^If N or iOffset are less
H A Dsqlite3.c8016 ** ^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
[all...]
/freebsd-src/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c300 nBlob = sqlite3_blob_bytes(p->pBlob); in incrblobInput()
332 nBlob = sqlite3_blob_bytes(p->pBlob); in incrblobOutput()
370 p->iSeek = sqlite3_blob_bytes(p->pBlob) + offset; in incrblobSeek()