Home
last modified time | relevance | path

Searched defs:zDelta (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dfossildelta.c325 char *zDelta /* Write the delta into this buffer */ in delta_create()
506 static int delta_output_size(const char *zDelta, int lenDelta){ in delta_output_size()
540 const char *zDelta, /* Delta to apply to the pattern */ in delta_apply()
/sqlite-3.40.0/tool/
H A Dsqldiff.c991 char *zDelta /* Write the delta into this buffer */ in rbuDeltaCreate()
/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c571 const char *zDelta, /* Delta to apply to the pattern */ in rbuDeltaApply()
654 static int rbuDeltaOutputSize(const char *zDelta, int lenDelta){ in rbuDeltaOutputSize()