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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h345 #define sqlite3_blob_write sqlite3_api->blob_write macro
H A Dsqlite3.h4320 ** The [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces
4357 ** Calls to [sqlite3_blob_read()] and [sqlite3_blob_write()] for
4464 int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
/external/sqlite/dist/orig/
H A Dsqlite3ext.h388 #define sqlite3_blob_write sqlite3_api->blob_write macro
H A Dsqlite3.h5209 ** ^The [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces
5252 ** ^Calls to [sqlite3_blob_read()] and [sqlite3_blob_write()] for
5296 ** ^All subsequent calls to [sqlite3_blob_read()], [sqlite3_blob_write()] or
5368 ** See also: [sqlite3_blob_write()].
5398 ** ^(On success, sqlite3_blob_write() returns SQLITE_OK.
5408 SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
H A Dsqlite3.c5759 ** ^The [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces
5802 ** ^Calls to [sqlite3_blob_read()] and [sqlite3_blob_write()] for
5846 ** ^All subsequent calls to [sqlite3_blob_read()], [sqlite3_blob_write()] or
5918 ** See also: [sqlite3_blob_write()].
5948 ** ^(On success, sqlite3_blob_write() returns SQLITE_OK.
5958 SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
71587 SQLITE_API int sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset){ function
91361 #define sqlite3_blob_write macro
91514 #define sqlite3_blob_write macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h388 #define sqlite3_blob_write sqlite3_api->blob_write macro
H A Dsqlite3.h5209 ** ^The [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces
5252 ** ^Calls to [sqlite3_blob_read()] and [sqlite3_blob_write()] for
5296 ** ^All subsequent calls to [sqlite3_blob_read()], [sqlite3_blob_write()] or
5368 ** See also: [sqlite3_blob_write()].
5398 ** ^(On success, sqlite3_blob_write() returns SQLITE_OK.
5408 SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
H A Dsqlite3.c5759 ** ^The [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces
5802 ** ^Calls to [sqlite3_blob_read()] and [sqlite3_blob_write()] for
5846 ** ^All subsequent calls to [sqlite3_blob_read()], [sqlite3_blob_write()] or
5918 ** See also: [sqlite3_blob_write()].
5948 ** ^(On success, sqlite3_blob_write() returns SQLITE_OK.
5958 SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
71615 SQLITE_API int sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset){ function
91397 #define sqlite3_blob_write macro
91550 #define sqlite3_blob_write macro
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c4459 ret = sqlite3_blob_write(bl->blob, buf, len, pos);

Completed in 1175 milliseconds