Home
last modified time | relevance | path

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

/external/rust/crates/rusqlite/src/blob/
Dpos_io.rs154 check!(ffi::sqlite3_blob_read( in raw_read_at()
Dmod.rs314 unsafe { ffi::sqlite3_blob_read(self.blob, buf.as_mut_ptr() as *mut _, n, self.pos) }; in read()
/external/sqlite/dist/
Dsqlite3ext.h497 #define sqlite3_blob_read sqlite3_api->blob_read macro
Dsqlite3.h7260 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
Dsqlite3.c8299 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
93620 SQLITE_API int sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset){
123788 #define sqlite3_blob_read sqlite3_api->blob_read
124043 #define sqlite3_blob_read 0
124228 sqlite3_blob_read,
177627 rc = sqlite3_blob_read(p->pSegments, aByte, nByte, 0);
177657 rc = sqlite3_blob_read(
188079 rc = sqlite3_blob_read(pRtree->pNodeBlob, pNode->zData,
216291 rc = sqlite3_blob_read(p->pReader, aOut, nByte, 0);
/external/sqlite/dist/orig/
Dsqlite3ext.h497 #define sqlite3_blob_read sqlite3_api->blob_read macro
Dsqlite3.h7260 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
Dsqlite3.c8299 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
93604 SQLITE_API int sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset){
123772 #define sqlite3_blob_read sqlite3_api->blob_read
124027 #define sqlite3_blob_read 0
124212 sqlite3_blob_read,
177599 rc = sqlite3_blob_read(p->pSegments, aByte, nByte, 0);
177629 rc = sqlite3_blob_read(
188051 rc = sqlite3_blob_read(pRtree->pNodeBlob, pNode->zData,
216263 rc = sqlite3_blob_read(p->pReader, aOut, nByte, 0);
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3ext.h497 #define sqlite3_blob_read sqlite3_api->blob_read macro
Dsqlite3.h7262 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
Dbindgen_bundled_version.rs3395 pub fn sqlite3_blob_read( in sqlite3_blob_read() function
Dsqlite3.c8310 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
93819 SQLITE_API int sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset){
124092 #define sqlite3_blob_read sqlite3_api->blob_read
124347 #define sqlite3_blob_read 0
124532 sqlite3_blob_read,
178325 rc = sqlite3_blob_read(p->pSegments, aByte, nByte, 0);
178355 rc = sqlite3_blob_read(
188810 rc = sqlite3_blob_read(pRtree->pNodeBlob, pNode->zData,
217033 rc = sqlite3_blob_read(p->pReader, aOut, nByte, 0);
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.6.8.rs1643 pub fn sqlite3_blob_read(arg1: *mut sqlite3_blob, in sqlite3_blob_read() function
Dbindgen_3.6.23.rs1661 pub fn sqlite3_blob_read(arg1: *mut sqlite3_blob, in sqlite3_blob_read() function
Dbindgen_3.7.7.rs1826 pub fn sqlite3_blob_read(arg1: *mut sqlite3_blob, in sqlite3_blob_read() function
Dbindgen_3.7.16.rs1897 pub fn sqlite3_blob_read(arg1: *mut sqlite3_blob, 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);