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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h386 #define sqlite3_blob_open sqlite3_api->blob_open macro
H A Dsqlite3.h3126 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
5157 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
5158 ** ^Objects of this type are created by [sqlite3_blob_open()]
5222 SQLITE_API int sqlite3_blob_open(
5242 ** ^(The new row must meet the same criteria as for [sqlite3_blob_open()] -
5276 ** by a failed call to [sqlite3_blob_open()]) is a harmless no-op.
5289 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5315 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5331 ** writing (the flags parameter to [sqlite3_blob_open()] was zero),
5353 ** by a prior successful call to [sqlite3_blob_open()] an
[all...]
H A Dsqlite3.c3676 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
5707 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
5708 ** ^Objects of this type are created by [sqlite3_blob_open()]
5772 SQLITE_API int sqlite3_blob_open(
5792 ** ^(The new row must meet the same criteria as for [sqlite3_blob_open()] -
5826 ** by a failed call to [sqlite3_blob_open()]) is a harmless no-op.
5839 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5865 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5881 ** writing (the flags parameter to [sqlite3_blob_open()] was zero),
5903 ** by a prior successful call to [sqlite3_blob_open()] an
71160 SQLITE_API int sqlite3_blob_open( function
91233 #define sqlite3_blob_open macro
91386 #define sqlite3_blob_open macro
[all...]

Completed in 372 milliseconds