Lines Matching refs:nullValue
12219 char nullValue[20]; /* The text to print when a NULL comes back from member
12821 utf8_printf(out,"%s",p->nullValue); in output_csv()
13164 azArg[i] ? azArg[i] : p->nullValue, p->rowSeparator); in shell_callback()
13198 utf8_width_print(p->out, w, azArg[i] ? azArg[i] : p->nullValue); in shell_callback()
13282 if( z==0 ) z = p->nullValue; in shell_callback()
13306 output_html_string(p->out, azArg[i] ? azArg[i] : p->nullValue); in shell_callback()
13322 output_c_string(p->out, azArg[i] ? azArg[i] : p->nullValue); in shell_callback()
13492 utf8_printf(p->out,"%s",azArg[i] ? azArg[i] : p->nullValue); in shell_callback()
14257 if( z==0 ) z = p->nullValue; in exec_prepared_stmt_columnar()
14330 if( z==0 ) z = p->nullValue; in exec_prepared_stmt_columnar()
19962 sqlite3_snprintf(sizeof(p->nullValue), p->nullValue, in do_meta_command()
19963 "%.*s", (int)ArraySize(p->nullValue)-1, azArg[1]); in do_meta_command()
21099 output_c_string(p->out, p->nullValue); in do_meta_command()
22656 sqlite3_snprintf(sizeof(data.nullValue), data.nullValue,