Searched refs:zDestFile (Results 1 – 2 of 2) sorted by relevance
2555 const char *zDestFile; in DbObjCmd() local2562 zDestFile = Tcl_GetString(objv[2]); in DbObjCmd()2565 zDestFile = Tcl_GetString(objv[3]); in DbObjCmd()2570 rc = sqlite3_open_v2(zDestFile, &pDest, in DbObjCmd()
32522 const char *zDestFile = 0; in do_meta_command() local32544 }else if( zDestFile==0 ){ in do_meta_command()32545 zDestFile = azArg[j]; in do_meta_command()32547 zDb = zDestFile; in do_meta_command()32548 zDestFile = azArg[j]; in do_meta_command()32554 if( zDestFile==0 ){ in do_meta_command()32559 rc = sqlite3_open_v2(zDestFile, &pDest, in do_meta_command()32562 cli_printf(stderr,"Error: cannot open \"%s\"\n", zDestFile); in do_meta_command()