Searched refs:isnull (Results 1 – 2 of 2) sorted by relevance
849 (isnull) = 0;\854 (isnull) = 1;\890 (isnull) = 0;\895 (isnull) = 1;\2329 int isnull; in match_at() local2333 if (isnull) { in match_at()2364 int isnull; in match_at() local2368 if (isnull) { in match_at()2373 if (isnull == -1) goto fail; in match_at()2386 int isnull; in match_at() local[all …]
28003 int i, j, k, n, isnull;28014 isnull = escarg==0;28015 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)");28028 needQuote = !isnull && xtype==etSQLESCAPE2;
Completed in 341 milliseconds