Home
last modified time | relevance | path

Searched defs:zFile (Results 1 – 2 of 2) sorted by relevance

/minix3/external/public-domain/sqlite/dist/
H A Dshell.c1765 static FILE *output_file_open(const char *zFile){ in output_file_open()
1804 const char *zFile; /* Name of the input file */ member
2132 char *zFile = azArg[1]; /* Name of file to extra content from */ in do_meta_command() local
2345 const char *zFile, *zProc; in do_meta_command() local
2360 const char *zFile = azArg[1]; in do_meta_command() local
H A Dsqlite3.c15728 const char *zFile, in sqlite3OsOpenMalloc()