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

/external/chromium_org/third_party/sqlite/src/src/
H A Dloadext.c108 #define sqlite3_blob_read 0 macro
288 sqlite3_blob_read,
H A Dvdbeblob.c40 ** sqlite3_blob_read() or sqlite3_blob_write() access the specified row.
50 ** calls to sqlite3_blob_read(), blob_write() or blob_reopen() will
404 int sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset){ function
H A Dsqlite3ext.h363 #define sqlite3_blob_read sqlite3_api->blob_read macro
H A Dsqlite.h.in4851 ** ^The [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces
4894 ** ^Calls to [sqlite3_blob_read()] and [sqlite3_blob_write()] for
4938 ** ^All subsequent calls to [sqlite3_blob_read()], [sqlite3_blob_write()] or
5002 ** ^(On success, sqlite3_blob_read() returns SQLITE_OK.
5012 int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
5048 ** See also: [sqlite3_blob_read()].
H A Dtclsqlite.c231 rc = sqlite3_blob_read(p->pBlob, (void *)buf, nRead, p->iSeek);
H A Dtest1.c1669 ** sqlite3_blob_read CHANNEL OFFSET N
1671 ** This command is used to test the sqlite3_blob_read() in ways that
1674 ** of a database handle. This function calls sqlite3_blob_read()
1710 rc = sqlite3_blob_read(pBlob, zBuf, nByte, iOffset);
5670 { "sqlite3_blob_read", test_blob_read, 0 },
/external/sqlite/dist/orig/
H A Dsqlite3ext.h387 #define sqlite3_blob_read sqlite3_api->blob_read 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
5360 ** ^(On success, sqlite3_blob_read() returns SQLITE_OK.
5370 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
5406 ** See also: [sqlite3_blob_read()].
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
5910 ** ^(On success, sqlite3_blob_read() returns SQLITE_OK.
5920 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
5956 ** See also: [sqlite3_blob_read()].
71580 SQLITE_API int sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset){ function
91360 #define sqlite3_blob_read macro
91513 #define sqlite3_blob_read macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h387 #define sqlite3_blob_read sqlite3_api->blob_read 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
5360 ** ^(On success, sqlite3_blob_read() returns SQLITE_OK.
5370 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
5406 ** See also: [sqlite3_blob_read()].
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
5910 ** ^(On success, sqlite3_blob_read() returns SQLITE_OK.
5920 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
5956 ** See also: [sqlite3_blob_read()].
71608 SQLITE_API int sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset){ function
91396 #define sqlite3_blob_read macro
91549 #define sqlite3_blob_read macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4856 ** ^The [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces
4899 ** ^Calls to [sqlite3_blob_read()] and [sqlite3_blob_write()] for
4943 ** ^All subsequent calls to [sqlite3_blob_read()], [sqlite3_blob_write()] or
5007 ** ^(On success, sqlite3_blob_read() returns SQLITE_OK.
5017 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
5053 ** See also: [sqlite3_blob_read()].
H A Dsqlite3.c5399 ** ^The [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces
5442 ** ^Calls to [sqlite3_blob_read()] and [sqlite3_blob_write()] for
5486 ** ^All subsequent calls to [sqlite3_blob_read()], [sqlite3_blob_write()] or
5550 ** ^(On success, sqlite3_blob_read() returns SQLITE_OK.
5560 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
5596 ** See also: [sqlite3_blob_read()].
69011 SQLITE_API int sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset){ function
87052 #define sqlite3_blob_read macro
87199 #define sqlite3_blob_read macro
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_write.c883 rc = sqlite3_blob_read(p->pSegments, aByte, nByte, 0);
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c4493 ret = sqlite3_blob_read(bl->blob, buf, len, pos);

Completed in 516 milliseconds