Searched refs:sqlite3_blob_read (Results 1 – 15 of 15) sorted by relevance
| /external/python/cpython3/Modules/_sqlite/ |
| D | blob.c | 126 rc = sqlite3_blob_read(self->blob, (void *)&buf, 1, (int)offset); in read_single() 150 rc = sqlite3_blob_read(self->blob, raw_buffer, (int)length, (int)offset); in read_multiple()
|
| /external/rust/android-crates-io/crates/rusqlite/src/blob/ |
| D | pos_io.rs | 152 self.conn.decode_result(ffi::sqlite3_blob_read( in raw_read_at()
|
| D | mod.rs | 323 let rc = unsafe { ffi::sqlite3_blob_read(self.blob, buf.as_mut_ptr().cast(), n, self.pos) }; in read()
|
| /external/sqlite/dist/sqlite-autoconf-3440300/orig/ |
| D | sqlite3ext.h | 528 #define sqlite3_blob_read sqlite3_api->blob_read macro
|
| D | sqlite3.h | 7881 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
|
| /external/sqlite/dist/sqlite-autoconf-3440400/ |
| D | sqlite3ext.h | 528 #define sqlite3_blob_read sqlite3_api->blob_read macro
|
| D | sqlite3.h | 7881 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
|
| /external/sqlite/dist/sqlite-autoconf-3440400/orig/ |
| D | sqlite3ext.h | 528 #define sqlite3_blob_read sqlite3_api->blob_read macro
|
| D | sqlite3.h | 7881 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
|
| /external/sqlite/dist/sqlite-autoconf-3440300/ |
| D | sqlite3ext.h | 528 #define sqlite3_blob_read sqlite3_api->blob_read macro
|
| D | sqlite3.h | 7881 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
|
| /external/rust/android-crates-io/crates/libsqlite3-sys/bindgen-bindings/ |
| D | bindgen_3.14.0.rs | 1758 pub fn sqlite3_blob_read( in sqlite3_blob_read() function
|
| D | bindgen_3.14.0_ext.rs | 3991 pub unsafe fn sqlite3_blob_read( in sqlite3_blob_read() function
|
| /external/javasqlite/src/main/native/ |
| D | sqlite_jni.c | 4493 ret = sqlite3_blob_read(bl->blob, buf, len, pos); in Java_SQLite_Blob_read()
|
| /external/python/pycparser/utils/benchmark/inputs/ |
| D | sqlite-btree.c.ppout | 885 int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
|