Lines Matching refs:oputz

1257 # define oputz(z) oPutsUtf8(z)  macro
1267 # define oputz(z) fputs(z,stdout) macro
18608 oputz("'"); in output_quoted_string()
18617 oputz("'"); in output_quoted_string()
18625 oputz("'"); in output_quoted_string()
18664 oputz("replace("); in output_quoted_escaped_string()
18668 oputz("replace("); in output_quoted_escaped_string()
18671 oputz("'"); in output_quoted_escaped_string()
18680 oputz("'"); in output_quoted_escaped_string()
18688 oputz(zNL); in output_quoted_escaped_string()
18691 oputz(zCR); in output_quoted_escaped_string()
18693 oputz("'"); in output_quoted_escaped_string()
18735 oputz(zq); in output_c_string()
18755 oputz(ace); in output_c_string()
18760 oputz(ace+1); in output_c_string()
18764 oputz(zq); in output_c_string()
18781 oputz(zq); in output_json_string()
18805 oputz(ace); in output_json_string()
18810 oputz(ace+1); in output_json_string()
18813 oputz(zq); in output_json_string()
18835 oputz("<"); in output_html_string()
18837 oputz("&"); in output_html_string()
18839 oputz(">"); in output_html_string()
18841 oputz("""); in output_html_string()
18843 oputz("'"); in output_html_string()
18894 oputz(zQuoted); in output_csv()
18897 oputz(z); in output_csv()
18901 oputz(p->colSeparator); in output_csv()
19011 oputz(" "); in shellAuth()
19015 oputz("NULL"); in shellAuth()
19018 oputz("\n"); in shellAuth()
19167 oputz("QUERY PLAN\n"); in eqp_render()
19202 oputz(zDash); in print_dashes()
19218 oputz(zSep); in print_row_separator()
19221 oputz(zSep); in print_row_separator()
19224 oputz(zSep); in print_row_separator()
19226 oputz("\n"); in print_row_separator()
19256 if( p->cnt++>0 ) oputz(p->rowSeparator); in shell_callback()
19287 oputz(i==nArg-1 ? "\n" : " "); in shell_callback()
19291 oputz(i==nArg-1 ? "\n" : " "); in shell_callback()
19314 oputz(i==nArg-1 ? "\n" : zSep); in shell_callback()
19398 oputz(z); in shell_callback()
19399 oputz((i<nArg-1)? p->colSeparator : p->rowSeparator); in shell_callback()
19405 oputz("<TR>"); in shell_callback()
19407 oputz("<TH>"); in shell_callback()
19409 oputz("</TH>\n"); in shell_callback()
19411 oputz("</TR>\n"); in shell_callback()
19414 oputz("<TR>"); in shell_callback()
19416 oputz("<TD>"); in shell_callback()
19418 oputz("</TD>\n"); in shell_callback()
19420 oputz("</TR>\n"); in shell_callback()
19427 if(i<nArg-1) oputz(p->colSeparator); in shell_callback()
19429 oputz(p->rowSeparator); in shell_callback()
19434 if(i<nArg-1) oputz(p->colSeparator); in shell_callback()
19436 oputz(p->rowSeparator); in shell_callback()
19445 oputz(p->rowSeparator); in shell_callback()
19451 oputz(p->rowSeparator); in shell_callback()
19460 oputz("("); in shell_callback()
19462 if( i>0 ) oputz(","); in shell_callback()
19466 oputz(z); in shell_callback()
19472 oputz(")"); in shell_callback()
19476 oputz(i>0 ? "," : " VALUES("); in shell_callback()
19478 oputz("NULL"); in shell_callback()
19486 oputz(azArg[i]); in shell_callback()
19493 oputz("9.0e+999"); in shell_callback()
19495 oputz("-9.0e+999"); in shell_callback()
19503 oputz(z); in shell_callback()
19510 oputz(azArg[i]); in shell_callback()
19517 oputz(");\n"); in shell_callback()
19530 oputz(":"); in shell_callback()
19532 oputz("null"); in shell_callback()
19539 oputz("9.0e+999"); in shell_callback()
19541 oputz("-9.0e+999"); in shell_callback()
19544 oputz(z); in shell_callback()
19553 oputz(azArg[i]); in shell_callback()
19556 oputz(","); in shell_callback()
19559 oputz("}"); in shell_callback()
19575 oputz("NULL"); in shell_callback()
19579 oputz(azArg[i]); in shell_callback()
19584 oputz(z); in shell_callback()
19590 oputz(azArg[i]); in shell_callback()
19601 if( i>0 ) oputz(p->colSeparator); in shell_callback()
19602 oputz(azCol[i] ? azCol[i] : ""); in shell_callback()
19604 oputz(p->rowSeparator); in shell_callback()
19608 if( i>0 ) oputz(p->colSeparator); in shell_callback()
19609 oputz(azArg[i] ? azArg[i] : p->nullValue); in shell_callback()
19611 oputz(p->rowSeparator); in shell_callback()
19810 oputz("\n;\n"); in run_table_dump_query()
19812 oputz(";\n"); in run_table_dump_query()
20428 oputz(zDash); in print_box_line()
20446 oputz(zSep1); in print_box_row_separator()
20449 oputz(zSep2); in print_box_row_separator()
20452 oputz(zSep3); in print_box_row_separator()
20454 oputz("\n"); in print_box_row_separator()
20736 oputz(i==nColumn-1?" |\n":" | "); in exec_prepared_stmt_columnar()
20749 oputz(i==nColumn-1?" |\n":" | "); in exec_prepared_stmt_columnar()
20758 oputz(BOX_13 " "); in exec_prepared_stmt_columnar()
20772 oputz(p->cMode==MODE_Box?BOX_13" ":"| "); in exec_prepared_stmt_columnar()
20780 oputz(rowSep); in exec_prepared_stmt_columnar()
20787 oputz("\n"); in exec_prepared_stmt_columnar()
20793 oputz(colSep); in exec_prepared_stmt_columnar()
20803 oputz("Interrupt\n"); in exec_prepared_stmt_columnar()
20951 oputz("-- Candidates -----------------------------\n"); in expertFinish()
21345 if( !dataOnly ) oputz("DELETE FROM sqlite_sequence;\n"); in dump_callback()
21347 if( !dataOnly ) oputz("ANALYZE sqlite_schema;\n"); in dump_callback()
21355 oputz("PRAGMA writable_schema=ON;\n"); in dump_callback()
21425 oputz("/****** CORRUPTION ERROR *******/\n"); in dump_callback()
21456 oputz("/****** CORRUPTION ERROR *******/\n"); in run_schema_dump_query()
23140 if( val==1 ) oputz(" (utf8)"); in shell_dbinfo_command()
23141 if( val==2 ) oputz(" (utf16le)"); in shell_dbinfo_command()
23142 if( val==3 ) oputz(" (utf16be)"); in shell_dbinfo_command()
23145 oputz("\n"); in shell_dbinfo_command()
24735 oputz("/* WARNING: " in outputDumpWarning()
25210 oputz("PRAGMA foreign_keys=OFF;\n"); in do_meta_command()
25211 oputz("BEGIN TRANSACTION;\n"); in do_meta_command()
25242 oputz("PRAGMA writable_schema=OFF;\n"); in do_meta_command()
25248 oputz(p->nErr?"ROLLBACK; -- due to errors\n":"COMMIT;\n"); in do_meta_command()
25385 oputz("Available file-controls:\n"); in do_meta_command()
25521 oputz("/* No STAT tables available */\n"); in do_meta_command()
25523 oputz("ANALYZE sqlite_schema;\n"); in do_meta_command()
25529 oputz("ANALYZE sqlite_schema;\n"); in do_meta_command()
25684 oputz("Column separator "); in do_meta_command()
25686 oputz(", row separator "); in do_meta_command()
25689 oputz("\n"); in do_meta_command()
26421 if( zBom ) oputz(zBom); in do_meta_command()
26434 if( zBom ) oputz(zBom); in do_meta_command()
26549 if( i>1 ) oputz(" "); in do_meta_command()
26550 oputz(azArg[i]); in do_meta_command()
26552 oputz("\n"); in do_meta_command()
27097 oputz(zBuf); in do_meta_command()
27451 oputz("\n"); in do_meta_command()
27456 oputz("\n"); in do_meta_command()
27459 oputz("\n"); in do_meta_command()
27471 oputz("\n"); in do_meta_command()
27592 oputz("\n"); in do_meta_command()
27668 oputz("Available test-controls:\n"); in do_meta_command()
27836 if( id>1 ) oputz(" "); in do_meta_command()
27840 if( id>1 ) oputz("\n"); in do_meta_command()
28079 oputz("-----------------------------------\n"); in do_meta_command()
28474 if( p->in==0 && stdin_is_interactive ) oputz("\n"); in process_input()