Searched refs:sqlite3_blob_open (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3ext.h341 #define sqlite3_blob_open sqlite3_api->blob_open macro
H A Dsqlite3.h2715 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
4560 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
4561 ** ^Objects of this type are created by [sqlite3_blob_open()]
4625 SQLITE_API int sqlite3_blob_open(
4655 ** by a failed call to [sqlite3_blob_open()]) is a harmless no-op.
4668 ** by a prior successful call to [sqlite3_blob_open()] and which has not
4694 ** by a prior successful call to [sqlite3_blob_open()] and which has not
4710 ** writing (the flags parameter to [sqlite3_blob_open()] was zero),
4732 ** by a prior successful call to [sqlite3_blob_open()] and which has not
H A Dsqlite3.c3252 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
5097 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
5098 ** ^Objects of this type are created by [sqlite3_blob_open()]
5162 SQLITE_API int sqlite3_blob_open(
5192 ** by a failed call to [sqlite3_blob_open()]) is a harmless no-op.
5205 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5231 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5247 ** writing (the flags parameter to [sqlite3_blob_open()] was zero),
5269 ** by a prior successful call to [sqlite3_blob_open()] and which has not
65501 SQLITE_API int sqlite3_blob_open( function
83638 #define sqlite3_blob_open macro
83759 #define sqlite3_blob_open macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3ext.h341 #define sqlite3_blob_open sqlite3_api->blob_open macro
H A Dsqlite3.h2715 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
4560 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
4561 ** ^Objects of this type are created by [sqlite3_blob_open()]
4625 SQLITE_API int sqlite3_blob_open(
4655 ** by a failed call to [sqlite3_blob_open()]) is a harmless no-op.
4668 ** by a prior successful call to [sqlite3_blob_open()] and which has not
4694 ** by a prior successful call to [sqlite3_blob_open()] and which has not
4710 ** writing (the flags parameter to [sqlite3_blob_open()] was zero),
4732 ** by a prior successful call to [sqlite3_blob_open()] and which has not
H A Dsqlite3.c3252 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
5097 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
5098 ** ^Objects of this type are created by [sqlite3_blob_open()]
5162 SQLITE_API int sqlite3_blob_open(
5192 ** by a failed call to [sqlite3_blob_open()]) is a harmless no-op.
5205 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5231 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5247 ** writing (the flags parameter to [sqlite3_blob_open()] was zero),
5269 ** by a prior successful call to [sqlite3_blob_open()] and which has not
65501 SQLITE_API int sqlite3_blob_open( function
83638 #define sqlite3_blob_open macro
83759 #define sqlite3_blob_open macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3ext.h341 #define sqlite3_blob_open sqlite3_api->blob_open macro
H A Dsqlite3.h2715 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
4560 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
4561 ** ^Objects of this type are created by [sqlite3_blob_open()]
4625 SQLITE_API int sqlite3_blob_open(
4655 ** by a failed call to [sqlite3_blob_open()]) is a harmless no-op.
4668 ** by a prior successful call to [sqlite3_blob_open()] and which has not
4694 ** by a prior successful call to [sqlite3_blob_open()] and which has not
4710 ** writing (the flags parameter to [sqlite3_blob_open()] was zero),
4732 ** by a prior successful call to [sqlite3_blob_open()] and which has not
H A Dsqlite3.c3252 ** [sqlite3_blob_open | incremental BLOB I/O] routines.
5097 ** [sqlite3_blob_open | incremental BLOB I/O] can be performed.
5098 ** ^Objects of this type are created by [sqlite3_blob_open()]
5162 SQLITE_API int sqlite3_blob_open(
5192 ** by a failed call to [sqlite3_blob_open()]) is a harmless no-op.
5205 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5231 ** by a prior successful call to [sqlite3_blob_open()] and which has not
5247 ** writing (the flags parameter to [sqlite3_blob_open()] was zero),
5269 ** by a prior successful call to [sqlite3_blob_open()] and which has not
65501 SQLITE_API int sqlite3_blob_open( function
83638 #define sqlite3_blob_open macro
83759 #define sqlite3_blob_open macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h2544 ** [sqlite3_blob_open | increment BLOB I/O] routines. A negative
5117 ** [sqlite3_blob_open()] and destroyed by [sqlite3_blob_close()].
5155 ** {F17813} A successful invocation of the [sqlite3_blob_open(D,B,T,C,R,F,P)]
5159 ** {F17814} A successful invocation of [sqlite3_blob_open(D,...)] starts
5163 ** {F17816} The [sqlite3_blob_open(D,B,T,C,R,F,P)] interface opens the blob
5167 ** {F17819} The [sqlite3_blob_open()] interface returns [SQLITE_OK] on
5170 ** {F17821} If an error occurs during evaluation of [sqlite3_blob_open(D,...)]
5175 int sqlite3_blob_open(
5207 ** [sqlite3_blob_open()].
5291 ** was not opened for writing (the flags parameter to [sqlite3_blob_open()]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h2544 ** [sqlite3_blob_open | increment BLOB I/O] routines. A negative
5117 ** [sqlite3_blob_open()] and destroyed by [sqlite3_blob_close()].
5155 ** {F17813} A successful invocation of the [sqlite3_blob_open(D,B,T,C,R,F,P)]
5159 ** {F17814} A successful invocation of [sqlite3_blob_open(D,...)] starts
5163 ** {F17816} The [sqlite3_blob_open(D,B,T,C,R,F,P)] interface opens the blob
5167 ** {F17819} The [sqlite3_blob_open()] interface returns [SQLITE_OK] on
5170 ** {F17821} If an error occurs during evaluation of [sqlite3_blob_open(D,...)]
5175 int sqlite3_blob_open(
5207 ** [sqlite3_blob_open()].
5291 ** was not opened for writing (the flags parameter to [sqlite3_blob_open()]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h2544 ** [sqlite3_blob_open | increment BLOB I/O] routines. A negative
5117 ** [sqlite3_blob_open()] and destroyed by [sqlite3_blob_close()].
5155 ** {F17813} A successful invocation of the [sqlite3_blob_open(D,B,T,C,R,F,P)]
5159 ** {F17814} A successful invocation of [sqlite3_blob_open(D,...)] starts
5163 ** {F17816} The [sqlite3_blob_open(D,B,T,C,R,F,P)] interface opens the blob
5167 ** {F17819} The [sqlite3_blob_open()] interface returns [SQLITE_OK] on
5170 ** {F17821} If an error occurs during evaluation of [sqlite3_blob_open(D,...)]
5175 int sqlite3_blob_open(
5207 ** [sqlite3_blob_open()].
5291 ** was not opened for writing (the flags parameter to [sqlite3_blob_open()]
[all...]

Completed in 1124 milliseconds