Searched refs:zDestFile (Results 1 – 1 of 1) sorted by relevance
1942 const char *zDestFile = 0; in do_meta_command() local1956 }else if( zDestFile==0 ){ in do_meta_command()1957 zDestFile = azArg[j]; in do_meta_command()1959 zDb = zDestFile; in do_meta_command()1960 zDestFile = azArg[j]; in do_meta_command()1966 if( zDestFile==0 ){ in do_meta_command()1971 rc = sqlite3_open(zDestFile, &pDest); in do_meta_command()1973 fprintf(stderr, "Error: cannot open \"%s\"\n", zDestFile); in do_meta_command()