Home
last modified time | relevance | path

Searched refs:zFile (Results 1 - 8 of 8) sorted by relevance

/third_party/lzma/C/Util/Lzma/
H A Dmakefile17 $O\7zFile.obj \
/third_party/lzma/C/Util/SfxSetup/
H A Dmakefile14 $O\7zFile.obj \
/third_party/lzma/C/Util/7z/
H A Dmakefile10 $O\7zFile.obj \
/third_party/sqlite/src/
H A Dshell.c642 ** Return open FILE * if zFile exists, can be opened for read
646 static FILE * openChrSource(const char *zFile){ in openChrSource() argument
653 FILE *rv = fopen(zFile, "rb"); in openChrSource()
663 int rc = stat(zFile, &x); in openChrSource()
667 return fopen(zFile, "rb"); in openChrSource()
4943 ** Argument zFile is the name of a file that will be created and/or written
4945 ** zFile will be written to exists, creating it if required. The permissions
4954 const char *zFile in makeDirectory()
4956 char *zCopy = sqlite3_mprintf("%s", zFile); in makeDirectory()
4995 const char *zFile, /* Fil in writeFile()
4993 writeFile( sqlite3_context *pCtx, const char *zFile, sqlite3_value *pData, mode_t mode, sqlite3_int64 mtime ) writeFile() argument
5113 const char *zFile; writefileFunc() local
7064 char *zFile; /* Filename (sqlite3_malloc()) */ global() member
7130 char *zFile; /* Zip file this table accesses (may be NULL) */ global() member
7195 const char *zFile = 0; zipfileConnect() local
8096 const char *zFile = 0; /* Zip file to scan */ zipfileFilter() local
19786 output_file_open(const char *zFile, int bTextMode) output_file_open() argument
19877 const char *zFile; /* Name of the input file */ global() member
20959 const char *zFile; /* --file argument, or NULL */ global() member
22241 const char *zFile = p->aAuxDb[i].zDbFilename; do_meta_command() local
22295 const char *zFile = (const char*)sqlite3_column_text(pStmt,2); do_meta_command() local
22787 char *zFile = 0; /* Name of file to extra content from */ do_meta_command() local
23268 const char *zFile, *zProc; do_meta_command() local
23295 const char *zFile = azArg[1]; do_meta_command() local
23551 char *zFile = 0; do_meta_command() local
23657 sqlite3_snprintf(sizeof(p->outfile), p->outfile, "%s", zFile); do_meta_command() local
[all...]
H A Dsqlite3.c7231 ** [SQLite extension] library contained in the file zFile. If
7270 const char *zFile, /* Name of the shared library containing extension */
7271 const char *zProc, /* Entry point. Derived from zFile if 0 */
25171 sqlite3OsOpenMalloc( sqlite3_vfs *pVfs, const char *zFile, sqlite3_file **ppFile, int flags, int *pOutFlags ) sqlite3OsOpenMalloc() argument
37163 posixOpen(const char *zFile, int flags, int mode) posixOpen() argument
41698 const char *zFile = pShmNode->zFilename; unixShmMap() local
42864 getFileMode( const char *zFile, mode_t *pMode, uid_t *pUid, gid_t *pGid ) getFileMode() argument
85462 char const *zFile = sqlite3BtreeGetJournalname(pBt); global() local
116629 const char *zFile; global() local
126228 const char *zFile = (const char *)sqlite3_value_text(argv[0]); global() local
133169 sqlite3LoadExtension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) global() argument
133320 sqlite3_load_extension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) global() argument
176348 char *zFile; global() local
211594 const char *zFile = sqlite3_db_filename(p->dbRbu, "main"); global() local
[all...]
/third_party/lzma/C/
H A D7zip_gcc_c.mak192 $O/7zFile.o: ../../../C/7zFile.c
/third_party/lzma/CPP/7zip/
H A D7zip_gcc.mak1100 $O/7zFile.o: ../../../../C/7zFile.c
/third_party/sqlite/include/
H A Dsqlite3.h6922 ** [SQLite extension] library contained in the file zFile. If
6961 const char *zFile, /* Name of the shared library containing extension */
6962 const char *zProc, /* Entry point. Derived from zFile if 0 */

Completed in 173 milliseconds