Searched refs:nullValue (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/apr-util/dbd/ |
| H A D | apr_dbd_odbc.c | 533 static SQLLEN nullValue = SQL_NULL_DATA; in odbc_bind_param() local 540 ptr = &nullValue; in odbc_bind_param() 542 indicator = &nullValue; in odbc_bind_param()
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | shell.c | 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() 17985 output_c_string(p->out, p->nullValue); in do_meta_command() [all …]
|