Searched defs:sqlite3_bind_blob (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeapi.c1058 int sqlite3_bind_blob( function
1134 rc = sqlite3_bind_blob(pStmt, i, pValue->z, pValue->n,SQLITE_TRANSIENT);
H A Dsqlite3ext.h233 #define sqlite3_bind_blob sqlite3_api->bind_blob macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h271 #define sqlite3_bind_blob sqlite3_api->bind_blob macro
H A Dsqlite3.c3470 ** or sqlite3_bind_blob() is a NULL pointer then the fourth parameter
3479 ** If the fourth parameter to sqlite3_bind_blob() is negative, then
3489 ** ^The fifth argument to sqlite3_bind_blob(), sqlite3_bind_text(), and
3492 ** to dispose of the BLOB or string even if the call to sqlite3_bind_blob(),
3527 SQLITE_API int sqlite3_bind_blob(sqlite3_stmt*, int, const void*, int n, void(*)(void*));
3543 ** placeholders for values that are [sqlite3_bind_blob | bound]
3551 ** See also: [sqlite3_bind_blob|sqlite3_bind()],
3578 ** See also: [sqlite3_bind_blob|sqlite3_bind()],
3589 ** parameter to [sqlite3_bind_blob|sqlite3_bind()]. ^A zero
3594 ** See also: [sqlite3_bind_blob|sqlite3_bin
67352 SQLITE_API int sqlite3_bind_blob( function
97242 #define sqlite3_bind_blob macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h271 #define sqlite3_bind_blob sqlite3_api->bind_blob macro
H A Dsqlite3.c3470 ** or sqlite3_bind_blob() is a NULL pointer then the fourth parameter
3479 ** If the fourth parameter to sqlite3_bind_blob() is negative, then
3489 ** ^The fifth argument to sqlite3_bind_blob(), sqlite3_bind_text(), and
3492 ** to dispose of the BLOB or string even if the call to sqlite3_bind_blob(),
3527 SQLITE_API int sqlite3_bind_blob(sqlite3_stmt*, int, const void*, int n, void(*)(void*));
3543 ** placeholders for values that are [sqlite3_bind_blob | bound]
3551 ** See also: [sqlite3_bind_blob|sqlite3_bind()],
3578 ** See also: [sqlite3_bind_blob|sqlite3_bind()],
3589 ** parameter to [sqlite3_bind_blob|sqlite3_bind()]. ^A zero
3594 ** See also: [sqlite3_bind_blob|sqlite3_bin
67372 SQLITE_API int sqlite3_bind_blob( function
97262 #define sqlite3_bind_blob macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c3383 ** ^The fifth argument to sqlite3_bind_blob(), sqlite3_bind_text(), and
3386 ** to dispose of the BLOB or string even if the call to sqlite3_bind_blob(),
3421 SQLITE_API int sqlite3_bind_blob(sqlite3_stmt*, int, const void*, int n, void(*)(void*));
3437 ** placeholders for values that are [sqlite3_bind_blob | bound]
3445 ** See also: [sqlite3_bind_blob|sqlite3_bind()],
3472 ** See also: [sqlite3_bind_blob|sqlite3_bind()],
3483 ** parameter to [sqlite3_bind_blob|sqlite3_bind()]. ^A zero
3488 ** See also: [sqlite3_bind_blob|sqlite3_bind()],
3498 ** the [sqlite3_bind_blob | bindings] on a [prepared statement].
3958 ** the [sqlite3_bind_blob | sqlite3_bind
61392 SQLITE_API int sqlite3_bind_blob( function
86715 #define sqlite3_bind_blob macro
[all...]

Completed in 687 milliseconds