Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c24150 void *pChng; 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()
24160 if( pChng in do_meta_command()
24161 && fwrite(pChng, szChng, 1, out)!=1 ){ in do_meta_command()
24165 sqlite3_free(pChng); in do_meta_command()

Completed in 33 milliseconds