Searched refs:zDestFile (Results 1 – 1 of 1) sorted by relevance
2659 const char *zDestFile = 0; in do_meta_command() local2673 }else if( zDestFile==0 ){ in do_meta_command()2674 zDestFile = azArg[j]; in do_meta_command()2676 zDb = zDestFile; in do_meta_command()2677 zDestFile = azArg[j]; in do_meta_command()2683 if( zDestFile==0 ){ in do_meta_command()2688 rc = sqlite3_open(zDestFile, &pDest); in do_meta_command()2690 fprintf(stderr, "Error: cannot open \"%s\"\n", zDestFile); in do_meta_command()