Searched defs:zFile (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/sqlite3/ |
H A D | shell.c | 1739 openChrSource(const char * zFile) openChrSource() argument 7482 makeDirectory(const char * zFile) makeDirectory() argument 7523 writeFile(sqlite3_context * pCtx,const char * zFile,sqlite3_value * pData,mode_t mode,sqlite3_int64 mtime) writeFile() argument 7649 const char *zFile; writefileFunc() local 9603 char *zFile; /* Filename (sqlite3_malloc()) */ global() member 9669 char *zFile; /* Zip file this table accesses (may be NULL) */ global() member 9734 const char *zFile = 0; zipfileConnect() local 10640 const char *zFile = 0; /* Zip file to scan */ zipfileFilter() local 23777 output_file_open(const char * zFile,int bTextMode) output_file_open() argument 23871 const char *zFile; /* Name of the input file */ global() member 24957 const char *zFile; /* --file argument, or NULL */ global() member 26333 const char *zFile = p->aAuxDb[i].zDbFilename; do_meta_command() local 26403 const char *zFile = (const char*)sqlite3_column_text(pStmt,2); do_meta_command() local 26897 char *zFile = 0; /* Name of file to extra content from */ do_meta_command() local 27412 const char *zFile, *zProc; do_meta_command() local 27438 const char *zFile = azArg[1]; do_meta_command() local 27700 char *zFile = 0; do_meta_command() local [all...] |
H A D | sqlite3.c | 26347 sqlite3OsOpenMalloc(sqlite3_vfs * pVfs,const char * zFile,sqlite3_file ** ppFile,int flags,int * pOutFlags) sqlite3OsOpenMalloc() argument [all...] |
/freebsd-src/contrib/sqlite3/tea/generic/ |
H A D | tclsqlite3.c | 2472 char *zFile; /* The file from which to extract data */ in DbObjCmd() local 3765 const char *zFile = 0; in DbMain() local
|