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

/external/lzma/C/Util/Lzma/
H A Dmakefile15 $O\7zFile.obj \
/external/lzma/C/Util/SfxSetup/
H A Dmakefile10 $O\7zFile.obj \
/external/lzma/C/Util/7z/
H A Dmakefile10 $O\7zFile.obj \
/external/sqlite/dist/orig/
H A Dshell.c3418 const char *zFile; local
3421 zFile = (const char*)sqlite3_value_text(argv[0]);
3422 if( zFile==0 ) return;
3423 out = fopen(zFile, "wb");
3678 static FILE *output_file_open(const char *zFile){ argument
3680 if( strcmp(zFile,"stdout")==0 ){
3682 }else if( strcmp(zFile, "stderr")==0 ){
3684 }else if( strcmp(zFile, "off")==0 ){
3687 f = fopen(zFile, "wb");
3689 utf8_printf(stderr, "Error: cannot open \"%s\"\n", zFile);
3734 const char *zFile; /* Name of the input file */ member in struct:ImportCtx
5009 char *zFile; /* Name of file to extra content from */ local
5367 const char *zFile, *zProc; local
5391 const char *zFile = azArg[1]; local
5496 const char *zFile = nArg>=2 ? azArg[1] : "stdout"; local
5537 sqlite3_snprintf(sizeof(p->outfile), p->outfile, "%s", zFile); local
[all...]
H A Dsqlite3.h3330 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
5742 ** [SQLite extension] library contained in the file zFile. If
5781 const char *zFile, /* Name of the shared library containing extension */
5782 const char *zProc, /* Entry point. Derived from zFile if 0 */
H A Dsqlite3.c3607 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
6019 ** [SQLite extension] library contained in the file zFile. If
6058 const char *zFile, /* Name of the shared library containing extension */
6059 const char *zProc, /* Entry point. Derived from zFile if 0 */
20422 const char *zFile,
20431 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags);
20420 sqlite3OsOpenMalloc( sqlite3_vfs *pVfs, const char *zFile, sqlite3_file **ppFile, int flags, int *pOutFlags ) argument
30295 posixOpen(const char *zFile, int flags, int mode) argument
34455 const char *zFile = pShmNode->zFilename; local
35536 getFileMode( const char *zFile, mode_t *pMode, uid_t *pUid, gid_t *pGid ) argument
73969 char const *zFile = sqlite3BtreeGetJournalname(pBt); local
99088 const char *zFile; local
107150 const char *zFile = (const char *)sqlite3_value_text(argv[0]); local
112441 sqlite3LoadExtension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
112582 sqlite3_load_extension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
143174 char *zFile; local
171737 const char *zFile = sqlite3_db_filename(p->dbRbu, "main"); local
[all...]
/external/sqlite/dist/
H A Dshell.c3424 const char *zFile; local
3427 zFile = (const char*)sqlite3_value_text(argv[0]);
3428 if( zFile==0 ) return;
3429 out = fopen(zFile, "wb");
3700 static FILE *output_file_open(const char *zFile){ argument
3702 if( strcmp(zFile,"stdout")==0 ){
3704 }else if( strcmp(zFile, "stderr")==0 ){
3706 }else if( strcmp(zFile, "off")==0 ){
3709 f = fopen(zFile, "wb");
3711 utf8_printf(stderr, "Error: cannot open \"%s\"\n", zFile);
3756 const char *zFile; /* Name of the input file */ member in struct:ImportCtx
5031 char *zFile; /* Name of file to extra content from */ local
5389 const char *zFile, *zProc; local
5413 const char *zFile = azArg[1]; local
5518 const char *zFile = nArg>=2 ? azArg[1] : "stdout"; local
5559 sqlite3_snprintf(sizeof(p->outfile), p->outfile, "%s", zFile); local
[all...]
H A Dsqlite3.h3330 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
5742 ** [SQLite extension] library contained in the file zFile. If
5781 const char *zFile, /* Name of the shared library containing extension */
5782 const char *zProc, /* Entry point. Derived from zFile if 0 */
H A Dsqlite3.c3607 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
6019 ** [SQLite extension] library contained in the file zFile. If
6058 const char *zFile, /* Name of the shared library containing extension */
6059 const char *zProc, /* Entry point. Derived from zFile if 0 */
20422 const char *zFile,
20431 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags);
20420 sqlite3OsOpenMalloc( sqlite3_vfs *pVfs, const char *zFile, sqlite3_file **ppFile, int flags, int *pOutFlags ) argument
30295 posixOpen(const char *zFile, int flags, int mode) argument
34455 const char *zFile = pShmNode->zFilename; local
35536 getFileMode( const char *zFile, mode_t *pMode, uid_t *pUid, gid_t *pGid ) argument
73969 char const *zFile = sqlite3BtreeGetJournalname(pBt); local
99088 const char *zFile; local
107150 const char *zFile = (const char *)sqlite3_value_text(argv[0]); local
112441 sqlite3LoadExtension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
112582 sqlite3_load_extension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
143174 char *zFile; local
171749 const char *zFile = sqlite3_db_filename(p->dbRbu, "main"); local
[all...]

Completed in 550 milliseconds