Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

.Dd December 19, 2018
.Dt SQLITE3REBASER_CONFIGURE 3
.Os
.Sh NAME
.Nm sqlite3rebaser_configure
.Nd Configure a changeset rebaser object.
.Sh SYNOPSIS
.Ft int 
.Fo sqlite3rebaser_configure
.Fa "sqlite3_rebaser*"
.Fa "int nRebase"
.Fa "const void *pRebase "
.Fc
.Sh DESCRIPTION
Configure the changeset rebaser object to rebase changesets according
to the conflict resolutions described by buffer pRebase (size nRebase
bytes), which must have been obtained from a previous call to sqlite3changeset_apply_v2().