Searched refs:nCtrl (Results 1 – 2 of 2) sorted by relevance
1621 sqlite3_int64 nCtrl = 0;/* Number of control characters to escape */ in qrfEscape() local1638 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()
33291 i64 nCtrl = 0; in sqlite3_str_vappendf() local33296 nCtrl++; in sqlite3_str_vappendf()33299 if( nCtrl || xtype==etESCAPE_q ){ in sqlite3_str_vappendf()33300 n += nBack + 5*nCtrl; in sqlite3_str_vappendf()