Searched refs:sqlite3_bind_blob (Results 26 - 26 of 26) sorted by relevance

12

/external/sqlite/dist/
H A Dsqlite3.c3699 ** ^The fifth argument to sqlite3_bind_blob(), sqlite3_bind_text(), and
3702 ** to dispose of the BLOB or string even if the call to sqlite3_bind_blob(),
3737 SQLITE_API int sqlite3_bind_blob(sqlite3_stmt*, int, const void*, int n, void(*)(void*));
3753 ** placeholders for values that are [sqlite3_bind_blob | bound]
3761 ** See also: [sqlite3_bind_blob|sqlite3_bind()],
3788 ** See also: [sqlite3_bind_blob|sqlite3_bind()],
3799 ** parameter to [sqlite3_bind_blob|sqlite3_bind()]. ^A zero
3804 ** See also: [sqlite3_bind_blob|sqlite3_bind()],
3814 ** the [sqlite3_bind_blob | bindings] on a [prepared statement].
4280 ** the [sqlite3_bind_blob | sqlite3_bind
63841 SQLITE_API int sqlite3_bind_blob( function
91266 #define sqlite3_bind_blob macro
[all...]

Completed in 234 milliseconds

12