Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c19530 int i, j, k, n, isnull; in sqlite3VXPrintf() local
19535 isnull = escarg==0; in sqlite3VXPrintf()
19536 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)"); in sqlite3VXPrintf()
19541 needQuote = !isnull && xtype==etSQLESCAPE2; in sqlite3VXPrintf()
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c28886 int i, j, k, n, isnull;
28897 isnull = escarg==0;
28898 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)");
28911 needQuote = !isnull && xtype==etSQLESCAPE2;