Home
last modified time | relevance | path

Searched refs:etSQLESCAPE2 (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/src/
H A Dprintf.c75 #define etSQLESCAPE2 13 /* Strings with '\'' doubled and enclosed in '', macro
115 { 'Q', 0, 0, etSQLESCAPE2, 0, 0 },
546 case etSQLESCAPE2: in vxprintf()
551 if( isnull ) arg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)"); in vxprintf()
555 n += i + 1 + ((!isnull && xtype==etSQLESCAPE2) ? 2 : 0); in vxprintf()
563 if( !isnull && xtype==etSQLESCAPE2 ) bufpt[j++] = '\''; in vxprintf()
568 if( !isnull && xtype==etSQLESCAPE2 ) bufpt[j++] = '\''; in vxprintf()