Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c13590 int szChng; in do_meta_command() local
13593 rc = sqlite3session_changeset(pSession->p, &szChng, &pChng); in do_meta_command()
13595 rc = sqlite3session_patchset(pSession->p, &szChng, &pChng); in do_meta_command()
13602 && fwrite(pChng, szChng, 1, out)!=1 ){ in do_meta_command()
13604 szChng); in do_meta_command()
/external/sqlite/dist/
Dshell.c13613 int szChng; in do_meta_command() local
13616 rc = sqlite3session_changeset(pSession->p, &szChng, &pChng); in do_meta_command()
13618 rc = sqlite3session_patchset(pSession->p, &szChng, &pChng); in do_meta_command()
13625 && fwrite(pChng, szChng, 1, out)!=1 ){ in do_meta_command()
13627 szChng); in do_meta_command()