Home
last modified time | relevance | path

Searched refs:fn (Results 1 – 11 of 11) sorted by relevance

/sqlite-3.40.0/ext/wasm/fiddle/
H A Dfiddle-worker.js249 const fn = Sqlite3Shell.dbFilename();
250 stdout("Exporting",fn+".");
251 const fn2 = fn ? fn.split(/[/\\]/).pop() : null;
263 filename: fn,
285 const fn = (
296 const fnAbs = '/'+fn;
305 fiddleModule.FS.createDataFile("/", fn, buffer, true, true);
311 stdout("Replaced DB with",fn+".");
313 stderr("Error installing db",fn+":",e.message);
374 fiddleModule.fsUnlink = (fn)=>{ argument
[all …]
/sqlite-3.40.0/tool/
H A Dcg_anno.tcl52 set fn sqlite3.c
59 set fn $newfn
61 set fn $newfn
63 incr fcycles($fn) $cycles($linenum)
70 foreach {fn cnt} [array get fcycles] {
71 lappend lx [list $cnt $fn]
76 foreach {cnt fn} $entry break
77 puts [format {%20s %14d %8.3f%%} $fn $cnt [expr {$cnt*100.0/$sum}]]
/sqlite-3.40.0/ext/wasm/
H A Dbatch-runner.js335 list.forEach(function(fn){ argument
336 if(!fn) return;
338 opt.value = fn;
339 opt.innerText = fn.split('/').pop();
347 if(cacheIt && this.cache[fn]) return this.cache[fn];
348 this.logHtml("Fetching",fn,"...");
351 const r = await fetch(fn);
359 if(cacheIt) this.cache[fn] = sql;
426 evalFile: async function(fn){ argument
427 const sql = await this.fetchFile(fn);
[all …]
H A Dtester1.js1764 const unlink = (fn=filename)=>wasm.sqlite3_wasm_vfs_unlink(pVfs,fn); argument
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js132 let fn = opt.filename, vfsName = opt.vfs, flagsStr = opt.flags;
133 if(('string'!==typeof fn && 'number'!==typeof fn)
139 let fnJs = ('number'===typeof fn) ? wasm.cstringToJs(fn) : fn;
143 fn = fnJs = vfsCheck.filename(fnJs);
155 let rc = capi.sqlite3_open_v2(fn, pPtr, oflags, vfsName || 0);
H A Dsqlite3-opfs-async-proxy.js370 const [dh, fn] = await getDirForFilename(filename);
371 await dh.getFileHandle(fn);
H A Dsqlite3-api-opfs.js947 const [dh, fn] = await opfsUtil.getDirForFilename(fsEntryName);
948 await dh.getFileHandle(fn);
/sqlite-3.40.0/test/
H A Dfilectrl.test41 set fn [file_control_tempfilename db]
42 set fn
H A Dmemdb.test58 proc signature {{fn {}}} {
61 if {$fn!=""} {
62 # set fd [open $fn w]
67 # puts "SIG($fn)=$r1"
H A Dpager1.test1995 fa, fb, fc, fd, fe, ff, fg, fh, fi, fj, fk, fl, fm, fn,
2009 fa, fb, fc, fd, fe, ff, fg, fh, fi, fj, fk, fl, fm, fn,
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5fault1.test82 INSERT INTO t2 VALUES('ie ii d i b sa qo rf', 'a h m aq i b m fn');