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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h341 #define sqlite3_blob_bytes sqlite3_api->blob_bytes macro
H A Dsqlite3.h4322 ** The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes.
4409 int sqlite3_blob_bytes(sqlite3_blob *);
/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/javasqlite/src/main/native/
H A Dsqlite_jni.c4424 sqlite3_blob_bytes(blob));

Completed in 341 milliseconds