Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c533 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-13.1/contrib/sqlite3/
H A Dshell.c12821 utf8_printf(out,"%s",p->nullValue); in output_csv()
13164 azArg[i] ? azArg[i] : p->nullValue, p->rowSeparator); 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()
21099 output_c_string(p->out, p->nullValue); in do_meta_command()
[all …]