Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c625 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() local
6936 char *zFile; /* Filename (sqlite3_malloc()) */ member
7002 char *zFile; /* Zip file this table accesses (may be NULL) */ member
7067 const char *zFile = 0; in zipfileConnect() local
7968 const char *zFile = 0; /* Zip file to scan */ in zipfileFilter() local
16402 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 …]
/external/sqlite/dist/
Dshell.c630 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() local
6941 char *zFile; /* Filename (sqlite3_malloc()) */ member
7007 char *zFile; /* Zip file this table accesses (may be NULL) */ member
7072 const char *zFile = 0; in zipfileConnect() local
7973 const char *zFile = 0; /* Zip file to scan */ in zipfileFilter() local
16423 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 …]
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c23549 const char *zFile, in sqlite3OsOpenMalloc()