Searched refs:pChng (Results 1 – 1 of 1) sorted by relevance
28313 void *pChng; in do_meta_command() local28315 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()