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.in4853 ** ^The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes.
4900 ** ^Use the [sqlite3_blob_bytes()] interface to determine the size of
4940 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
4984 int sqlite3_blob_bytes(sqlite3_blob *);
4997 ** can be determined using the [sqlite3_blob_bytes()] interface.
5031 ** 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.h384 #define sqlite3_blob_bytes sqlite3_api->blob_bytes macro
H A Dsqlite3.h5211 ** ^The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes.
5258 ** ^Use the [sqlite3_blob_bytes()] interface to determine the size of
5298 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5342 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
5355 ** can be determined using the [sqlite3_blob_bytes()] interface.
5389 ** can be determined using the [sqlite3_blob_bytes()] interface.
H A Dsqlite3.c5761 ** ^The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes.
5808 ** ^Use the [sqlite3_blob_bytes()] interface to determine the size of
5848 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5892 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
5905 ** can be determined using the [sqlite3_blob_bytes()] interface.
5939 ** can be determined using the [sqlite3_blob_bytes()] interface.
71597 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *pBlob){ function
91357 #define sqlite3_blob_bytes macro
91510 #define sqlite3_blob_bytes macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h384 #define sqlite3_blob_bytes sqlite3_api->blob_bytes macro
H A Dsqlite3.h5211 ** ^The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes.
5258 ** ^Use the [sqlite3_blob_bytes()] interface to determine the size of
5298 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5342 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
5355 ** can be determined using the [sqlite3_blob_bytes()] interface.
5389 ** can be determined using the [sqlite3_blob_bytes()] interface.
H A Dsqlite3.c5761 ** ^The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes.
5808 ** ^Use the [sqlite3_blob_bytes()] interface to determine the size of
5848 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5892 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
5905 ** can be determined using the [sqlite3_blob_bytes()] interface.
5939 ** can be determined using the [sqlite3_blob_bytes()] interface.
71625 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *pBlob){ function
91393 #define sqlite3_blob_bytes macro
91546 #define sqlite3_blob_bytes macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4858 ** ^The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes.
4905 ** ^Use the [sqlite3_blob_bytes()] interface to determine the size of
4945 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
4989 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
5002 ** can be determined using the [sqlite3_blob_bytes()] interface.
5036 ** can be determined using the [sqlite3_blob_bytes()] interface.
H A Dsqlite3.c5401 ** ^The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes.
5448 ** ^Use the [sqlite3_blob_bytes()] interface to determine the size of
5488 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5532 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
5545 ** can be determined using the [sqlite3_blob_bytes()] interface.
5579 ** can be determined using the [sqlite3_blob_bytes()] interface.
69028 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *pBlob){ function
87049 #define sqlite3_blob_bytes macro
87196 #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 8493 milliseconds