Searched refs:azCmd (Results 1 – 1 of 1) sorted by relevance
28258 char **azCmd = &azArg[1]; in do_meta_command() local28270 azCmd++; in do_meta_command()28282 if( cli_strcmp(azCmd[0],"attach")==0 ){ in do_meta_command()28288 rc = sqlite3session_attach(pSession->p, azCmd[1]); in do_meta_command()28300 if( cli_strcmp(azCmd[0],"changeset")==0 in do_meta_command()28301 || cli_strcmp(azCmd[0],"patchset")==0 in do_meta_command()28304 failIfSafeMode(p, "cannot run \".session %s\" in safe mode", azCmd[0]); in do_meta_command()28307 out = fopen(azCmd[1], "wb"); in do_meta_command()28310 azCmd[1]); in do_meta_command()28314 if( azCmd[0][0]=='c' ){ in do_meta_command()[all …]