Searched refs:azCmd (Results 1 – 1 of 1) sorted by relevance
26888 char **azCmd = &azArg[1]; in do_meta_command() local26900 azCmd++; in do_meta_command()26912 if( cli_strcmp(azCmd[0],"attach")==0 ){ in do_meta_command()26918 rc = sqlite3session_attach(pSession->p, azCmd[1]); in do_meta_command()26930 if( cli_strcmp(azCmd[0],"changeset")==0 in do_meta_command()26931 || cli_strcmp(azCmd[0],"patchset")==0 in do_meta_command()26934 failIfSafeMode(p, "cannot run \".session %s\" in safe mode", azCmd[0]); in do_meta_command()26937 out = fopen(azCmd[1], "wb"); in do_meta_command()26940 azCmd[1]); in do_meta_command()26944 if( azCmd[0][0]=='c' ){ in do_meta_command()[all …]