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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c1716 ** Return open FILE * if zFile exists, can be opened for read
1720 static FILE * openChrSource(const char *zFile){ argument
1727 FILE *rv = fopen(zFile, "rb");
1737 int rc = stat(zFile, &x);
1741 return fopen(zFile, "rb");
7396 ** Argument zFile is the name of a file that will be created and/or written
7398 ** zFile will be written to exists, creating it if required. The permissions
7407 const char *zFile
7409 char *zCopy = sqlite3_mprintf("%s", zFile);
7448 const char *zFile, /* Fil
7446 writeFile( sqlite3_context *pCtx, const char *zFile, sqlite3_value *pData, mode_t mode, sqlite3_int64 mtime ) argument
7566 const char *zFile; local
9520 char *zFile; /* Filename (sqlite3_malloc()) */ member in struct:ZipfileCDS
9586 char *zFile; /* Zip file this table accesses (may be NULL) */ member in struct:ZipfileTab
9651 const char *zFile = 0; local
10557 const char *zFile = 0; /* Zip file to scan */ local
22512 output_file_open(const char *zFile, int bTextMode) argument
22606 const char *zFile; /* Name of the input file */ member in struct:ImportCtx
23692 const char *zFile; /* --file argument, or NULL */ member in struct:ArCommand
24995 const char *zFile = p->aAuxDb[i].zDbFilename; local
25065 const char *zFile = (const char*)sqlite3_column_text(pStmt,2); local
25558 char *zFile = 0; /* Name of file to extra content from */ local
26046 const char *zFile, *zProc; local
26072 const char *zFile = azArg[1]; local
26334 char *zFile = 0; local
26435 sqlite3_snprintf(sizeof(p->outfile), p->outfile, "%s", zFile); local
[all...]
H A Dsqlite3.h7135 ** [SQLite extension] library contained in the file zFile. If
7174 const char *zFile, /* Name of the shared library containing extension */
7175 const char *zProc, /* Entry point. Derived from zFile if 0 */
H A Dsqlite3.c7448 ** [SQLite extension] library contained in the file zFile. If
7487 const char *zFile, /* Name of the shared library containing extension */
7488 const char *zProc, /* Entry point. Derived from zFile if 0 */
26066 sqlite3OsOpenMalloc( sqlite3_vfs *pVfs, const char *zFile, sqlite3_file **ppFile, int flags, int *pOutFlags ) argument
38426 posixOpen(const char *zFile, int flags, int mode) argument
42922 const char *zFile = pShmNode->zFilename; local
44149 getFileMode( const char *zFile, mode_t *pMode, uid_t *pUid, gid_t *pGid ) argument
87420 char const *zFile = sqlite3BtreeGetJournalname(pBt); local
119809 const char *zFile; local
129615 const char *zFile = (const char *)sqlite3_value_text(argv[0]); local
136718 sqlite3LoadExtension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
136879 sqlite3_load_extension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
181148 char *zFile; local
219062 const char *zFile = sqlite3_db_filename(p->dbRbu, "main"); local
[all...]
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c2472 char *zFile; /* The file from which to extract data */ local
2508 zFile = Tcl_GetStringFromObj(objv[4], 0);
2565 in = fopen(zFile, "rb");
2567 Tcl_AppendResult(interp, "Error: cannot open file: ", zFile, (char*)0);
2595 int nErr = strlen30(zFile) + 200;
2600 zFile, lineno, nCol, i+1);
3765 const char *zFile = 0; local
3804 if( zFile!=0 ) return sqliteCmdUsage(interp, objv);
3805 zFile = zArg;
3878 if( zFile
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d695 int sqlite3_uri_boolean(const(char)* zFile, const(char)* zParam, int bDefault);
1318 const(char)*zFile, /** Name of the shared library containing extension */
1319 const(char)*zProc, /** Entry point. Derived from zFile if 0 */

Completed in 802 milliseconds