Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:sqlite3_blob_reopen

5472 ** [sqlite3_blob_reopen()] on an aborted blob handle immediately return
5478 SQLITE_API SQLITE_EXPERIMENTAL int sqlite3_blob_reopen(sqlite3_blob *, sqlite3_int64);
68864 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow){
120771 rc = sqlite3_blob_reopen(p->pSegments, iBlockid);