Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c24149 int szChng; in do_meta_command() local
24152 rc = sqlite3session_changeset(pSession->p, &szChng, &pChng); in do_meta_command()
24154 rc = sqlite3session_patchset(pSession->p, &szChng, &pChng); in do_meta_command()
24161 && fwrite(pChng, szChng, 1, out)!=1 ){ in do_meta_command()
24163 szChng); in do_meta_command()

Completed in 34 milliseconds