Searched defs:sqlite3_blob_read (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h418 #define sqlite3_blob_read sqlite3_api->blob_read macro
H A Dsqlite3.c5970 ** ^The [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces
6031 ** ^Calls to [sqlite3_blob_read()] and [sqlite3_blob_write()] for
6075 ** ^All subsequent calls to [sqlite3_blob_read()], [sqlite3_blob_write()] or
6140 ** ^(On success, sqlite3_blob_read() returns SQLITE_OK.
6150 SQLITE_API int SQLITE_STDCALL sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
6190 ** See also: [sqlite3_blob_read()].
77835 SQLITE_API int SQLITE_STDCALL sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset){ function
102273 #define sqlite3_blob_read macro
102464 #define sqlite3_blob_read macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h418 #define sqlite3_blob_read sqlite3_api->blob_read macro
H A Dsqlite3.c5970 ** ^The [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces
6031 ** ^Calls to [sqlite3_blob_read()] and [sqlite3_blob_write()] for
6075 ** ^All subsequent calls to [sqlite3_blob_read()], [sqlite3_blob_write()] or
6140 ** ^(On success, sqlite3_blob_read() returns SQLITE_OK.
6150 SQLITE_API int SQLITE_STDCALL sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
6190 ** See also: [sqlite3_blob_read()].
77853 SQLITE_API int SQLITE_STDCALL sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset){ function
102291 #define sqlite3_blob_read macro
102482 #define sqlite3_blob_read macro
[all...]

Completed in 709 milliseconds