Home
last modified time | relevance | path

Searched refs:szChng (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c28312 int szChng; in do_meta_command() local
28315 rc = sqlite3session_changeset(pSession->p, &szChng, &pChng); in do_meta_command()
28317 rc = sqlite3session_patchset(pSession->p, &szChng, &pChng); in do_meta_command()
28324 && fwrite(pChng, szChng, 1, out)!=1 ){ in do_meta_command()
28325 eputf("ERROR: Failed to write entire %d-byte output\n", szChng); in do_meta_command()