Searched refs:sqlite3_blob_bytes (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile64 sqlite3_blob_bytes.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h525 #define sqlite3_blob_bytes sqlite3_api->blob_bytes macro
H A Dsqlite3.h7678 ** ^The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes.
7749 ** ^Use the [sqlite3_blob_bytes()] interface to determine the size of
7763 ** [sqlite3_blob_bytes()], [sqlite3_blob_write()].
7793 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
7837 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
7851 ** can be determined using the [sqlite3_blob_bytes()] interface.
7891 ** using the [sqlite3_blob_bytes()] interface. ^If N or iOffset are less
H A Dsqlite3.c7991 ** ^The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes.
8062 ** ^Use the [sqlite3_blob_bytes()] interface to determine the size of
8076 ** [sqlite3_blob_bytes()], [sqlite3_blob_write()].
8106 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
8150 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
8164 ** can be determined using the [sqlite3_blob_bytes()] interface.
8204 ** using the [sqlite3_blob_bytes()] interface. ^If N or iOffset are less
102212 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *pBlob){ function
135997 #define sqlite3_blob_bytes macro
136281 #define sqlite3_blob_bytes macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1538 int sqlite3_blob_bytes(sqlite3_blob *);
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c300 nBlob = sqlite3_blob_bytes(p->pBlob);
332 nBlob = sqlite3_blob_bytes(p->pBlob);
370 p->iSeek = sqlite3_blob_bytes(p->pBlob) + offset;

Completed in 874 milliseconds