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

/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h551 #define sqlite3_blob_reopen sqlite3_api->blob_reopen macro
H A Dsqlite3.h7195 ** different row of the same table using the [sqlite3_blob_reopen()]
7223 ** [sqlite3_blob_reopen()], [sqlite3_blob_read()],
7253 ** [sqlite3_blob_reopen()] on an aborted blob handle immediately return
7259 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *, sqlite3_int64);
H A Dsqlite3.c8258 ** different row of the same table using the [sqlite3_blob_reopen()]
8286 ** [sqlite3_blob_reopen()], [sqlite3_blob_read()],
8316 ** [sqlite3_blob_reopen()] on an aborted blob handle immediately return
8322 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *, sqlite3_int64);
94714 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow){ function
125941 #define sqlite3_blob_reopen macro
126148 #define sqlite3_blob_reopen macro
[all...]

Completed in 501 milliseconds