Home
last modified time | relevance | path

Searched refs:out (Results 1 – 25 of 240) sorted by relevance

12345678910

/sqlite-3.40.0/test/
H A Drun-wordcount.sh17 mv wc-out.txt wc-baseline.txt
20 if cmp -s wc-out.txt wc-baseline.txt;
23 diff -u wc-baseline.txt wc-out.txt;
28 if cmp -s wc-out.txt wc-baseline.txt;
35 if cmp -s wc-out.txt wc-baseline.txt;
43 if cmp -s wc-out.txt wc-baseline.txt;
51 if cmp -s wc-out.txt wc-baseline.txt;
58 mv wc-out.txt wc-baseline.txt
60 if cmp -s wc-out.txt wc-baseline.txt;
67 mv wc-out.txt wc-baseline.txt
[all …]
H A Dshell5.test295 close $out
313 close $out
329 puts $out "x,y,\r"
331 close $out
504 close $out
528 close $out
550 puts $out {あい,うえお}
551 puts $out {1,2}
552 close $out
563 puts $out {1,2}
[all …]
H A Dkvtest.c550 FILE *out; in exportMain() local
563 fclose(out); in exportMain()
640 if( out==0 ){ in updateFile()
646 fflush(out); in updateFile()
648 fsync(fileno(out)); in updateFile()
651 fclose(out); in updateFile()
722 FILE *out = stdout; in display_stats() local
724 fprintf(out, "\n"); in display_stats()
728 fprintf(out, in display_stats()
737 fprintf(out, in display_stats()
[all …]
H A Dwalblock.test50 set ::out [list]
53 } [list set ::out]
54 set ::out
58 vwait ::out
59 set ::out
93 set ::out ""
94 testfixture $::C { db eval { SELECT * FROM t1 } } {set ::out}
100 set ::out
110 set ::out
H A Dpercentile.test28 foreach {in out} {
39 } $out
47 foreach {in out} {
58 } $out
78 foreach {in out} {
89 } $out
113 # Second argument is out of range
195 foreach {in out} {
205 } $out
H A Dtkt2822.test275 } {1 {1st ORDER BY term out of range - should be between 1 and 25}}
280 } {1 {2nd ORDER BY term out of range - should be between 1 and 25}}
285 } {1 {2nd ORDER BY term out of range - should be between 1 and 25}}
290 } {1 {2nd ORDER BY term out of range - should be between 1 and 25}}
295 } {1 {3rd ORDER BY term out of range - should be between 1 and 25}}
300 } {1 {4th ORDER BY term out of range - should be between 1 and 25}}
305 } {1 {9th ORDER BY term out of range - should be between 1 and 25}}
310 } {1 {10th ORDER BY term out of range - should be between 1 and 25}}
315 } {1 {11th ORDER BY term out of range - should be between 1 and 25}}
320 } {1 {12th ORDER BY term out of range - should be between 1 and 25}}
[all …]
/sqlite-3.40.0/tool/
H A Dsqldiff.c397 fprintf(out, "'"); in printQuoted()
412 fprintf(out, "'"); in printQuoted()
593 dump_table(zTab, out); in diff_one_table()
1365 fprintf(out, ");\n"); in rbudiff_one_table()
1551 putc(iDType, out); in putValue()
1686 putc('T', out); in changeset_one_table()
1690 putc(0, out); in changeset_one_table()
1695 putc(iType, out); in changeset_one_table()
1696 putc(0, out); in changeset_one_table()
1938 FILE *out = stdout; in main() local
[all …]
H A Dmksqlite3c.tcl85 puts $out [subst \
108 puts $out \
196 global out s78
241 puts $out $line
245 puts $out $line
252 puts $out "#if 0"
308 puts $out $line
316 puts $out $line
448 puts $out \
452 puts $out \
[all …]
H A Dmksqlite3c-noext.tcl58 set out [open sqlite3.c w]
62 puts $out [subst \
85 puts $out \
151 global out s78
198 puts $out $line
202 puts $out $line
209 puts $out "#if 0"
256 puts $out $line
261 puts $out $line
264 puts $out $line
[all …]
H A Dlemon.c3318 FILE *out;
3337 FILE *out;
3730 FILE *out, in emit_destructor_code() argument
3762 fputc(*cp,out); in emit_destructor_code()
4044 FILE *out, in emit_code() argument
4319 if( out==0 ){ in ReportTable()
4397 fprintf(out, in ReportTable()
4940 fclose(out); in ReportTable()
4948 FILE *out, *in; in ReportHeader() local
4972 if( out ){ in ReportHeader()
[all …]
H A Dstripccomments.c57 FILE * out = App.output; in do_it_all() local
80 fputc(ch, out); in do_it_all()
100 fputc(ch2, out); in do_it_all()
117 fputc(ch, out); in do_it_all()
135 fputc(prev, out); in do_it_all()
136 fputc(ch, out); in do_it_all()
150 fputc(prev, out); in do_it_all()
151 fputc(ch, out); in do_it_all()
159 fputc(ch, out); in do_it_all()
170 fputc(ch, out); in do_it_all()
[all …]
H A Dmksqlite3internalh.tcl43 set out [open sqlite3internal.h w]
45 puts $out [subst \
86 global out s78
90 puts $out "/************** $text $stars/"
98 global seen_hdr available_hdr out
113 puts $out $line
116 puts $out "#if 0"
120 puts $out $line
148 close $out
H A Dkvtest-speed.sh22 rm cachegrind.out.[1-9][0-9]*
24 mv cachegrind.out.[1-9][0-9]* cachegrind.out.sql-$NAME
25 cg_anno.tcl cachegrind.out.sql-$NAME >cout-kvtest-sql-$NAME.txt
29 mv cachegrind.out.[1-9][0-9]* cachegrind.out.$NAME
30 cg_anno.tcl cachegrind.out.$NAME >cout-kvtest-$NAME.txt
H A Dmkshellc.tcl13 set out stdout
15 puts $out {/* DO NOT EDIT!
52 puts $out "/************************* Begin $cfile ******************/"
53 # puts $out "#line 1 \"$cfile\""
65 puts $out $lx
68 puts $out "/************************* End $cfile ********************/"
72 puts $out $lx
75 close $out
H A Dsoak1.tcl34 set out [open $makefilename w]
39 puts $out "OPTS += -DSQLITE_NO_SYNC=1"
41 puts $out "OPTS += -D$x"
46 puts $out $line
49 close $out
/sqlite-3.40.0/src/
H A Dvdbetrace.c94 sqlite3_str_append(&out, "-- ", 3); in sqlite3VdbeExpandSql()
104 sqlite3_str_append(&out, zRawSql, n); in sqlite3VdbeExpandSql()
130 sqlite3_str_append(&out, "NULL", 4); in sqlite3VdbeExpandSql()
132 sqlite3_str_appendf(&out, "%lld", pVar->u.i); in sqlite3VdbeExpandSql()
134 sqlite3_str_appendf(&out, "%!.15g", pVar->u.r); in sqlite3VdbeExpandSql()
144 out.accError = SQLITE_NOMEM; in sqlite3VdbeExpandSql()
145 out.nAlloc = 0; in sqlite3VdbeExpandSql()
171 sqlite3_str_append(&out, "x'", 2); in sqlite3VdbeExpandSql()
179 sqlite3_str_append(&out, "'", 1); in sqlite3VdbeExpandSql()
188 if( out.accError ) sqlite3_str_reset(&out); in sqlite3VdbeExpandSql()
[all …]
H A Dmem3.c591 FILE *out; in sqlite3Memsys3Dump() local
595 out = stdout; in sqlite3Memsys3Dump()
597 out = fopen(zFilename, "w"); in sqlite3Memsys3Dump()
598 if( out==0 ){ in sqlite3Memsys3Dump()
605 fprintf(out, "CHUNKS:\n"); in sqlite3Memsys3Dump()
632 fprintf(out, "small(%2d):", i); in sqlite3Memsys3Dump()
637 fprintf(out, "\n"); in sqlite3Memsys3Dump()
641 fprintf(out, "hash(%2d):", i); in sqlite3Memsys3Dump()
646 fprintf(out, "\n"); in sqlite3Memsys3Dump()
652 if( out==stdout ){ in sqlite3Memsys3Dump()
[all …]
H A Dmem5.c525 FILE *out; in sqlite3Memsys5Dump() local
530 out = stdout; in sqlite3Memsys5Dump()
532 out = fopen(zFilename, "w"); in sqlite3Memsys5Dump()
533 if( out==0 ){ in sqlite3Memsys5Dump()
545 fprintf(out, "mem5.nAlloc = %llu\n", mem5.nAlloc); in sqlite3Memsys5Dump()
548 fprintf(out, "mem5.currentOut = %u\n", mem5.currentOut); in sqlite3Memsys5Dump()
550 fprintf(out, "mem5.maxOut = %u\n", mem5.maxOut); in sqlite3Memsys5Dump()
551 fprintf(out, "mem5.maxCount = %u\n", mem5.maxCount); in sqlite3Memsys5Dump()
552 fprintf(out, "mem5.maxRequest = %u\n", mem5.maxRequest); in sqlite3Memsys5Dump()
554 if( out==stdout ){ in sqlite3Memsys5Dump()
[all …]
H A Dshell.c.in482 if( stdout_is_console && (out==stdout || out==stderr) ){
486 fputs(z2, out);
1681 fputc('"', out);
1704 fputc('"', out);
1713 fputc('"', out);
1738 fputc('"', out);
1806 FILE *out = p->out; local
2832 FILE *out; local
2834 out = pArg->out;
3771 FILE *out = pState->out; local
[all …]
H A Dmem2.c477 FILE *out; in sqlite3MemdebugDump() local
481 out = fopen(zFilename, "w"); in sqlite3MemdebugDump()
482 if( out==0 ){ in sqlite3MemdebugDump()
490 fprintf(out, "**** %lld bytes at %p from %s ****\n", in sqlite3MemdebugDump()
493 fflush(out); in sqlite3MemdebugDump()
496 backtrace_symbols_fd(pBt, pHdr->nBacktrace, fileno(out)); in sqlite3MemdebugDump()
497 fprintf(out, "\n"); in sqlite3MemdebugDump()
500 fprintf(out, "COUNTS:\n"); in sqlite3MemdebugDump()
503 fprintf(out, " %5d: %10d %10d %10d\n", in sqlite3MemdebugDump()
508 fprintf(out, " %5d: %10d %10d %10d\n", in sqlite3MemdebugDump()
[all …]
H A Drandom.c26 u8 out[64]; /* Output bytes */ member
39 static void chacha_block(u32 *out, const u32 *in){ in chacha_block() argument
53 for(i=0; i<16; i++) out[i] = x[i]+in[i]; in chacha_block()
116 memcpy(zBuf, &wsdPrng.out[wsdPrng.n-N], N); in sqlite3_randomness()
121 memcpy(zBuf, wsdPrng.out, wsdPrng.n); in sqlite3_randomness()
126 chacha_block((u32*)wsdPrng.out, wsdPrng.s); in sqlite3_randomness()
H A Dtest_hexio.c162 FILE *out; in hexio_write() local
176 out = fopen(zFile, "r+b"); in hexio_write()
177 if( out==0 ){ in hexio_write()
178 out = fopen(zFile, "r+"); in hexio_write()
180 if( out==0 ){ in hexio_write()
184 fseek(out, offset, SEEK_SET); in hexio_write()
185 written = (int)fwrite(aOut, 1, nOut, out); in hexio_write()
187 fclose(out); in hexio_write()
/sqlite-3.40.0/ext/fts2/
H A Dmkfts2amal.tcl24 set out [open fts2amal.c w]
26 puts $out [subst \
59 global out s78
63 puts $out "/************** $text $stars/"
71 global seen_hdr available_hdr out
86 puts $out $line
89 puts $out "#if 0"
93 puts $out $line
116 close $out
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js370 out.opt = Object.create(null);
374 out.sql = args[0];
376 out.sql = args[0];
378 out.opt = args[0];
379 out.sql = out.opt.sql;
383 out.sql = args[0];
384 out.opt = args[1];
388 out.sql = util.flexibleString(out.sql);
392 const opt = out.opt;
404 out.returnVal = ()=>db;
[all …]
/sqlite-3.40.0/ext/session/
H A Dchangeset.c227 FILE *out; in main() local
230 out = fopen(zOut, "wb"); in main()
231 if( out==0 ){ in main()
239 }else if( szOut>0 && fwrite(pOutBuf, szOut, 1, out)!=1 ){ in main()
243 fclose(out); in main()
296 FILE *out; in main() local
301 out = fopen(zOut, "wb"); in main()
302 if( out==0 ){ in main()
309 }else if( szOut>0 && fwrite(pOutBuf, szOut, 1, out)!=1 ){ in main()
313 fclose(out); in main()

12345678910