Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c28313 void *pChng; 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()
28323 if( pChng in do_meta_command()
28324 && fwrite(pChng, szChng, 1, out)!=1 ){ in do_meta_command()
28327 sqlite3_free(pChng); in do_meta_command()