Searched refs:zDestFile (Results 1 – 2 of 2) sorted by relevance
2122 const char *zDestFile; in DbObjCmd() local2129 zDestFile = Tcl_GetString(objv[2]); in DbObjCmd()2132 zDestFile = Tcl_GetString(objv[3]); in DbObjCmd()2137 rc = sqlite3_open_v2(zDestFile, &pDest, in DbObjCmd()
28879 const char *zDestFile = 0; in do_meta_command() local28901 }else if( zDestFile==0 ){ in do_meta_command()28902 zDestFile = azArg[j]; in do_meta_command()28904 zDb = zDestFile; in do_meta_command()28905 zDestFile = azArg[j]; in do_meta_command()28911 if( zDestFile==0 ){ in do_meta_command()28916 rc = sqlite3_open_v2(zDestFile, &pDest, in do_meta_command()28919 sqlite3_fprintf(stderr,"Error: cannot open \"%s\"\n", zDestFile); in do_meta_command()