Searched refs:zFile (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | shell.c | 1720 static FILE * openChrSource(const char *zFile){ in openChrSource() argument 1727 FILE *rv = fopen(zFile, "rb"); in openChrSource() 1737 int rc = stat(zFile, &x); in openChrSource() 1741 return fopen(zFile, "rb"); in openChrSource() 7407 const char *zFile in makeDirectory() argument 7409 char *zCopy = sqlite3_mprintf("%s", zFile); in makeDirectory() 7448 const char *zFile, /* File to write */ in writeFile() argument 7453 if( zFile==0 ) return 1; in writeFile() 7457 if( zTo==0 || symlink(zTo, zFile)<0 ) return 1; in writeFile() 7462 if( mkdir(zFile, mode) ){ in writeFile() [all …]
|
H A D | sqlite3.h | 7174 const char *zFile, /* Name of the shared library containing extension */
|
H A D | sqlite3.c | 7487 const char *zFile, /* Name of the shared library containing extension */ 26068 const char *zFile, in sqlite3OsOpenMalloc() argument 26077 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags); in sqlite3OsOpenMalloc() 38426 static int posixOpen(const char *zFile, int flags, int mode){ 38427 return open(zFile, flags, mode); 42922 const char *zFile = pShmNode->zFilename; 42923 rc = unixLogError(SQLITE_IOERR_SHMSIZE, "write", zFile); 44150 const char *zFile, /* File name */ 44157 if( 0==osStat(zFile, &sStat) ){ 87420 char const *zFile = sqlite3BtreeGetJournalname(pBt); [all …]
|
/netbsd-src/external/public-domain/sqlite/dist/tea/generic/ |
H A D | tclsqlite3.c | 2472 char *zFile; /* The file from which to extract data */ in DbObjCmd() local 2508 zFile = Tcl_GetStringFromObj(objv[4], 0); in DbObjCmd() 2565 in = fopen(zFile, "rb"); in DbObjCmd() 2567 Tcl_AppendResult(interp, "Error: cannot open file: ", zFile, (char*)0); in DbObjCmd() 2595 int nErr = strlen30(zFile) + 200; in DbObjCmd() 2600 zFile, lineno, nCol, i+1); in DbObjCmd() 3765 const char *zFile = 0; in DbMain() local 3804 if( zFile!=0 ) return sqliteCmdUsage(interp, objv); in DbMain() 3805 zFile = zArg; in DbMain() 3878 if( zFile==0 ) zFile = ""; in DbMain() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
H A D | sqlite3.d | 695 int sqlite3_uri_boolean(const(char)* zFile, const(char)* zParam, int bDefault); 1318 const(char)*zFile, /** Name of the shared library containing extension */
|