Searched refs:nCtrl (Results 1 – 2 of 2) sorted by relevance
22394 i64 nCtrl = 0; in escapeOutput() local22414 nCtrl++; in escapeOutput()22417 if( nCtrl==0 ){ in escapeOutput()22421 if( p->eEscMode==SHELL_ESC_SYMBOL ) nCtrl *= 2; in escapeOutput()22422 zOut = sqlite3_malloc64( i + nCtrl + 1 ); in escapeOutput()
32451 u32 nCtrl = 0; in sqlite3_str_vappendf() local32456 nCtrl++; in sqlite3_str_vappendf()32459 if( nCtrl || xtype==etESCAPE_q ){ in sqlite3_str_vappendf()32460 n += nBack + 5*nCtrl; in sqlite3_str_vappendf()