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

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c643 ** Return true if zFile does not exist or if it is not an ordinary file.
648 static int notNormalFile(const char *zFile){ argument
652 rc = stat(zFile, &x);
2412 ** Argument zFile is the name of a file that will be created and/or written
2414 ** zFile will be written to exists, creating it if required. The permissions
2423 const char *zFile
2425 char *zCopy = sqlite3_mprintf("%s", zFile);
2464 const char *zFile, /* File to write */
2472 if( symlink(zTo, zFile)<0 ) return 1;
2477 if( mkdir(zFile, mod
2462 writeFile( sqlite3_context *pCtx, const char *zFile, sqlite3_value *pData, mode_t mode, sqlite3_int64 mtime ) argument
2581 const char *zFile; local
6086 char *zFile; /* Filename (sqlite3_malloc()) */ member in struct:ZipfileCDS
6152 char *zFile; /* Zip file this table accesses (may be NULL) */ member in struct:ZipfileTab
6217 const char *zFile = 0; local
7127 const char *zFile = 0; /* Zip file to scan */ local
15018 output_file_open(const char *zFile, int bTextMode) argument
15108 const char *zFile; /* Name of the input file */ member in struct:ImportCtx
16184 const char *zFile; /* --file argument, or NULL */ member in struct:ArCommand
17783 const char *zFile = (const char*)sqlite3_column_text(pStmt,2); local
18251 char *zFile = 0; /* Name of file to extra content from */ local
18714 const char *zFile, *zProc; local
18738 const char *zFile = azArg[1]; local
18914 char *zFile = 0; local
19012 sqlite3_snprintf(sizeof(p->outfile), p->outfile, "%s", zFile); local
[all...]
H A Dsqlite3.h3620 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
6613 ** [SQLite extension] library contained in the file zFile. If
6652 const char *zFile, /* Name of the shared library containing extension */
6653 const char *zProc, /* Entry point. Derived from zFile if 0 */
H A Dsqlite3.c4683 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
7676 ** [SQLite extension] library contained in the file zFile. If
7715 const char *zFile, /* Name of the shared library containing extension */
7716 const char *zProc, /* Entry point. Derived from zFile if 0 */
23549 const char *zFile,
23558 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags);
23547 sqlite3OsOpenMalloc( sqlite3_vfs *pVfs, const char *zFile, sqlite3_file **ppFile, int flags, int *pOutFlags ) argument
34231 posixOpen(const char *zFile, int flags, int mode) argument
38623 const char *zFile = pShmNode->zFilename; local
39754 getFileMode( const char *zFile, mode_t *pMode, uid_t *pUid, gid_t *pGid ) argument
81176 char const *zFile = sqlite3BtreeGetJournalname(pBt); local
110796 const char *zFile; local
119901 const char *zFile = (const char *)sqlite3_value_text(argv[0]); local
126542 sqlite3LoadExtension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
126683 sqlite3_load_extension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
166903 char *zFile; local
201755 const char *zFile = sqlite3_db_filename(p->dbRbu, "main"); local
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2428 char *zFile; /* The file from which to extract data */ local
2464 zFile = Tcl_GetStringFromObj(objv[4], 0);
2521 in = fopen(zFile, "rb");
2523 Tcl_AppendResult(interp, "Error: cannot open file: ", zFile, (char*)0);
2551 int nErr = strlen30(zFile) + 200;
2556 zFile, lineno, nCol, i+1);
3704 const char *zFile = 0; local
3743 if( zFile!=0 ) return sqliteCmdUsage(interp, objv);
3744 zFile = zArg;
3817 if( zFile
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h4650 ** SQLite extension library contained in the file zFile.
4671 const char *zFile, /* Name of the shared library containing extension */
4672 const char *zProc, /* Entry point. Derived from zFile if 0 */
H A Dsqlite3.c5203 ** SQLite extension library contained in the file zFile.
5224 const char *zFile, /* Name of the shared library containing extension */
5225 const char *zProc, /* Entry point. Derived from zFile if 0 */
14538 const char *zFile,
14547 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags);
24881 static int posixOpen(const char *zFile, int flags, int mode){ argument
24882 return open(zFile, flags, mode);
14536 sqlite3OsOpenMalloc( sqlite3_vfs *pVfs, const char *zFile, sqlite3_file **ppFile, int flags, int *pOutFlags ) argument
60165 char const *zFile = sqlite3BtreeGetJournalname(pBt); local
78398 const char *zFile; local
85255 const char *zFile = (const char *)sqlite3_value_text(argv[0]); local
89696 sqlite3LoadExtension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
89776 sqlite3_load_extension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
111982 char *zFile; local
[all...]

Completed in 950 milliseconds