Home
last modified time | relevance | path

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

/third_party/sqlite/src/
Dshell.c649 static int notNormalFile(const char *zFile){ in notNormalFile()
2424 const char *zFile in makeDirectory()
2465 const char *zFile, /* File to write */ in writeFile()
2582 const char *zFile; in writefileFunc() local
6879 char *zFile; /* Filename (sqlite3_malloc()) */ member
6945 char *zFile; /* Zip file this table accesses (may be NULL) */ member
7010 const char *zFile = 0; in zipfileConnect() local
7910 const char *zFile = 0; /* Zip file to scan */ in zipfileFilter() local
15811 static FILE *output_file_open(const char *zFile, int bTextMode){ in output_file_open()
15901 const char *zFile; /* Name of the input file */ member
[all …]
Dsqlite3.c23835 const char *zFile, in sqlite3OsOpenMalloc()