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 …]
25319 int i, j, k, n, isnull;25330 isnull = escarg==0;25331 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)");25336 needQuote = !isnull && xtype==etSQLESCAPE2;
Completed in 620 milliseconds