| /external/rust/crates/rusqlite/src/blob/ |
| D | pos_io.rs | 154 check!(ffi::sqlite3_blob_read( in raw_read_at()
|
| D | mod.rs | 314 unsafe { ffi::sqlite3_blob_read(self.blob, buf.as_mut_ptr() as *mut _, n, self.pos) }; in read()
|
| /external/sqlite/dist/ |
| D | sqlite3ext.h | 497 #define sqlite3_blob_read sqlite3_api->blob_read macro
|
| D | sqlite3.h | 7260 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
|
| D | sqlite3.c | 8299 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/ |
| D | sqlite3ext.h | 497 #define sqlite3_blob_read sqlite3_api->blob_read macro
|
| D | sqlite3.h | 7260 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
|
| D | sqlite3.c | 8299 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/ |
| D | sqlite3ext.h | 497 #define sqlite3_blob_read sqlite3_api->blob_read macro
|
| D | sqlite3.h | 7262 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
|
| D | bindgen_bundled_version.rs | 3395 pub fn sqlite3_blob_read( in sqlite3_blob_read() function
|
| D | sqlite3.c | 8310 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/ |
| D | bindgen_3.6.8.rs | 1643 pub fn sqlite3_blob_read(arg1: *mut sqlite3_blob, in sqlite3_blob_read() function
|
| D | bindgen_3.6.23.rs | 1661 pub fn sqlite3_blob_read(arg1: *mut sqlite3_blob, in sqlite3_blob_read() function
|
| D | bindgen_3.7.7.rs | 1826 pub fn sqlite3_blob_read(arg1: *mut sqlite3_blob, in sqlite3_blob_read() function
|
| D | bindgen_3.7.16.rs | 1897 pub fn sqlite3_blob_read(arg1: *mut sqlite3_blob, 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);
|