Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c1621 sqlite3_int64 nCtrl = 0;/* Number of control characters to escape */ in qrfEscape() local
1638 nCtrl++; in qrfEscape()
1641 if( nCtrl==0 ) return; /* Early out if no control characters */ in qrfEscape()
1646 if( eEsc==QRF_ESC_Symbol ) nCtrl *= 2; in qrfEscape()
1647 sqlite3_str_appendchar(pStr, nCtrl, ' '); in qrfEscape()
1651 zIn = zOut + nCtrl; in qrfEscape()
H A Dsqlite3.c33291 i64 nCtrl = 0; in sqlite3_str_vappendf() local
33296 nCtrl++; in sqlite3_str_vappendf()
33299 if( nCtrl || xtype==etESCAPE_q ){ in sqlite3_str_vappendf()
33300 n += nBack + 5*nCtrl; in sqlite3_str_vappendf()