Searched refs:isnull (Results 1 – 3 of 3) sorted by relevance
19 SRCS+= clear.c copy.c gen_uuid.c isnull.c unparse.c pack.c unpack.c
19530 int i, j, k, n, isnull; in sqlite3VXPrintf() local19535 isnull = escarg==0; in sqlite3VXPrintf()19536 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)"); in sqlite3VXPrintf()19541 needQuote = !isnull && xtype==etSQLESCAPE2; in sqlite3VXPrintf()
22118 int i, j, k, n, isnull;22129 isnull = escarg==0;22130 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)");22135 needQuote = !isnull && xtype==etSQLESCAPE2;