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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h428 #define sqlite3_blob_write sqlite3_api->blob_write macro
H A Dsqlite3.h5847 ** ^The [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces
5908 ** ^Calls to [sqlite3_blob_read()] and [sqlite3_blob_write()] for
5952 ** ^All subsequent calls to [sqlite3_blob_read()], [sqlite3_blob_write()] or
6025 ** See also: [sqlite3_blob_write()].
6037 ** ^(On success, sqlite3_blob_write() returns SQLITE_OK.
6069 SQLITE_API int SQLITE_STDCALL sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
H A Dsqlite3.c6061 ** ^The [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces
6122 ** ^Calls to [sqlite3_blob_read()] and [sqlite3_blob_write()] for
6166 ** ^All subsequent calls to [sqlite3_blob_read()], [sqlite3_blob_write()] or
6239 ** See also: [sqlite3_blob_write()].
6251 ** ^(On success, sqlite3_blob_write() returns SQLITE_OK.
6283 SQLITE_API int SQLITE_STDCALL sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
80020 SQLITE_API int SQLITE_STDCALL sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset){ function
104475 #define sqlite3_blob_write macro
104675 #define sqlite3_blob_write macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h428 #define sqlite3_blob_write sqlite3_api->blob_write macro
H A Dsqlite3.h5847 ** ^The [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces
5908 ** ^Calls to [sqlite3_blob_read()] and [sqlite3_blob_write()] for
5952 ** ^All subsequent calls to [sqlite3_blob_read()], [sqlite3_blob_write()] or
6025 ** See also: [sqlite3_blob_write()].
6037 ** ^(On success, sqlite3_blob_write() returns SQLITE_OK.
6069 SQLITE_API int SQLITE_STDCALL sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
H A Dsqlite3.c6061 ** ^The [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces
6122 ** ^Calls to [sqlite3_blob_read()] and [sqlite3_blob_write()] for
6166 ** ^All subsequent calls to [sqlite3_blob_read()], [sqlite3_blob_write()] or
6239 ** See also: [sqlite3_blob_write()].
6251 ** ^(On success, sqlite3_blob_write() returns SQLITE_OK.
6283 SQLITE_API int SQLITE_STDCALL sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
80038 SQLITE_API int SQLITE_STDCALL sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset){ function
104493 #define sqlite3_blob_write macro
104693 #define sqlite3_blob_write 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.c4458 ret = sqlite3_blob_write(bl->blob, buf, len, pos);

Completed in 703 milliseconds