Lines Matching refs:sqlite3_blob_open
4846 ** [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()] was zero),
8013 ** by a prior successful call to [sqlite3_blob_open()] and which has not
99379 SQLITE_API int sqlite3_blob_open(
99612 ** sqlite3_blob_open().
132449 #define sqlite3_blob_open sqlite3_api->blob_open
132730 #define sqlite3_blob_open 0
132916 sqlite3_blob_open,
191103 rc = sqlite3_blob_open(
201677 rc = sqlite3_blob_open(pRtree->db, pRtree->zDb, zTab, "data", iNode, 0,
230663 rc = sqlite3_blob_open(pConfig->db,
230668 /* If either of the sqlite3_blob_open() or sqlite3_blob_reopen() calls
235769 rc = sqlite3_blob_open(pConfig->db, pConfig->zDb, p->zDataTbl,