Lines Matching refs:nullValue
9788 char nullValue[20]; /* The text to print when a NULL comes back from member
10321 utf8_printf(out,"%s",p->nullValue); in output_csv()
10589 azArg[i] ? azArg[i] : p->nullValue, p->rowSeparator); in shell_callback()
10622 n = strlenChar(azArg && azArg[i] ? azArg[i] : p->nullValue); in shell_callback()
10666 utf8_width_print(p->out, w, azArg[i] ? azArg[i] : p->nullValue); in shell_callback()
10750 if( z==0 ) z = p->nullValue; in shell_callback()
10774 output_html_string(p->out, azArg[i] ? azArg[i] : p->nullValue); in shell_callback()
10790 output_c_string(p->out, azArg[i] ? azArg[i] : p->nullValue); in shell_callback()
10918 utf8_printf(p->out,"%s",azArg[i] ? azArg[i] : p->nullValue); in shell_callback()
16904 sqlite3_snprintf(sizeof(p->nullValue), p->nullValue, in do_meta_command()
16905 "%.*s", (int)ArraySize(p->nullValue)-1, azArg[1]); in do_meta_command()
17985 output_c_string(p->out, p->nullValue); in do_meta_command()
19361 sqlite3_snprintf(sizeof(data.nullValue), data.nullValue,