Searched defs:sqlite3_blob_open (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeblob.c26 int flags; /* Copy of "flags" passed to sqlite3_blob_open() */
108 int sqlite3_blob_open( function
332 ** sqlite3_blob_open().
H A Dloadext.c107 #define sqlite3_blob_open 0 macro
287 sqlite3_blob_open,
H A Dsqlite3ext.h362 #define sqlite3_blob_open sqlite3_api->blob_open macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h400 #define sqlite3_blob_open sqlite3_api->blob_open macro
H A Dsqlite3.c3506 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
5691 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
5692 ** ^Objects of this type are created by [sqlite3_blob_open()]
5748 ** ^The [sqlite3_blob_open()] interface will fail for a [WITHOUT ROWID]
5759 SQLITE_API int sqlite3_blob_open(
5779 ** ^(The new row must meet the same criteria as for [sqlite3_blob_open()] -
5813 ** by a failed call to [sqlite3_blob_open()]) is a harmless no-op.
5826 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5852 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5868 ** writing (the flags parameter to [sqlite3_blob_open()] wa
74639 SQLITE_API int sqlite3_blob_open( function
97371 #define sqlite3_blob_open macro
97550 #define sqlite3_blob_open macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h400 #define sqlite3_blob_open sqlite3_api->blob_open macro
H A Dsqlite3.c3506 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
5691 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
5692 ** ^Objects of this type are created by [sqlite3_blob_open()]
5748 ** ^The [sqlite3_blob_open()] interface will fail for a [WITHOUT ROWID]
5759 SQLITE_API int sqlite3_blob_open(
5779 ** ^(The new row must meet the same criteria as for [sqlite3_blob_open()] -
5813 ** by a failed call to [sqlite3_blob_open()]) is a harmless no-op.
5826 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5852 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5868 ** writing (the flags parameter to [sqlite3_blob_open()] wa
74659 SQLITE_API int sqlite3_blob_open( function
97391 #define sqlite3_blob_open macro
97570 #define sqlite3_blob_open macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c3400 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
5381 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
5382 ** ^Objects of this type are created by [sqlite3_blob_open()]
5446 SQLITE_API int sqlite3_blob_open(
5466 ** ^(The new row must meet the same criteria as for [sqlite3_blob_open()] -
5500 ** by a failed call to [sqlite3_blob_open()]) is a harmless no-op.
5513 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5539 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5555 ** writing (the flags parameter to [sqlite3_blob_open()] was zero),
5577 ** by a prior successful call to [sqlite3_blob_open()] an
68536 SQLITE_API int sqlite3_blob_open( function
86844 #define sqlite3_blob_open macro
86991 #define sqlite3_blob_open macro
[all...]

Completed in 448 milliseconds