Searched defs:zFile (Results 1 – 3 of 3) sorted by relevance
625 static FILE * openChrSource(const char *zFile){ in openChrSource()4826 const char *zFile in makeDirectory()4867 const char *zFile, /* File to write */ in writeFile()4985 const char *zFile; in writefileFunc() local6936 char *zFile; /* Filename (sqlite3_malloc()) */ member7002 char *zFile; /* Zip file this table accesses (may be NULL) */ member7067 const char *zFile = 0; in zipfileConnect() local7968 const char *zFile = 0; /* Zip file to scan */ in zipfileFilter() local16402 static FILE *output_file_open(const char *zFile, int bTextMode){ in output_file_open()16492 const char *zFile; /* Name of the input file */ member[all …]
630 static FILE * openChrSource(const char *zFile){ in openChrSource()4831 const char *zFile in makeDirectory()4872 const char *zFile, /* File to write */ in writeFile()4990 const char *zFile; in writefileFunc() local6941 char *zFile; /* Filename (sqlite3_malloc()) */ member7007 char *zFile; /* Zip file this table accesses (may be NULL) */ member7072 const char *zFile = 0; in zipfileConnect() local7973 const char *zFile = 0; /* Zip file to scan */ in zipfileFilter() local16423 static FILE *output_file_open(const char *zFile, int bTextMode){ in output_file_open()16513 const char *zFile; /* Name of the input file */ member[all …]
23549 const char *zFile, in sqlite3OsOpenMalloc()