Home
last modified time | relevance | path

Searched refs:zFile (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/sqlite3/
H A Dshell.c7477 const char *zFile in makeDirectory() argument
7528 unlink(zFile); in writeFile()
7644 const char *zFile; in writefileFunc() local
9761 if( zFile ){ in zipfileConnect()
9763 memcpy(pNew->zFile, zFile, nFile); in zipfileConnect()
10645 zFile = pTab->zFile; in zipfileFilter()
10668 pCsr->pFile = zFile ? fopen(zFile, "rb") : 0; in zipfileFilter()
10849 if( pTab->zFile==0 || pTab->zFile[0]==0 ){ in zipfileBegin()
26998 sCtx.zFile = zFile; in do_meta_command()
27452 if( cli_strcmp(zFile,"on")==0 ) zFile = "stdout"; in do_meta_command()
[all …]
H A Dsqlite3.h7199 const char *zFile, /* Name of the shared library containing extension */
H A Dsqlite3.c26347 const char *zFile, in sqlite3OsOpenMalloc() argument
87897 if( zFile==0 ){
120559 const char *zFile;
120571 if( zFile==0 ) zFile = "";
130384 if( zFile && sqlite3_load_extension(db, zFile, zProc, &zErrMsg) ){
182764 char *zFile;
182789 zFile += 4;
182886 zOpt = &zFile[sqlite3Strlen30(zFile)+1];
182963 zFile += 4;
182979 zFile = 0;
[all …]
/freebsd-14.2/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2472 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()
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()
3880 zFile = Tcl_TranslateFileName(interp, zFile, &translatedFilename); in DbMain()
[all …]