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

  /external/chromium_org/third_party/sqlite/src/src/
printf.c 70 #define etSQLESCAPE2 11 /* Strings with '\'' doubled and enclosed in '',
119 { 'Q', 0, 4, etSQLESCAPE2, 0, 0 },
652 case etSQLESCAPE2:
660 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)");
665 needQuote = !isnull && xtype==etSQLESCAPE2;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 51 milliseconds