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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h365 #define sqlite3_blob_open sqlite3_api->blob_open macro
H A Dsqlite3.h3041 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
5027 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
5028 ** ^Objects of this type are created by [sqlite3_blob_open()]
5092 SQLITE_API int sqlite3_blob_open(
5112 ** ^(The new row must meet the same criteria as for [sqlite3_blob_open()] -
5146 ** by a failed call to [sqlite3_blob_open()]) is a harmless no-op.
5159 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5185 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5201 ** writing (the flags parameter to [sqlite3_blob_open()] was zero),
5223 ** by a prior successful call to [sqlite3_blob_open()] an
[all...]
H A Dsqlite3.c3594 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
5580 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
5581 ** ^Objects of this type are created by [sqlite3_blob_open()]
5645 SQLITE_API int sqlite3_blob_open(
5665 ** ^(The new row must meet the same criteria as for [sqlite3_blob_open()] -
5699 ** by a failed call to [sqlite3_blob_open()]) is a harmless no-op.
5712 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5738 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5754 ** writing (the flags parameter to [sqlite3_blob_open()] was zero),
5776 ** by a prior successful call to [sqlite3_blob_open()] an
69915 SQLITE_API int sqlite3_blob_open( function
89257 #define sqlite3_blob_open macro
89410 #define sqlite3_blob_open macro
[all...]

Completed in 319 milliseconds