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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile66 sqlite3_blob_open.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h527 #define sqlite3_blob_open sqlite3_api->blob_open macro
H A Dsqlite3.h4649 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
7673 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
7674 ** ^Objects of this type are created by [sqlite3_blob_open()]
7731 ** A BLOB referenced by sqlite3_blob_open() may be read using the
7765 SQLITE_API int sqlite3_blob_open(
7786 ** ^(The new row must meet the same criteria as for [sqlite3_blob_open()] -
7817 ** [sqlite3_blob_open()]) is a harmless no-op. ^Otherwise, if this function
7833 ** by a prior successful call to [sqlite3_blob_open()] and which has not
7860 ** by a prior successful call to [sqlite3_blob_open()] and which has not
7883 ** writing (the flags parameter to [sqlite3_blob_open()] wa
[all...]
H A Dsqlite3.c4962 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
7986 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
7987 ** ^Objects of this type are created by [sqlite3_blob_open()]
8044 ** A BLOB referenced by sqlite3_blob_open() may be read using the
8078 SQLITE_API int sqlite3_blob_open(
8099 ** ^(The new row must meet the same criteria as for [sqlite3_blob_open()] -
8130 ** [sqlite3_blob_open()]) is a harmless no-op. ^Otherwise, if this function
8146 ** by a prior successful call to [sqlite3_blob_open()] and which has not
8173 ** by a prior successful call to [sqlite3_blob_open()] and which has not
8196 ** writing (the flags parameter to [sqlite3_blob_open()] wa
101864 SQLITE_API int sqlite3_blob_open( function
135999 #define sqlite3_blob_open macro
136283 #define sqlite3_blob_open macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1515 int sqlite3_blob_open(
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c434 rc = sqlite3_blob_open(db, zDb, zTable, zColumn, iRow, !isReadonly, &pBlob);

Completed in 740 milliseconds