Searched refs:zDestFile (Results 1 – 2 of 2) sorted by relevance
2030 const char *zDestFile; in DbObjCmd() local2037 zDestFile = Tcl_GetString(objv[2]); in DbObjCmd()2040 zDestFile = Tcl_GetString(objv[3]); in DbObjCmd()2045 rc = sqlite3_open_v2(zDestFile, &pDest, in DbObjCmd()
15760 const char *zDestFile = 0; in do_meta_command() local15781 }else if( zDestFile==0 ){ in do_meta_command()15782 zDestFile = azArg[j]; in do_meta_command()15784 zDb = zDestFile; in do_meta_command()15785 zDestFile = azArg[j]; in do_meta_command()15791 if( zDestFile==0 ){ in do_meta_command()15796 rc = sqlite3_open_v2(zDestFile, &pDest, in do_meta_command()15799 utf8_printf(stderr, "Error: cannot open \"%s\"\n", zDestFile); in do_meta_command()