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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile68 sqlite3_blob_reopen.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h580 #define sqlite3_blob_reopen sqlite3_api->blob_reopen macro
H A Dsqlite3.h7734 ** different row of the same table using the [sqlite3_blob_reopen()]
7762 ** [sqlite3_blob_reopen()], [sqlite3_blob_read()],
7792 ** [sqlite3_blob_reopen()] on an aborted blob handle immediately return
7798 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *, sqlite3_int64);
H A Dsqlite3.c8047 ** different row of the same table using the [sqlite3_blob_reopen()]
8075 ** [sqlite3_blob_reopen()], [sqlite3_blob_read()],
8105 ** [sqlite3_blob_reopen()] on an aborted blob handle immediately return
8111 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *, sqlite3_int64);
102227 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow){ function
136052 #define sqlite3_blob_reopen macro
136286 #define sqlite3_blob_reopen macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1528 int sqlite3_blob_reopen(sqlite3_blob *, sqlite3_int64);

Completed in 809 milliseconds