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

/external/chromium_org/third_party/sqlite/src/src/
H A Dloadext.c105 #define sqlite3_blob_bytes 0 macro
285 sqlite3_blob_bytes,
H A Dvdbeblob.c421 int sqlite3_blob_bytes(sqlite3_blob *pBlob){ function
H A Dsqlite3ext.h360 #define sqlite3_blob_bytes sqlite3_api->blob_bytes macro
H A Dsqlite.h.in4838 ** ^The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes.
4885 ** ^Use the [sqlite3_blob_bytes()] interface to determine the size of
4925 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
4969 int sqlite3_blob_bytes(sqlite3_blob *);
4982 ** can be determined using the [sqlite3_blob_bytes()] interface.
5016 ** can be determined using the [sqlite3_blob_bytes()] interface.
H A Dtclsqlite.c223 nBlob = sqlite3_blob_bytes(p->pBlob);
255 nBlob = sqlite3_blob_bytes(p->pBlob);
293 p->iSeek = sqlite3_blob_bytes(p->pBlob) + offset;
H A Dtest1.c1623 ** sqlite3_blob_bytes CHANNEL
1640 nByte = sqlite3_blob_bytes(pBlob);
5673 { "sqlite3_blob_bytes", test_blob_bytes, 0 },
/external/sqlite/dist/orig/
H A Dsqlite3ext.h398 #define sqlite3_blob_bytes sqlite3_api->blob_bytes macro
H A Dsqlite3.h5581 ** ^The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes.
5628 ** ^Use the [sqlite3_blob_bytes()] interface to determine the size of
5671 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5715 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
5728 ** can be determined using the [sqlite3_blob_bytes()] interface.
5762 ** can be determined using the [sqlite3_blob_bytes()] interface.
H A Dsqlite3.c5696 ** ^The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes.
5743 ** ^Use the [sqlite3_blob_bytes()] interface to determine the size of
5786 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5830 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
5843 ** can be determined using the [sqlite3_blob_bytes()] interface.
5877 ** can be determined using the [sqlite3_blob_bytes()] interface.
74953 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *pBlob){ function
97369 #define sqlite3_blob_bytes macro
97548 #define sqlite3_blob_bytes macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h398 #define sqlite3_blob_bytes sqlite3_api->blob_bytes macro
H A Dsqlite3.h5581 ** ^The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes.
5628 ** ^Use the [sqlite3_blob_bytes()] interface to determine the size of
5671 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5715 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
5728 ** can be determined using the [sqlite3_blob_bytes()] interface.
5762 ** can be determined using the [sqlite3_blob_bytes()] interface.
H A Dsqlite3.c5696 ** ^The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes.
5743 ** ^Use the [sqlite3_blob_bytes()] interface to determine the size of
5786 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5830 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
5843 ** can be determined using the [sqlite3_blob_bytes()] interface.
5877 ** can be determined using the [sqlite3_blob_bytes()] interface.
74973 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *pBlob){ function
97389 #define sqlite3_blob_bytes macro
97568 #define sqlite3_blob_bytes macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4843 ** ^The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes.
4890 ** ^Use the [sqlite3_blob_bytes()] interface to determine the size of
4930 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
4974 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
4987 ** can be determined using the [sqlite3_blob_bytes()] interface.
5021 ** can be determined using the [sqlite3_blob_bytes()] interface.
H A Dsqlite3.c5386 ** ^The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes.
5433 ** ^Use the [sqlite3_blob_bytes()] interface to determine the size of
5473 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5517 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
5530 ** can be determined using the [sqlite3_blob_bytes()] interface.
5564 ** can be determined using the [sqlite3_blob_bytes()] interface.
68849 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *pBlob){ function
86842 #define sqlite3_blob_bytes macro
86989 #define sqlite3_blob_bytes macro
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_write.c877 int nByte = sqlite3_blob_bytes(p->pSegments);
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c4423 sqlite3_blob_bytes(blob));

Completed in 712 milliseconds