Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h526 #define sqlite3_blob_open sqlite3_api->blob_open macro
H A Dsqlite3.h4540 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
7475 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
7476 ** ^Objects of this type are created by [sqlite3_blob_open()]
7533 ** A BLOB referenced by sqlite3_blob_open() may be read using the
7567 SQLITE_API int sqlite3_blob_open(
7588 ** ^(The new row must meet the same criteria as for [sqlite3_blob_open()] -
7619 ** [sqlite3_blob_open()]) is a harmless no-op. ^Otherwise, if this function
7635 ** by a prior successful call to [sqlite3_blob_open()] and which has not
7662 ** by a prior successful call to [sqlite3_blob_open()] and which has not
7685 ** writing (the flags parameter to [sqlite3_blob_open()] wa
[all...]
/third_party/python/Modules/_sqlite/
H A Dconnection.c447 rc = sqlite3_blob_open(self->db, name, table, col, row, !readonly, &blob); in blobopen_impl()
/third_party/sqlite/src/
H A Dsqlite3.c4846 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
7784 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
7785 ** ^Objects of this type are created by [sqlite3_blob_open()]
7842 ** A BLOB referenced by sqlite3_blob_open() may be read using the
7876 SQLITE_API int sqlite3_blob_open(
7897 ** ^(The new row must meet the same criteria as for [sqlite3_blob_open()] -
7928 ** [sqlite3_blob_open()]) is a harmless no-op. ^Otherwise, if this function
7944 ** by a prior successful call to [sqlite3_blob_open()] and which has not
7971 ** by a prior successful call to [sqlite3_blob_open()] and which has not
7994 ** writing (the flags parameter to [sqlite3_blob_open()] wa
99379 SQLITE_API int sqlite3_blob_open( global() function
132449 #define sqlite3_blob_open global() macro
132730 #define sqlite3_blob_open global() macro
[all...]

Completed in 125 milliseconds