Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dprintf.c72 #define etSQLESCAPE2 13 /* Strings with '\'' doubled and enclosed in '', macro
112 { 'Q', 0, 0, etSQLESCAPE2, 0, 0 },
543 case etSQLESCAPE2: 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()