Home
last modified time | relevance | path

Searched refs:sqlite3_blob_read (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython3/Modules/_sqlite/
Dblob.c126 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/
Dpos_io.rs152 self.conn.decode_result(ffi::sqlite3_blob_read( in raw_read_at()
Dmod.rs323 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/
Dsqlite3ext.h528 #define sqlite3_blob_read sqlite3_api->blob_read macro
Dsqlite3.h7881 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
/external/sqlite/dist/sqlite-autoconf-3440400/
Dsqlite3ext.h528 #define sqlite3_blob_read sqlite3_api->blob_read macro
Dsqlite3.h7881 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
/external/sqlite/dist/sqlite-autoconf-3440400/orig/
Dsqlite3ext.h528 #define sqlite3_blob_read sqlite3_api->blob_read macro
Dsqlite3.h7881 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
/external/sqlite/dist/sqlite-autoconf-3440300/
Dsqlite3ext.h528 #define sqlite3_blob_read sqlite3_api->blob_read macro
Dsqlite3.h7881 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
/external/rust/android-crates-io/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.14.0.rs1758 pub fn sqlite3_blob_read( in sqlite3_blob_read() function
Dbindgen_3.14.0_ext.rs3991 pub unsafe fn sqlite3_blob_read( in sqlite3_blob_read() function
/external/javasqlite/src/main/native/
Dsqlite_jni.c4493 ret = sqlite3_blob_read(bl->blob, buf, len, pos); in Java_SQLite_Blob_read()
/external/python/pycparser/utils/benchmark/inputs/
Dsqlite-btree.c.ppout885 int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);