Home GnuPG
Diffusion GnuPG 421827424fe8

gpg: Change sqlite3_stepx to pass the sqlite3_stmt * to the callback.
421827424fe8Unpublished

Unpublished Commit ยท Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

gpg: Change sqlite3_stepx to pass the sqlite3_stmt * to the callback.

* g10/sqlite.h (enum sqlite_arg_type): Add SQLITE_ARG_BLOB.
(sqlite3_stepx_callback): New declaration.
(sqlite3_stepx): Change the callback's type to sqlite3_stepx_callback,
which passes an additional parameter, the sqlite3_stmt *.  Update
users.
  • Signed-off-by: Neal H. Walfield <neal@g10code.com>

Details

Provenance
Neal H. Walfield <neal@g10code.com>Authored on Oct 29 2015, 9:36 AM
Parents
rG351f4213e192: gpg: Move sqlite helper functions into their own file.
Branches
Unknown
Tags
Unknown

Event Timeline

Neal H. Walfield <neal@g10code.com> committed rG421827424fe8: gpg: Change sqlite3_stepx to pass the sqlite3_stmt * to the callback. (authored by Neal H. Walfield <neal@g10code.com>).Oct 29 2015, 10:10 AM