Searched refs:nullValue (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/sqlite3/
H A Dshell.c617 char nullValue[20]; /* The text to print when a NULL comes back from member in struct:ShellState
826 ** the separator, which may or may not be a comma. p->nullValue is
833 utf8_printf(out,"%s",p->nullValue);
898 azArg[i] ? azArg[i] : p->nullValue, p->rowSeparator);
928 n = strlen30(azArg && azArg[i] ? azArg[i] : p->nullValue);
979 azArg[i] ? azArg[i] : p->nullValue,
983 azArg[i] ? azArg[i] : p->nullValue,
1000 if( z==0 ) z = p->nullValue;
1026 output_html_string(p->out, azArg[i] ? azArg[i] : p->nullValue);
1042 output_c_string(p->out, azArg[i] ? azArg[i] : p->nullValue);
[all...]

Completed in 77 milliseconds