Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h579 #define sqlite3_blob_reopen sqlite3_api->blob_reopen macro
H A Dsqlite3.h7536 ** different row of the same table using the [sqlite3_blob_reopen()]
7564 ** [sqlite3_blob_reopen()], [sqlite3_blob_read()],
7594 ** [sqlite3_blob_reopen()] on an aborted blob handle immediately return
7600 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *, sqlite3_int64);
/third_party/sqlite/src/
H A Dsqlite3.c7845 ** different row of the same table using the [sqlite3_blob_reopen()]
7873 ** [sqlite3_blob_reopen()], [sqlite3_blob_read()],
7903 ** [sqlite3_blob_reopen()] on an aborted blob handle immediately return
7909 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *, sqlite3_int64);
99742 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow){ global() function
132502 #define sqlite3_blob_reopen global() macro
132733 #define sqlite3_blob_reopen global() macro
[all...]

Completed in 145 milliseconds