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

/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3.c20148 int i, j, k, n, isnull; local
20153 isnull = escarg==0;
20154 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)");
20159 needQuote = !isnull && xtype==etSQLESCAPE2;
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c19530 int i, j, k, n, isnull; local
19535 isnull = escarg==0;
19536 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)");
19541 needQuote = !isnull && xtype==etSQLESCAPE2;
[all...]

Completed in 709 milliseconds