HomeSort by relevance Sort by last modified time
    Searched defs:isnull (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
printf.c 654 int i, j, k, n, isnull; local
659 isnull = escarg==0;
660 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)");
665 needQuote = !isnull && xtype==etSQLESCAPE2;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 19137 int i, j, k, n, isnull; local
    [all...]

Completed in 453 milliseconds