Searched refs:sqlite3_blob_open (Results 1 - 7 of 7) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h417 #define sqlite3_blob_open sqlite3_api->blob_open macro
H A Dsqlite3.h3516 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
5760 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
5761 ** ^Objects of this type are created by [sqlite3_blob_open()]
5842 SQLITE_API int SQLITE_STDCALL sqlite3_blob_open(
5863 ** ^(The new row must meet the same criteria as for [sqlite3_blob_open()] -
5894 ** [sqlite3_blob_open()]) is a harmless no-op. ^Otherwise, if this function
5910 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5937 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5960 ** writing (the flags parameter to [sqlite3_blob_open()] was zero),
5979 ** by a prior successful call to [sqlite3_blob_open()] an
[all...]
H A Dsqlite3.c3723 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
5967 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
5968 ** ^Objects of this type are created by [sqlite3_blob_open()]
6049 SQLITE_API int SQLITE_STDCALL sqlite3_blob_open(
6070 ** ^(The new row must meet the same criteria as for [sqlite3_blob_open()] -
6101 ** [sqlite3_blob_open()]) is a harmless no-op. ^Otherwise, if this function
6117 ** by a prior successful call to [sqlite3_blob_open()] and which has not
6144 ** by a prior successful call to [sqlite3_blob_open()] and which has not
6167 ** writing (the flags parameter to [sqlite3_blob_open()] was zero),
6186 ** by a prior successful call to [sqlite3_blob_open()] an
77529 SQLITE_API int SQLITE_STDCALL sqlite3_blob_open( function
102272 #define sqlite3_blob_open macro
102463 #define sqlite3_blob_open macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h417 #define sqlite3_blob_open sqlite3_api->blob_open macro
H A Dsqlite3.h3516 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
5760 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
5761 ** ^Objects of this type are created by [sqlite3_blob_open()]
5842 SQLITE_API int SQLITE_STDCALL sqlite3_blob_open(
5863 ** ^(The new row must meet the same criteria as for [sqlite3_blob_open()] -
5894 ** [sqlite3_blob_open()]) is a harmless no-op. ^Otherwise, if this function
5910 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5937 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5960 ** writing (the flags parameter to [sqlite3_blob_open()] was zero),
5979 ** by a prior successful call to [sqlite3_blob_open()] an
[all...]
H A Dsqlite3.c3723 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
5967 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
5968 ** ^Objects of this type are created by [sqlite3_blob_open()]
6049 SQLITE_API int SQLITE_STDCALL sqlite3_blob_open(
6070 ** ^(The new row must meet the same criteria as for [sqlite3_blob_open()] -
6101 ** [sqlite3_blob_open()]) is a harmless no-op. ^Otherwise, if this function
6117 ** by a prior successful call to [sqlite3_blob_open()] and which has not
6144 ** by a prior successful call to [sqlite3_blob_open()] and which has not
6167 ** writing (the flags parameter to [sqlite3_blob_open()] was zero),
6186 ** by a prior successful call to [sqlite3_blob_open()] an
77547 SQLITE_API int SQLITE_STDCALL sqlite3_blob_open( function
102290 #define sqlite3_blob_open macro
102481 #define sqlite3_blob_open macro
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c4396 ret = sqlite3_blob_open(h->sqlite,

Completed in 479 milliseconds