Searched refs:isnull (Results 1 – 3 of 3) sorted by relevance
545 int i, j, n, c, isnull; in vxprintf() local547 isnull = arg==0; in vxprintf()548 if( isnull ) arg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)"); in vxprintf()552 n += i + 1 + ((!isnull && xtype==etSQLESCAPE2) ? 2 : 0); in vxprintf()560 if( !isnull && xtype==etSQLESCAPE2 ) bufpt[j++] = '\''; in vxprintf()565 if( !isnull && xtype==etSQLESCAPE2 ) bufpt[j++] = '\''; in vxprintf()
904 (isnull) = 0;\909 (isnull) = 1;\945 (isnull) = 0;\950 (isnull) = 1;\2515 int isnull; in match_at() local2519 if (isnull) { in match_at()2550 int isnull; in match_at() local2554 if (isnull) { in match_at()2559 if (isnull == -1) goto fail; in match_at()2572 int isnull; in match_at() local[all …]
19442 int i, j, k, n, isnull; in sqlite3VXPrintf() local19447 isnull = escarg==0; in sqlite3VXPrintf()19448 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)"); in sqlite3VXPrintf()19453 needQuote = !isnull && xtype==etSQLESCAPE2; in sqlite3VXPrintf()
Completed in 505 milliseconds