Home
last modified time | relevance | path

Searched refs:zDestFile (Results 1 - 1 of 1) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c22070 const char *zDestFile = 0; in do_meta_command() local
22092 }else if( zDestFile==0 ){ in do_meta_command()
22093 zDestFile = azArg[j]; in do_meta_command()
22095 zDb = zDestFile; in do_meta_command()
22096 zDestFile = azArg[j]; in do_meta_command()
22102 if( zDestFile==0 ){ in do_meta_command()
22107 rc = sqlite3_open_v2(zDestFile, &pDest, in do_meta_command()
22110 utf8_printf(stderr, "Error: cannot open \"%s\"\n", zDestFile); in do_meta_command()

Completed in 35 milliseconds