Searched refs:zDestFile (Results 1 – 2 of 2) sorted by relevance
2054 const char *zDestFile; in DbObjCmd() local2061 zDestFile = Tcl_GetString(objv[2]); in DbObjCmd()2064 zDestFile = Tcl_GetString(objv[3]); in DbObjCmd()2069 rc = sqlite3_open_v2(zDestFile, &pDest, in DbObjCmd()
18686 const char *zDestFile = 0; in do_meta_command() local18708 }else if( zDestFile==0 ){ in do_meta_command()18709 zDestFile = azArg[j]; in do_meta_command()18711 zDb = zDestFile; in do_meta_command()18712 zDestFile = azArg[j]; in do_meta_command()18718 if( zDestFile==0 ){ in do_meta_command()18723 rc = sqlite3_open_v2(zDestFile, &pDest, in do_meta_command()18726 utf8_printf(stderr, "Error: cannot open \"%s\"\n", zDestFile); in do_meta_command()