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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h343 #define sqlite3_blob_open sqlite3_api->blob_open macro
H A Dsqlite3.h2449 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
4317 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
4318 ** Objects of this type are created by [sqlite3_blob_open()]
4366 int sqlite3_blob_open(
4441 ** writing (the flags parameter to [sqlite3_blob_open()] was zero),
/external/sqlite/dist/orig/
H A Dsqlite3ext.h386 #define sqlite3_blob_open sqlite3_api->blob_open macro
H A Dsqlite3.h3166 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
5206 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
5207 ** ^Objects of this type are created by [sqlite3_blob_open()]
5271 SQLITE_API int sqlite3_blob_open(
5291 ** ^(The new row must meet the same criteria as for [sqlite3_blob_open()] -
5325 ** by a failed call to [sqlite3_blob_open()]) is a harmless no-op.
5338 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5364 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5380 ** writing (the flags parameter to [sqlite3_blob_open()] was zero),
5402 ** by a prior successful call to [sqlite3_blob_open()] an
[all...]
H A Dsqlite3.c3716 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
5756 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
5757 ** ^Objects of this type are created by [sqlite3_blob_open()]
5821 SQLITE_API int sqlite3_blob_open(
5841 ** ^(The new row must meet the same criteria as for [sqlite3_blob_open()] -
5875 ** by a failed call to [sqlite3_blob_open()]) is a harmless no-op.
5888 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5914 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5930 ** writing (the flags parameter to [sqlite3_blob_open()] was zero),
5952 ** by a prior successful call to [sqlite3_blob_open()] an
71281 SQLITE_API int sqlite3_blob_open( function
91359 #define sqlite3_blob_open macro
91512 #define sqlite3_blob_open macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h386 #define sqlite3_blob_open sqlite3_api->blob_open macro
H A Dsqlite3.h3166 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
5206 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
5207 ** ^Objects of this type are created by [sqlite3_blob_open()]
5271 SQLITE_API int sqlite3_blob_open(
5291 ** ^(The new row must meet the same criteria as for [sqlite3_blob_open()] -
5325 ** by a failed call to [sqlite3_blob_open()]) is a harmless no-op.
5338 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5364 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5380 ** writing (the flags parameter to [sqlite3_blob_open()] was zero),
5402 ** by a prior successful call to [sqlite3_blob_open()] an
[all...]
H A Dsqlite3.c3716 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
5756 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
5757 ** ^Objects of this type are created by [sqlite3_blob_open()]
5821 SQLITE_API int sqlite3_blob_open(
5841 ** ^(The new row must meet the same criteria as for [sqlite3_blob_open()] -
5875 ** by a failed call to [sqlite3_blob_open()]) is a harmless no-op.
5888 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5914 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5930 ** writing (the flags parameter to [sqlite3_blob_open()] was zero),
5952 ** by a prior successful call to [sqlite3_blob_open()] an
71292 SQLITE_API int sqlite3_blob_open( function
91370 #define sqlite3_blob_open macro
91523 #define sqlite3_blob_open macro
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c4397 ret = sqlite3_blob_open(h->sqlite,

Completed in 1294 milliseconds