Searched refs:sqlite3_blob_read (Results 1 - 8 of 8) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h446 #define sqlite3_blob_read sqlite3_api->blob_read macro
H A Dsqlite3.h6224 ** ^The [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces
6280 ** [sqlite3_blob_read()] interface and modified by using
6291 ** ^Calls to [sqlite3_blob_read()] and [sqlite3_blob_write()] for
6310 ** [sqlite3_blob_reopen()], [sqlite3_blob_read()],
6339 ** ^All subsequent calls to [sqlite3_blob_read()], [sqlite3_blob_write()] or
6404 ** ^(On success, sqlite3_blob_read() returns SQLITE_OK.
6414 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
6454 ** See also: [sqlite3_blob_read()].
H A Dsqlite3.c6501 ** ^The [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces
6557 ** [sqlite3_blob_read()] interface and modified by using
6568 ** ^Calls to [sqlite3_blob_read()] and [sqlite3_blob_write()] for
6587 ** [sqlite3_blob_reopen()], [sqlite3_blob_read()],
6616 ** ^All subsequent calls to [sqlite3_blob_read()], [sqlite3_blob_write()] or
6681 ** ^(On success, sqlite3_blob_read() returns SQLITE_OK.
6691 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
6731 ** See also: [sqlite3_blob_read()].
86119 SQLITE_API int sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset){ function
111898 #define sqlite3_blob_read macro
112107 #define sqlite3_blob_read macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h446 #define sqlite3_blob_read sqlite3_api->blob_read macro
H A Dsqlite3.h6224 ** ^The [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces
6280 ** [sqlite3_blob_read()] interface and modified by using
6291 ** ^Calls to [sqlite3_blob_read()] and [sqlite3_blob_write()] for
6310 ** [sqlite3_blob_reopen()], [sqlite3_blob_read()],
6339 ** ^All subsequent calls to [sqlite3_blob_read()], [sqlite3_blob_write()] or
6404 ** ^(On success, sqlite3_blob_read() returns SQLITE_OK.
6414 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
6454 ** See also: [sqlite3_blob_read()].
H A Dsqlite3.c6501 ** ^The [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces
6557 ** [sqlite3_blob_read()] interface and modified by using
6568 ** ^Calls to [sqlite3_blob_read()] and [sqlite3_blob_write()] for
6587 ** [sqlite3_blob_reopen()], [sqlite3_blob_read()],
6616 ** ^All subsequent calls to [sqlite3_blob_read()], [sqlite3_blob_write()] or
6681 ** ^(On success, sqlite3_blob_read() returns SQLITE_OK.
6691 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
6731 ** See also: [sqlite3_blob_read()].
86119 SQLITE_API int sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset){ function
111898 #define sqlite3_blob_read macro
112107 #define sqlite3_blob_read macro
[all...]
/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ...
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c4493 ret = sqlite3_blob_read(bl->blob, buf, len, pos);

Completed in 579 milliseconds