Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c24399 const char *zEmpty = ""; in exec_prepared_stmt_columnar() local
24464 if( uz==0 ) uz = (u8*)zEmpty; in exec_prepared_stmt_columnar()
24486 if( z==0 ) z = (char*)zEmpty; in exec_prepared_stmt_columnar()
24593 if( z!=zEmpty && z!=zShowNull ) free(azData[i]); in exec_prepared_stmt_columnar()