Searched refs:zDestFile (Results 1 – 2 of 2) sorted by relevance
2074 const char *zDestFile; in DbObjCmd() local2081 zDestFile = Tcl_GetString(objv[2]); in DbObjCmd()2084 zDestFile = Tcl_GetString(objv[3]); in DbObjCmd()2089 rc = sqlite3_open_v2(zDestFile, &pDest, in DbObjCmd()
26161 const char *zDestFile = 0; in do_meta_command() local26183 }else if( zDestFile==0 ){ in do_meta_command()26184 zDestFile = azArg[j]; in do_meta_command()26186 zDb = zDestFile; in do_meta_command()26187 zDestFile = azArg[j]; in do_meta_command()26193 if( zDestFile==0 ){ in do_meta_command()26198 rc = sqlite3_open_v2(zDestFile, &pDest, in do_meta_command()26201 eputf("Error: cannot open \"%s\"\n", zDestFile); in do_meta_command()