Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c23454 char *zNewFilename = 0; /* Name of the database file to open */ in do_meta_command() local
23524 zNewFilename = sqlite3_mprintf("%s", zFN); in do_meta_command()
23525 shell_check_oom(zNewFilename); in do_meta_command()
23527 zNewFilename = 0; in do_meta_command()
23529 p->pAuxDb->zDbFilename = zNewFilename; in do_meta_command()
23532 utf8_printf(stderr, "Error: cannot open '%s'\n", zNewFilename); in do_meta_command()
23533 sqlite3_free(zNewFilename); in do_meta_command()
23535 p->pAuxDb->zFreeOnClose = zNewFilename; in do_meta_command()

Completed in 42 milliseconds